API Request Tester
Send HTTP requests from your browser and inspect the full response.
Uses network · Requests go directly from your browser to the URL you enter
Loading tool…
Advertisement
About API Request Tester
Compose a request — method, URL, query params, headers, auth, and body — send it, and inspect the response status, headers, timing, size, and formatted body. Requests go directly from your browser to the target URL, so the API must allow CORS for the response to be readable; the response panel explains CORS failures when they happen. A copyable cURL command is generated for every request.
Related tools
API & HTTPRuns locally in your browser.cURL to Fetch ConverterConvert a cURL command into equivalent JavaScript fetch code.API & HTTPRuns locally in your browser.HTTP Status Code ReferenceSearchable reference for every HTTP status code and its meaning.JSON & DataRuns locally in your browser.JSON FormatterPretty-print minified or messy JSON with consistent indentation.API & HTTPRuns locally in your browser.Basic Auth EncoderBuild a Basic Authorization header from username and password.