A powerful and user-friendly fake JSON API designed for testing and prototyping. Built with Next.js, it provides realistic JSON responses for frontend development without needing a backend server.
- Fake API Responses: Generate realistic JSON data for common endpoints
- Pagination Support: Query parameters for
limitandskip - Multiple Endpoints: Users, posts, comments, products, todos, quotes, recipes, and carts
- Free & Unlimited: No registration or rate limits
- Modern UI: Clean web interface with documentation pages
Base URL: https://json-bro.vercel.app/api (or http://localhost:3000/api locally)
GET /users- Get all usersGET /users/:id- Get user by ID
GET /posts- Get all postsGET /posts/:id- Get post by ID
GET /comments- Get all commentsGET /comments/:id- Get comment by ID
GET /products- Get all productsGET /products/:id- Get product by ID
GET /todos- Get all todosGET /todos/:id- Get todo by ID
GET /quotes- Get all quotesGET /quotes/:id- Get quote by ID
GET /recipes- Get all recipesGET /recipes/:id- Get recipe by ID
GET /carts- Get all cartsGET /carts/:id- Get cart by ID
limit: Number of items to return (default: 30)skip: Number of items to skip (default: 0)
Example: GET /api/posts?limit=5&skip=10
- Framework: Next.js 14
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: Radix UI
- Icons: Lucide React
- Particles: TS Particles
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
Pranjal Jain - [email protected]