About This Tool

How to Use
  1. Select an HTTP method (GET, POST, PUT, etc.) from the dropdown
  2. Enter the full URL of the API endpoint you want to test
  3. Add query params, headers, or a request body using the tabs below the URL bar
  4. Configure authentication under the Auth tab if needed
  5. Click Send to execute the request and view the formatted response
  6. Use Generate Code to export the request as cURL, JavaScript, or Python
Common Use Cases
  • Testing REST API endpoints during development
  • Debugging API responses and status codes
  • Exploring third-party APIs before integrating them
  • Generating code snippets from manually crafted requests
  • Reviewing response headers and timing information
Tips & Tricks
  • CORS may block requests to APIs you don't control — test APIs you own or those with open CORS policies
  • Request history is saved in your browser's localStorage (last 20 requests)
  • Click any history entry to reload its full configuration
  • For POST/PUT requests, the Content-Type header is pre-filled as application/json
  • Use the Params tab to build query strings visually without editing the URL by hand

Related Tools