Developer API

Aviation Data APIs

REST APIs for aircraft type data and airport records. Authenticate with an API key and query our Elasticsearch-backed indexes — with search, lookup, metadata, and geo endpoints.

Authentication

All API requests require an x-api-key header. Contact us to obtain an API key with access to the endpoints you need.

curl -H "x-api-key: YOUR_API_KEY" \
  "https://api.liteapps.co.uk/aircraft/search?q=cessna"

Error Responses

StatusMeaning
401Missing API key
403Invalid or disabled API key, or key not authorised for this endpoint
400Invalid query parameter (e.g. query too short, missing lat/lon)
404Record not found, or unknown endpoint
429Monthly quota exceeded
500Server error

Need an API key?

Get in touch to request access to the Lite Apps aviation data APIs.

Contact Us