Back to catalog

Endpoint

JSONPlaceholder — user

Nested address and geo for mapping demos.

User with address

Dev & JSONNo API keyDefault GET

HTTP console

Example URL
https://jsonplaceholder.typicode.com/users/1
Request

Use HTTPS GET unless the provider documents POST. Example: GET /users/{id}

GET /users/{id}
Response

{ id, name, email, address: { city, geo } }

{"id":1,"name":"Leanne Graham","email":"…","address":{"city":"…"}}
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.