providers.apis.io is the provider-profile slice of the APIs.io network. Each profile is a single API provider — Stripe, Mastercard, GitHub, the FDA — with their full operational metadata: APIs they publish, capabilities, documentation, authentication, SDKs, status pages, and the rest of the operational surface described as APIs.json.
Live site: https://providers.apis.io
_providers/— one Markdown file per provider, generated from the upstream api-evangelist repos. Each file carries the provider's full APIs.json profile in YAML front matter.index.html,_layouts/,_includes/,assets/— the provider browse and detail pagessearch-index.json— client-side search index for the filterable browse UI
The _providers/ collection is regenerated by network/scripts/build.py, which reads the upstream api-evangelist provider repos and emits one Markdown file per provider here. The site itself is a Jekyll build deployed via GitHub Pages.
| Site | Repo | What it indexes |
|---|---|---|
| apis.io | network | Search hub, blog, build pipeline |
| developer.apis.io | portal | Developer portal & feeds |
| providers.apis.io | providers | API provider profiles |
| apis.apis.io | apis | Individual API records |
| capabilities.apis.io | capabilities | Naftiko capability specs |
| schemas.apis.io | schemas | JSON Schemas |
| asyncapi.apis.io | asyncapi | AsyncAPI event-driven specs |
| json-ld.apis.io | json-ld | JSON-LD contexts |
| rules.apis.io | rules | Spectral governance rules |
| vocabularies.apis.io | vocabularies | Provider vocabularies |
| tags.apis.io | tags | API tag index |
| examples.apis.io | examples | API usage examples |
- APIs.json — the machine-readable spec each profile uses
- API Commons — the common operational property vocabulary referenced in profiles
- api-evangelist — upstream source provider repos