/api/users
Get a list of dummy user data
Your simple solution for dummy data during development and testing.
Our RESTful API provides dummy data for various use cases. Each endpoint returns consistent JSON responses.
Get a list of dummy user data
Get a list of dummy product data
Get a list of dummy blog posts data
Click "Try" on any endpoint to see the response here...
https://boringhub.dpdns.org
Our API offers several endpoints to fetch different types of dummy data:
GET /api/users - Returns a list of dummy usersGET /api/products - Returns a list of dummy productsGET /api/posts - Returns a list of dummy postsAll endpoints return JSON with the following structure:
{
"data": [ ... ],
"count": number of items
}