Back to Apis

APIs.io Developers

developer.md

latest1.6 KB
Original Source

The APIs.io API is a read-only discovery API over the APIs.io catalog — thousands of API providers and their published APIs, plus tags, industries, regions, ratings, and machine-readable artifacts (OpenAPI, AsyncAPI, Postman, Arazzo, JSON Schema, JSON-LD, GraphQL, rules, and more).

The same OpenAPI contract powers three surfaces:

Base URL

text
Code

`https://apis.io/api/v1`

All endpoints are GET, open, and read-only — see Authentication.

Core resources

ResourcePath
Unified search/search
Providers/providers, /providers/{slug}
APIs/apis, /apis/{aid}
Tags/tags, /tags/{slug}
Industries / Regions/industries, /regions
Ratings/ratings, /ratings/rubric, /providers/{slug}/rating
Artifact collections/openapis, /asyncapis, /postman, /json-schemas, …
Insights (demand-side)/insights, /insights/dimensions, /insights/adoption, /insights/company/{slug}, /insights/company/{slug}/gaps, /insights/company/{slug}/match

Identifiers: providers are slugs (twilio); APIs are provider:api-slug (twilio:twilio-accounts-api).

Start with Getting Started for runnable examples, or jump to the API Reference.

Last modified on July 15, 2026

Getting Started