OpenAPI specification: https://track-staging-acceptance.staging.thally.app/openapi.yaml
Posts
List posts
Return every post. Real APIs would paginate a list this size.
GET
https://jsonplaceholder.typicode.com/postsServers
https://jsonplaceholder.typicode.com
Live demo server
Responses
All posts.
RequestcURL
curl --request GET \ --url 'https://jsonplaceholder.typicode.com/posts'
Response
Send a request to preview the response.
Was this page helpful?