JSONPlaceholder
JSONPlaceholder provides a free online REST API that serves static JSON data for six common resources—posts, comments, albums, photos, todos, and users—and supports all standard HTTP methods for testing and prototyping without requiring authentication.
Latency
737ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/posts
Retrieve a list of posts.
/posts/{id}
Retrieve a single post by its ID.
/posts/{id}/comments
Retrieve comments for a specific post.
/comments
Retrieve comments, optionally filtered by postId.
/posts
Create a new post.
/posts/{id}
Replace an existing post by ID.
/posts/{id}
Update part of a post by ID.
/posts/{id}
Delete a post by ID.
8 endpoints auto-detected
curl -X GET \ "https://jsonplaceholder.typicode.com/posts"
jsonplaceholder.typicode.com · HTTPS only