Quickly test REST APIs in your browser. Configure URL, method, headers, body, and auth, then inspect status, headers, body, and response time.

Request Builder

Enabled Key Value

Response

Status
-
Response Time
-
Response Size
-

      

Usage

  • Enter request URL and method, then fill in tabs as needed.
  • Click Send Request to inspect the response.
  • Use Save Request to persist current configuration into history.
  • Use Import/Export cURL to work with external tools.

Input, output, limits

The browser sends the request to the target URL. This site does not proxy it. History stays in this browser. APIs that block CORS will fail.

Example

GET https://httpbin.org/get and inspect status, headers, body. Paste cURL to fill the request.

FAQ

Does the request go through this site?
No. The browser sends it to the target URL.
Where is history stored?
On this device only. No account, no server store.
CORS errors?
The target must allow browser requests. You may need a server-side client.