OpenAPI specification: http://localhost:3040/openapi.yaml
Users
Get a user
Get a user
GET
https://jsonplaceholder.typicode.com/users/{id}Servers
https://jsonplaceholder.typicode.com
Live public API
Parameters
Path parameters
idpathintegerrequiredThe user ID.
Responses
A single user.
idintegerrequirednamestringrequiredusernamestringrequiredemailstringrequiredphonestringwebsitestringcompanyobjectaddressobjectRequestcURL
curl --request GET \ --url 'https://jsonplaceholder.typicode.com/users/1'
Response
Send a request to preview the response.
Was this page helpful?