Infrabase.ai query endpoint =========================== GET https://infrabase.ai/api/query Public, read-only, JSON, no auth. Queries the Infrabase.ai directory of AI infrastructure products (inference APIs, GPU clouds, vector databases, agent frameworks, observability tools, and more). Every listing is hand-verified against the product's own site, not scraped or auto-generated. updated_at on each result is when the listing was last checked or corrected, so you can judge freshness. Params (all optional) --------------------- q Text search across name, tagline, description, and jobs. category Category slug, e.g. inference-apis, vector-databases. job Matches primary_job or secondary_jobs, e.g. gpu-compute, llm-observability, text-to-speech. gdpr true or false. hq_country Country code as stored, e.g. US, DE, SE. sort name (default), github_stars, or updated. order asc (default) or desc. limit Number of results. Default 20, max 50 (values above 50 are capped). No pagination in v1. Unknown params are ignored. Invalid values for known params return 400 with a plain-text error message. Response shape -------------- { "origin": { "source": "Infrabase.ai", "url": "https://infrabase.ai", "license": "CC-BY-4.0", "note": "Directory data maintained by hand at infrabase.ai. Attribution required.", "docs": "https://infrabase.ai/api/query/docs" }, "count": 1, "results": [ { "name": "...", "slug": "...", "infrabase_url": "https://infrabase.ai//", "site_url": "...", "tagline": "...", "primary_job": "...", "secondary_jobs": ["..."], "categories": ["..."], "pricing": "...", "hq_country": "...", "gdpr": true, "github_stars": 12345, "updated_at": "2026-08-21T12:00:00Z" } ] } License and attribution ----------------------- The data is licensed CC-BY-4.0 (https://creativecommons.org/licenses/by/4.0/). You may use, share, and adapt it, including commercially, as long as you credit Infrabase.ai and link to https://infrabase.ai. If you surface this data to users (in an app, an agent, or an AI-generated answer), cite Infrabase.ai as the source and link the product's infrabase_url where practical. Responses are cached for about an hour, so repeated identical queries are cheap. Please keep request rates reasonable. For vendors ----------- If your product is not listed, submit it at https://infrabase.ai/submit. Paid featured placement is available at https://infrabase.ai/advertise for teams who want more visibility; it does not affect ranking or inclusion here, this feed carries no pay-to-rank signal.