>_ API Tester

Test REST API endpoints directly from your browser. Send GET, POST, PUT, PATCH, DELETE requests and inspect responses.

How to Use

  1. Select HTTP method and enter the API URL
  2. Add headers as JSON object (optional)
  3. Add request body for POST/PUT/PATCH (optional)
  4. Click Send to see the response

FAQ

Why do some requests fail?>
Browser CORS policies block requests to APIs that don't include Access-Control-Allow-Origin headers. This is a browser security feature. The API server must explicitly allow cross-origin requests.
Is my API key safe?>
Yes. All requests are made directly from your browser using fetch(). No data passes through our servers. However, be cautious when using API keys on any web-based tool.