Changelog

OpenAPI specification: http://localhost:3040/openapi.yaml

Users

Get a user

Get a user

GEThttps://jsonplaceholder.typicode.com/users/{id}

Servers

https://jsonplaceholder.typicode.com

Live public API

Parameters

Path parameters

idpathintegerrequired
The user ID.

Responses

A single user.

idintegerrequired
namestringrequired
usernamestringrequired
emailstringrequired
phonestring
websitestring
companyobject
addressobject
RequestcURL
curl --request GET \
  --url 'https://jsonplaceholder.typicode.com/users/1'
Response

Send a request to preview the response.

Was this page helpful?