{"id":30885790,"url":"https://github.com/jain-pranjal/json-bro","last_synced_at":"2026-05-07T04:41:09.694Z","repository":{"id":313349703,"uuid":"853862099","full_name":"Jain-Pranjal/JSON-Bro","owner":"Jain-Pranjal","description":"JSON Bro is a web application designed to help users manage and interact with JSON data efficiently. The application provides a user-friendly interface for viewing, editing, and organizing JSON data, making it an essential tool for developers and data analysts.","archived":false,"fork":false,"pushed_at":"2025-09-05T12:40:38.000Z","size":371,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-05T14:24:31.890Z","etag":null,"topics":["api","json","nextjs","rest-api","shadcn-ui"],"latest_commit_sha":null,"homepage":"https://json-bro.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jain-Pranjal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-07T18:34:06.000Z","updated_at":"2025-09-05T12:31:18.000Z","dependencies_parsed_at":"2025-09-05T14:25:23.074Z","dependency_job_id":"1f1c2e2d-983c-4384-8288-6c1bd4d274dc","html_url":"https://github.com/Jain-Pranjal/JSON-Bro","commit_stats":null,"previous_names":["jain-pranjal/json-bro"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Jain-Pranjal/JSON-Bro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jain-Pranjal%2FJSON-Bro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jain-Pranjal%2FJSON-Bro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jain-Pranjal%2FJSON-Bro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jain-Pranjal%2FJSON-Bro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jain-Pranjal","download_url":"https://codeload.github.com/Jain-Pranjal/JSON-Bro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jain-Pranjal%2FJSON-Bro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274181749,"owners_count":25236552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","json","nextjs","rest-api","shadcn-ui"],"created_at":"2025-09-08T12:12:38.630Z","updated_at":"2026-05-07T04:41:09.657Z","avatar_url":"https://github.com/Jain-Pranjal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON-Bro\n\nA 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.\n\n## Features\n\n- **Fake API Responses**: Generate realistic JSON data for common endpoints\n- **Pagination Support**: Query parameters for `limit` and `skip`\n- **Multiple Endpoints**: Users, posts, comments, products, todos, quotes, recipes, and carts\n- **Free \u0026 Unlimited**: No registration or rate limits\n- **Modern UI**: Clean web interface with documentation pages\n\n### API Endpoints\n\nBase URL: `https://json-bro.vercel.app/api` (or `http://localhost:3000/api` locally)\n\n#### Users\n\n- `GET /users` - Get all users\n- `GET /users/:id` - Get user by ID\n\n#### Posts\n\n- `GET /posts` - Get all posts\n- `GET /posts/:id` - Get post by ID\n\n#### Comments\n\n- `GET /comments` - Get all comments\n- `GET /comments/:id` - Get comment by ID\n\n#### Products\n\n- `GET /products` - Get all products\n- `GET /products/:id` - Get product by ID\n\n#### Todos\n\n- `GET /todos` - Get all todos\n- `GET /todos/:id` - Get todo by ID\n\n#### Quotes\n\n- `GET /quotes` - Get all quotes\n- `GET /quotes/:id` - Get quote by ID\n\n#### Recipes\n\n- `GET /recipes` - Get all recipes\n- `GET /recipes/:id` - Get recipe by ID\n\n#### Carts\n\n- `GET /carts` - Get all carts\n- `GET /carts/:id` - Get cart by ID\n\n### Query Parameters\n\n- `limit`: Number of items to return (default: 30)\n- `skip`: Number of items to skip (default: 0)\n\nExample: `GET /api/posts?limit=5\u0026skip=10`\n\n## Tech Stack\n\n- **Framework**: Next.js 14\n- **Language**: TypeScript\n- **Styling**: Tailwind CSS\n- **UI Components**: Radix UI\n- **Icons**: Lucide React\n- **Particles**: TS Particles\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## Author\n\nPranjal Jain - [pranjalworkon@gmail.com](mailto:pranjalworkon@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjain-pranjal%2Fjson-bro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjain-pranjal%2Fjson-bro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjain-pranjal%2Fjson-bro/lists"}