API Playground

Test my mock API endpoints in real-time. These simulate the kind of RESTful services I build.

Request

Content-Type: application/json
Accept: application/json

Response

// Click "Send Request" to see the response here

Available Endpoints

GET /api/users List all users
GET /api/users/:id Get user by ID
GET /api/projects List portfolio projects
POST /api/auth/login Authenticate user
GET /api/health Health check endpoint