The complete machine‑readable specification is hosted at:Documentation Index
Fetch the complete documentation index at: https://developers.safarapi.com/llms.txt
Use this file to discover all available pages before exploring further.
- Download and use it with any OpenAPI tooling
- Import into Postman:
File → Import → URLthen paste the spec URL - Generate clients using
openapi-generator-clifor Java, Kotlin, Swift, Python, etc.
Endpoint groups
Meta
Health check, current API key metadata
Catalog
Categories, destinations, adventures, availability
Quotes
Frozen-price quote creation
Bookings
Create, retrieve, list, cancel, voucher
Settlements
Monthly invoices, reconciliation
Webhooks
Register, list, test endpoints
Versioning policy
- URL versioning :
/v1/...,/v2/...— every breaking change creates a new major version. - No breaking change inside v1 : fields are never removed, never required‑added, never renamed.
- Deprecation : retired endpoints receive a
Sunsetheader (RFC 8594) at least 6 months before removal. - Changelog : every release documented in
https://docs.safarapi.com/changelog.