REST API Tester
Send HTTP requests to any REST API endpoint from your browser. Set method, headers, and request body — see the full response with status and timing.
Common Use Cases
- Test a public APISend a GET request to a public REST endpoint and inspect the response status, headers, and JSON body without leaving your browser.
- Debug POST requestsBuild a POST request with a JSON body and custom headers to test an API endpoint during development or troubleshoot a failing integration.
- Verify authenticationAdd an Authorization header and confirm that your API returns a 200 with the expected payload rather than a 401 Unauthorized error.
Pro plan — coming soon
Save your history, create reusable presets, and share outputs with a link. One plan, all tools.
See what's planned →Frequently Asked Questions
Related Tools
CORS Tester
Send a real preflight and actual request to any URL and diagnose the CORS configuration. Identifies missing or misconfigured Allow-Origin, methods, and credentials headers.
Redirect Checker
Follow HTTP redirect chains for any URL. See every hop with status code, Location header, and timing. Debug redirect loops, broken chains, and final destinations.
HTTP Header Analyzer
Paste raw HTTP response headers and check for missing or misconfigured security headers: CSP, HSTS, X-Frame-Options, and more.