API versions
Live API outputs are versioned. Pick a version and keep your receiver on that contract until you deliberately upgrade.
Published versions
| Version | Status | Path prefix | Docs |
|---|---|---|---|
| v1 | Current | /api/v1/output/feeds/{token} |
API v1 overview |
How versioning works
URL paths include the version name (v1 today). Feed metadata also carries schema_version (integer 1 for v1). Receivers must require the schema version they understand and reject unsupported values. Future versions will appear here as siblings such as v1 and a later /docs/api/v2 tree without renaming v1.
Machine-readable contract
Download the v1 OpenAPI document: /docs/api/v1/openapi.json.