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

You might also like

cURL to Code Converter

Paste a cURL command and instantly get the equivalent code in Python, JavaScript, Go, PHP, and more. Perfect for converting browser DevTools requests into production code.

JSON Formatter & Validator

Paste JSON to pretty-print, validate, minify, and explore. Click any node in the tree view to copy its JSONPath expression — perfect for building API queries.

URL Parser

Break down any URL into its components — protocol, host, port, path, query parameters, and fragment. Understand complex URLs at a glance.

JWT Decoder

Paste a JWT token into the tool to decode and display its header, payload, and signature. This interactive tool helps you quickly inspect and understand your JSON Web Tokens.