Gorest
Gorest is a free public REST API that supplies realistic, daily‑seeded data for users, posts, comments, and todos, offering full CRUD operations with bearer‑token authentication, customizable rate limits, and JSON or XML response formats.
Latency
1129ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/public/v2/users/{id}/todos
Todos owned by a user
/public/v2/users/{id}/todos
Create a todo for a user
/public/v2/users/{id}
Replace a user (full)
/public/v2/users/{id}
Delete a user
/public/v2/users/{id}/posts
Posts authored by a user
/public/v2/users/{id}/posts
Create a post for a user
/public/v2/posts/{id}/comments
Comments on a post
/public/v2/posts/{id}/comments
Add a comment to a post
/public/v2/users
List users with optional filters
/public/v2/users/{id}
Fetch a single user
/public/v2/users
Create a new user
/public/v2/users/{id}
Update a user (partial)
12 endpoints auto-detected
Authentication
This API uses Bearer token authentication — pass your token in the Authorization header.
curl -X GET \
"https://gorest.co.in//public/v2/users/{id}/todos" \
-H "Authorization: Bearer YOUR_TOKEN"gorest.co.in · HTTPS only