REST client

Test any API right from the browser: pick the method, add headers and a body, send — and read the status, headers and response. Requests are proxied through the server, so CORS restrictions don't apply.

Test any API right from the browser: pick the method, add headers and a body, send — and read the status, headers and response. Requests are proxied through the server, so CORS restrictions don't apply.

How to use

  1. Enter the URL and pick the HTTP method
  2. Add headers and a request body if needed
  3. Send and inspect status, headers and body

Frequently asked questions

Why doesn't CORS block these requests?

CORS limits browsers only. The request is sent from the server, which has no such restriction, and the answer is relayed back to you.

Can I test authenticated APIs?

Yes — add an Authorization header with your token, as you would in curl.

Which methods are supported?

GET, POST, PUT, PATCH, DELETE — the full everyday REST set.