Free
- All five utilities
- Unlimited basic use
- Local browser processing
API utilities for developers and IT professionals
Test REST API endpoints online with GET, POST, PUT, PATCH, and DELETE requests, custom headers, request bodies, and formatted responses.
Most processing happens locally in your browser.
{
"id": 42,
"name": "Arnaldo",
"plan": "pro",
"status": "active"
}Workspace
Some APIs block browser requests through CORS. Never paste production secrets into a third-party tool.
Your account
Simple pricing
Learn more
Choose an HTTP method, enter the endpoint URL, add optional headers and a request body, then send the request. The response status, duration, and body appear in the workspace.
Requests run from your browser. The target API must permit browser requests through CORS, and production secrets should never be entered into a public tool.
The tester supports GET, POST, PUT, PATCH, and DELETE requests.
Some APIs block browser-based requests through CORS. The API owner must allow your origin.