Test REST APIs without leaving the browser
Send GET, POST, PUT, PATCH, and DELETE requests with custom headers and body, then inspect the status, response, and timing. It's a lightweight alternative to heavier desktop clients for quickly checking an endpoint, reproducing a bug, or confirming an integration works.
Debug integrations faster
Verify authentication headers, experiment with request payloads, and read raw JSON responses to pin down exactly where a call breaks. Because it runs client-side, it's perfect for fast, ad-hoc checks during development without configuring a separate tool.
- 01
- Query-param & custom-header builders
- 02
- Bearer, Basic & API-key authentication
- 03
- Response body, headers, status, time & size
- 04
- Monaco JSON editor with pretty-printing
- 05
- Recent-request history saved locally
- 06
- Server-side proxy bypasses CORS


