Changelog

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

Posts

Get a post

Get a post

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

Servers

https://jsonplaceholder.typicode.com

Live public API

Parameters

Path parameters

idpathintegerrequired
The post ID.

Responses

A single post.

idintegerrequired
userIdintegerrequired
The author's user ID.
titlestringrequired
bodystringrequired
RequestcURL
curl --request GET \
  --url 'https://jsonplaceholder.typicode.com/posts/1'
Response

Send a request to preview the response.

Was this page helpful?