REST Client
Test API endpoints directly from your browser. Send GET, POST, PUT, PATCH, and DELETE requests.
warning
CORS Limitation
Requests are made from your browser. Some APIs may block cross-origin requests (CORS). Use a CORS proxy or test APIs that allow browser requests.
About REST Client
REST Client is a free browser-based tool for testing RESTful API endpoints. Build HTTP requests with custom methods, headers, and body data, then inspect the response including status codes, headers, and formatted body content.
How to use
- Select the HTTP method (GET, POST, PUT, PATCH, DELETE)
- Enter the API endpoint URL
- Add any required headers (e.g., Authorization, Content-Type)
- For POST/PUT/PATCH requests, enter the request body in JSON format
- Click "Send" to execute the request and view the response