Features:
- Lightweight dummy APIs
- Supports all HTTP methods (GET, PUT, POST, DELETE)
- Routes for query parameters and dynamic parameters
- Comprehensive guide section
- Examples page for clear explanations
- Notes page for deeper insights
Guides
This section provides a step-by-step approach to using our APIs effectively.
Base URL:
https://empirical-api.tripleartisan.com/Endpoints:
/api/users/api/posts/api/comments| Method | Endpoint | Description |
|---|---|---|
| GET | Get all users | |
| GET | Get all posts | |
| GET | Get all comments | |
| GET | Get user by specified id | |
| GET | Get post by specified id | |
| GET | Get comments for the specified post Id | |
| GET | Get posts of a user by specified user id | |
| GET | A comment on a post from a user | |
| POST | /api/users | Create a new user n.b. it's temporary |
| PUT | /api/users | Update an existing user n.b. it's temporary |
| DELETE | /api/users | Delete an existing user n.b. it's temporary |