Browse & search
The catalog is the same everywhere: live categories, each with a paginated API list and a full profile per API.
Web surfaces
- reqistry.dev/categories — grid, each card shows apiCount, description, trending.
- reqistry.dev/categories/<slug> — paginated APIs, health dots, pricing chips.
- reqistry.dev/apis/<slug> — trust score, capabilities (HTTPS/CORS/REST/JSON), verification, warnings, health history, alternatives.
- reqistry.dev/search?q=<query> — filtered search (see search params).
- reqistry.dev/compare/<a>-vs-<b> — two-way free; 3–4 way is Pro preview (soft banner).
REST equivalents
bash
GET /v1/categories GET /v1/categories/weather/apis?limit=20&page=1 GET /v1/apis/open-meteo GET /search?q=weather&pricing=free&cors=yes&alive=true
SEO & discovery
Every category + API page is indexable (see sitemap.ts), with CollectionPage / ItemList / SoftwareApplication jsonLd. Shareable URLs are the API contract you’ll share with teammates and agents.