Interactive

API Playground

Test simulated REST API endpoints. Select a method and endpoint, then send a request to see the response.

Response
Select an endpoint and click "Send Request" to see the response.

Available Endpoints

Method Endpoint Description
GET /api/users List all users
GET /api/users/:id Get user by ID
GET /api/projects List all projects
GET /api/projects/:id Get project by ID
GET /api/tasks List all tasks
POST /api/auth/login Authenticate user
POST /api/auth/register Register new user
GET /api/health System health check