JSONPlaceholder

Mock REST API for testing and prototyping, providing placeholder resources for posts, comments, albums, photos, todos, and users. Requires no authentication and returns predictable JSON responses suited for development and learning.

Claim this API

Are you the operator of JSONPlaceholder? Submit a claim to establish contact with us.

Report an Issue

Found something wrong with JSONPlaceholder? Let us know about broken links, changed auth, deprecated endpoints, or other issues.

Slug: typicode
Key: typicode.com:jsonplaceholder
Base URL: https://jsonplaceholder.typicode.com
Auth: none
Endpoints: 12
Reachable: unknown
CORS: unknown
Tier: verified

Links

Homepage: https://jsonplaceholder.typicode.com/
API Base: https://jsonplaceholder.typicode.com

Topics

DEVTOOLS

Endpoints (12)

Path Summary Response Auth
albums Get all albums text/plain
albums/{id} Get an album by ID application/json
albums/{id}/photos Get photos in an album application/json
comments Get all comments text/plain
comments/{id} Get a comment by ID application/json
photos Get all photos text/plain
photos/{id} Get a photo by ID application/json
posts Get all posts text/plain
posts/{id} Get a post by ID application/json
posts/{id}/comments Get comments for a post application/json
todos Get all todos text/plain
todos/{id} Get a todo by ID application/json