API Client
Response
CORS Proxy Setup
To bypass CORS restrictions, you can run a local CORS proxy using Docker:
# Create docker-compose.yml or use the one in /docker
docker-compose up -d
Or run cors-anywhere directly:
npx cors-anywhere
The proxy will be available at http://localhost:8080/
Note: For APIs that already support CORS, you don't need the proxy.
Free Online API Client
Test REST APIs directly from your browser. Supports GET, POST, PUT, PATCH, DELETE requests with custom headers and body. Use the optional CORS proxy for APIs that don't support cross-origin requests.