Interactive API endpoint testing and exploration
Click on any endpoint below to test it directly in your browser. Parameters are shown in the examples.
/api
API overview and endpoint list
Example: /api
/api/users
Get all users (supports ?role and ?limit parameters)
Example: /api/users?role=admin&limit=5
/api/users/:id
Get specific user by ID
Example: /api/users/1
/api/posts
Get all posts (supports ?author and ?limit parameters)
Example: /api/posts?author=John&limit=3
/api/posts/:id
Get specific post by ID
Example: /api/posts/1
/api/search
Search users and posts (requires ?q parameter)
Example: /api/search?q=admin&type=users
/api/time
Get current server time in multiple formats
Example: /api/time?format=simple
/api/stats
Get server and data statistics
Example: /api/stats
/health
Health check endpoint
Example: /health
?param=value to URLs& to separate them