OpenAPI specification: https://github-access-check.staging.thally.app/openapi.yaml
Posts
Get a post
Return one post by id. Ids 1–100 exist on the demo server.
GET
https://jsonplaceholder.typicode.com/posts/{id}Servers
https://jsonplaceholder.typicode.com
Live demo server
Parameters
Path parameters
idpathintegerrequiredThe post id.
Responses
The requested post.
idintegerrequireduserIdintegerrequiredtitlestringrequiredbodystringrequiredRequestcURL
curl --request GET \ --url 'https://jsonplaceholder.typicode.com/posts/1'
Response
Send a request to preview the response.
Was this page helpful?