Skip to content
Biswajit Rath

← Work

Status200

Search engine for public APIs

Browse public APIs, test endpoints in the browser, and generate typed client code with AI.

Year
2025
Status
Live
Built with
Node.js, Gemini API, Vercel
Status200's landing page, headlined "Discover. Test. Integrate.", with an API search box and a 200 OK response card.

The problem

Finding a public API, working out how to call it, and writing the client code usually means three tools and a lot of tabs.

What I built

One place to do all three. Public APIs are searchable by category (finance, social, weather, crypto, AI) and by stack. Any endpoint can be tried straight from the search results, and Gemini generates a typed client for it in cURL, Python, TypeScript or Go.

Why it's shaped this way

Requests run from the user's browser, with an optional proxy for APIs that block cross-origin calls. That keeps API keys on the user's machine: they're never stored on Status200's servers.

What was hard

Outcome