Utility Workspace
API Tester
Send lightweight browser-based API requests, inspect the response, export the result, and save request setups locally.
Headers
Request notes
This runs in the browser, so it is ideal for public APIs, staging endpoints, and fast debugging. Some APIs may block requests because of CORS.
cURL preview
curl \ -X GET \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ "https://jsonplaceholder.typicode.com/posts/1"
Response body
Send a request to inspect status, headers, and response data.
Response headers
Send a request to inspect returned headers here.