API & Data Access
Read-only, no authentication, heavily cached. Built for developers, scrapers, and AI agents.
JSON API
GET
/api/airlines
All airline records (clean public shape). Supports ?pretty=1 and ?full=1
GET
/api/airlines/{slug}
Single airline record (clean public shape) or 404. Supports ?pretty=1 and ?full=1
GET
/api/meta
Project info, dataset stats, and all endpoint URLs. Supports ?pretty=1
GET
/airlines.json
Exact same data as /api/airlines (convenience alias for scrapers). Supports ?pretty=1
Markdown
GET
/airlines.md
Full directory in clean Markdown (great for LLMs and docs)
AI & Agent Discovery
GET
/llms.txt
Concise index for AI agents (llms.txt standard)
GET
/llms-full.txt
Complete AI access guide with dataset summary and examples
MCP Protocol
POST
/mcp
JSON-RPC 2.0 MCP endpoint (tools: search, get claim link, list by country/region, etc.)
Notes
• All endpoints are static and served with long-lived cache headers.
• JSON endpoints support ?pretty=1 for readable output and ?full=1 for complete internal records (with verification metadata).
• No authentication or rate limits. Please be reasonable.
• See OpenAPI spec for the exact public schema.