{"id":27106965,"url":"https://github.com/API-200/api200","last_synced_at":"2025-04-06T20:03:11.894Z","repository":{"id":283107106,"uuid":"949572839","full_name":"API-200/api200","owner":"API-200","description":"API 200 is an open source API gateway to simplify 3rd-party integrations. Import endpoints, set up caching, retries, and mocks. Access all services via one URL. Monitor logs, track errors, and get alerts on API incidents.","archived":false,"fork":false,"pushed_at":"2025-04-05T20:19:16.000Z","size":843,"stargazers_count":74,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-05T21:21:17.520Z","etag":null,"topics":["alternative","api","api-gateway","api-integration","api-management","api-monitoring","api-proxy","api-wrapper","developer-tools","error-handling","gateway","mock-server","open-source","self-hosted","third-party-api"],"latest_commit_sha":null,"homepage":"https://api200.co","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/API-200.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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}},"created_at":"2025-03-16T18:47:53.000Z","updated_at":"2025-04-05T20:19:19.000Z","dependencies_parsed_at":"2025-04-05T21:32:41.615Z","dependency_job_id":null,"html_url":"https://github.com/API-200/api200","commit_stats":null,"previous_names":["api-200/api200-selfhosted","api-200/api200"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/API-200%2Fapi200","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/API-200%2Fapi200/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/API-200%2Fapi200/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/API-200%2Fapi200/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/API-200","download_url":"https://codeload.github.com/API-200/api200/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247543584,"owners_count":20955865,"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","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":["alternative","api","api-gateway","api-integration","api-management","api-monitoring","api-proxy","api-wrapper","developer-tools","error-handling","gateway","mock-server","open-source","self-hosted","third-party-api"],"created_at":"2025-04-06T20:03:05.367Z","updated_at":"2025-04-06T20:03:11.882Z","avatar_url":"https://github.com/API-200.png","language":"TypeScript","readme":"\u003cimg src=\"assets/banner.png\" alt=\"API 200 Logo\" style=\"width:100%; display:block;\"\u003e\n\n\u003cp align=\"center\" style=\"margin-top: 20px\"\u003e\n    The Open Source API Integration Platform.\n    \u003cbr\u003e\n    \u003ca href=\"https://documenso.com\"\u003e\u003cstrong\u003eLearn more »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://api200.co\"\u003eWebsite\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/API-200/api200/issues\"\u003eIssues\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/API-200/api200/wiki/Roadmap\"\u003eRoadmap\u003c/a\u003e\n\u003c/p\u003e\n\n## About API 200\n\nAPI 200 is all-in-one gateway for managing third-party APIs efficiently. Integrate third-party APIs in minutes with\nauto-generated code, docs, auth, caching and error handling – so you can focus on what really matters.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/features.png\" style=\"width: 80%;\" /\u003e\n\u003c/div\u003e\n\n## Key Features\n\n✅ **Fast API Setup:**\n\n- Authentication management\n- Response caching\n- Automatic retries\n- Mock responses\n- Response transformation\n- Fallback responses\n- Custom headers\n\n✅ **Schema Watching:** Get notified when one of your APIs changes response schema\n\n✅ **Incident Detection:** Dedicated tab for incidents automatically detected by the system\n\n✅ **In-browser Swagger Integration**\n\n✅ **Import Endpoints** from OpenAPI and Postman\n\n✅ **Endpoint Monitoring:** Convenient charts with your endpoint's statistics\n\n✅ **Comprehensive Logging**\n\n### Features in Progress:\n\n- API to LLM MCP\n- More authentication methods\n\n[//]: # (## Interactive Demo)\n\n[//]: # ()\n\n[//]: # (Try out our interactive demo to see API 200 in action: [Try Demo]\u0026#40;PLACEHOLDER_DEMO_LINK\u0026#41;)\n\n## Quickstart\n\nGet started immediately with our managed version of API 200. Users can go to our cloud platform and start integrating\nAPI endpoints instantly without any setup or infrastructure management. Visit [API200.co](https://api200.co) to begin.\n\n## Self-Hosted Setup\n\n### Prerequisites\n\n- Docker\n- Docker Compose\n- Node.js\n- npm\n\n### Installation\n\n```bash\n# Clone the repository and install dependencies\ngit clone https://github.com/API-200/api200-selfhosted\ncd api200-selfhosted\nnpm i\n\n# Run setup script\n# For localhost (admin privileges recommended):\nsudo node setup.js\n# OR for non-localhost:\nnode setup.js\n\n# Start services\ndocker-compose up -d\n```\n\n\u003e **⚠️ Note:** Localhost setup requires host file modification (`127.0.0.1 kong`), needing admin privileges.\n\n### Access Your Installation\n\n- Frontend: `http://\u003cyour-hostname-or-ip\u003e:3000`\n- API Handler: `http://\u003cyour-hostname-or-ip\u003e:8080`\n\n## Community and Support 🤝\n\n- Check out the [Discussions](https://github.com/API-200/api200/discussions) for ideas and feedback\n- Report bugs or request features through [Issues](https://github.com/API-200/api200/issues)\n- ⭐ Star our repository to help us raise awareness\n\n## Contact us\n\nFor support, custom implementations, or any other inquiries:\n[Contact us](mailto:api200contact@gmail.com)\n\n## Tech Stack\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://koajs.com/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Koa-33333D?logo=koa\u0026logoColor=white\u0026style=flat-square\" alt=\"Koa\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://redis.io/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Redis-DC382D?logo=redis\u0026logoColor=white\u0026style=flat-square\" alt=\"Redis\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://nextjs.org/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Next.js-000000?logo=nextdotjs\u0026logoColor=white\u0026style=flat-square\" alt=\"Next.js\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://supabase.com/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Supabase-3ECF8E?logo=supabase\u0026logoColor=white\u0026style=flat-square\" alt=\"Supabase\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n- Koa - Backend Framework\n- Redis - Caching Layer\n- Supabase - Database \u0026 Auth\n- Next.js - Frontend Framework\n- shadcn/ui - Component Library\n\n## License\n\nAPI 200 is licensed under Sustainable Use License. See\nthe [LICENSE](https://github.com/API-200/api200/blob/main/LICENCE.md) file for more details.\n","funding_links":[],"categories":["📚 Projects (1974 total)","TypeScript","MCP Utilities \u0026 Tools"],"sub_categories":["MCP Servers","Gateways"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAPI-200%2Fapi200","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAPI-200%2Fapi200","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAPI-200%2Fapi200/lists"}