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.
Slug: typicode
Key:
Base URL:
Auth: none
Endpoints: 12
Reachable: unknown
CORS: unknown
Tier: verified
Key:
typicode.com:jsonplaceholderBase URL:
https://jsonplaceholder.typicode.comAuth: none
Endpoints: 12
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
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 |
— |