GitHub Access Check
GitHub Access CheckDocs
Get started

OpenAPI specification: https://github-access-check.staging.thally.app/openapi.yaml

Posts

List posts

Return every post. Real APIs would paginate a list this size.

GEThttps://jsonplaceholder.typicode.com/posts

Servers

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?