API & REST Tools

REST Tester for Chrome

REST Tester for Chrome 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.

Trademark This is an independent, browser-based tool and is not affiliated with, sponsored by, or endorsed by Google LLC. Chrome™ and other trademarks belong to their respective owners.

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

How to use REST Tester for Chrome

  1. Give REST Tester for Chrome the URL and any method, headers or body to work with.
  2. Run it, and REST Tester for Chrome issues the request directly from your browser.
  3. See the response from the API you entered; REST Tester for Chrome only displays what comes back.

About this tool

REST Tester for Chrome runs as a page in your browser. REST Tester for Chrome sends HTTP requests from your browser to the API endpoint you enter and shows the status, headers and body of the response.

It is a thin client around the browser fetch API — no proxy and no stored credentials, just the request you configure. 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 REST Tester for Chrome?

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

Does REST Tester for Chrome cost anything?

No — REST Tester for Chrome is completely free, with no sign-up and no hidden limits.

Does REST Tester for Chrome send my request anywhere?

Yes — REST Tester for Chrome 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 REST Tester for Chrome call any API from the browser?

REST Tester for Chrome 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 REST Tester for Chrome.

Related API & REST Tools