Endpoint
JSONPlaceholder — todo
Completed flag and user linkage.
Single todo
Dev & JSONNo API keyDefault GET
HTTP console
Example URL
https://jsonplaceholder.typicode.com/todos/1Request
Use HTTPS GET unless the provider documents POST. Example: GET /todos/{id}
GET /todos/{id}Response
{ userId, id, title, completed }
{"userId":1,"id":1,"title":"…","completed":false}Outbound requestProxy
Executes on the server with rate limits and host rules. Edit the URL and payload to match your scenario—responses show real upstream status and body (truncated if very large).
Upstream response
Ready. Click Send to execute the request. Status, latency, content type, and body appear here—formatted when the payload is JSON.