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