Test, debug, and document your APIs
No query parameters
Send a request to see the response
curl -X GET "" \
-H "Content-Type: application/json"No saved requests yet
Built for developers who love efficiency and hate switching between tools
Execute requests instantly with real-time response preview
All data stored locally in your browser - we never see your API keys
Generate cURL, Python, JavaScript, and more with one click
Organize, tag, and search through your API requests effortlessly
Full request history with response caching for instant replay
Switch between dev, staging, and prod with environment variables
Watch how easy it is to test your APIs
Paste your API URL, select the HTTP method, and you're ready to go. Support for all REST methods!
Add custom headers, authentication tokens, and query parameters with our intuitive interface.
Hit send and get instant results with syntax highlighting, response time, and status codes.
{
"login": "octocat",
"name": "The Octocat",
"followers": 9238,
"public_repos": 8
}Everything you need to know about our API Playground
Absolutely! All data is stored locally in your browser using localStorage. We never send your API keys, requests, or responses to our servers. Your data stays on your machine.
Yes! We support importing Postman collections (v2.1), OpenAPI specs, and our own JSON format. Just click the import button and select your file.
We support Bearer tokens, Basic Auth, API Keys (header or query), and OAuth 2.0. You can also add custom headers for any proprietary auth schemes.
Currently, we support REST APIs with GraphQL query support in the body. WebSocket support is coming soon! For now, you can send GraphQL queries as POST requests.
Use {{variable}} syntax anywhere in your requests. Create different environments (dev, staging, prod) and switch between them instantly. Perfect for testing across multiple API endpoints.
No limits! Save as many requests as you want. Everything is stored in your browser's localStorage, so the only limit is your browser's storage capacity (usually 5-10MB).
Export your collections as JSON or Postman format and share the file with your team. They can import it into their own playground. We're working on cloud sync features!
Since requests are made from your browser, CORS policies apply. For APIs without proper CORS headers, consider using a proxy or testing from a backend environment.
Work faster with these handy shortcuts
Join thousands of developers who've ditched expensive API clients for our free, powerful playground.