API & REST Tools

Test REST API Server

Test REST API Server sends a real HTTP request from your browser and shows status, timing, response headers, and the body.

Browser requestThe request is sent from your browser to the API you enter; this site has no backend and never receives it.

Test REST API Server sends requests from your browser to the API you enter — this site has no backend and never receives them.

Headers (one per line, Key: Value)
Body
Response
Request preview (cURL)

How to use Test REST API Server

  1. Enter the URL and any method, headers or body into Test REST API Server.
  2. Run it, and Test REST API Server issues the request directly from your browser.
  3. Read the response Test REST API Server shows below — it comes from the API you entered, not from this site.

About this tool

Test REST API Server is a static, browser-based client. Test REST API Server sends HTTP requests from your browser to the API endpoint you enter and shows the status, headers and body of the response.

Because the call is made by your browser, it follows the same CORS rules as any web page, so some cross-origin APIs may refuse to respond. The request is sent from your browser straight to the API you name; this site has no backend and never receives it, though that server and your network can see it. Cross-origin calls follow the browser's CORS rules, and a connection is required.

Frequently asked questions

How do I use Test REST API Server?

Test REST API Server sends the HTTP request you configure from your browser to the API you specify and shows the response status, headers and body.

Does Test REST API Server cost anything?

No — Test REST API Server is completely free, with no sign-up and no hidden limits.

Does Test REST API Server send my request anywhere?

Yes — Test REST API Server sends the request from your browser directly to the URL you enter. This site has no backend and never receives it, but the target server and your network do, and cross-origin calls follow browser CORS rules.

Can Test REST API Server call any API from the browser?

Test REST API Server can call any endpoint your browser is allowed to reach, but cross-origin APIs must send permissive CORS headers or the browser will block the response — that is a browser rule, not a limit of Test REST API Server.

Related API & REST Tools