Empirical API

v-alpha

Lightweight, diverse, and actively maintained dummy APIs for testing and prototyping.

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
MethodEndpointDescription
GETGet all users
GETGet all posts
GETGet all comments
GETGet user by specified id
GETGet post by specified id
GETGet comments for the specified post Id
GETGet posts of a user by specified user id
GETA 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