OpenAPI Specification
Provides access to OpenAPI Initiative specifications including OpenAPI, Arazzo, and Overlay standards, delivered as versioned HTML documentation and JSON schemas for validation.
Slug: openapis
Key:
Base URL:
Auth: none
Endpoints: 7
Reachable: unknown
CORS: unknown
Tier: verified
Key:
openapis.org:openapi-specificationBase URL:
https://spec.openapis.org/Auth: none
Endpoints: 7
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
DEVTOOLS, DOCUMENTS, TECHNOLOGY
Tutorials
- Getting Started with OpenAPI Specification Repository — I can fetch the OpenAPI 3.1 JSON Schema for document validation and list registered extension namespaces from spec.openapis.org — but most endpoints serve HTML spec prose rather than structured data, so this API is for schema introspection and registry lookups, not for querying runtime data.
Skills
- Access version — I can fetch the JSON Schema that defines what an OpenAPI 3.x document must contain from spec.openapis.org — no auth needed, but most of the site serves HTML prose rather than JSON.
Endpoints (7)
| Path | Summary | Response | Auth |
|---|---|---|---|
| arazzo/latest.html | Latest Arazzo Specification | text/html |
none |
| arazzo/v{version}.html | Arazzo Specification by Version | text/html |
none |
| oas/latest.html | Latest OpenAPI Specification | text/html |
none |
| oas/{version}.html | OpenAPI Specification by Version | text/html |
none |
| oas/{version}/schema/{date} | OpenAPI JSON Schema | application/json |
none |
| overlay/latest.html | Latest Overlay Specification | text/html |
none |
| registries/ | Extension and Format Registries | text/html |
none |