Search K
Appearance
Appearance
This is the AeroDB API, providing a large scale of various aeronautical data.
All properties are always returned and must be provided but can be null if not applicable.
Some endpoints require authentication via API key.
Some operations allow you to filter, sort, and paginate results.
Example:
/airports?filter={"name":"Geneva","countryCode":"CH"}&limit=10&page=2
Results are limited to 100 items by default, this limit can be increased to 300 items per page.
This API use an IP address rate limit of around 10 queries /sec.
Reaching this rate limit will result in a 429 Too Many Requests response.
You can use the X-Ratelimit-Limit
X-Ratelimit-Reset-Ms
and X-Ratelimit-Remaining
headers to check your current rate limit status.