Test REST API endpoints
API Tester sends HTTP requests directly from your browser to the endpoint you specify, using the browser's own fetch() API, and shows the response status and body. Nothing passes through our servers, but since it's a request from your browser, cross-origin APIs that don't send permissive CORS headers will block the response just like on any web page.
Is API Tester free to use?
Yes, it's completely free with no signup required.
Can I test APIs from different domains?
Yes, but the browser's CORS policy still applies — if the API doesn't send permissive CORS headers, the browser will block reading the response, same as on any web page.
What HTTP methods are supported?
GET, POST, PUT, DELETE, and PATCH. HEAD and OPTIONS aren't available in the method selector.
Can I save my requests for later?
No, there's no save or history feature — each request is one-off, and refreshing the page clears everything.