Download OpenAPI specification:Download
Lumo's Airport API is a single source of airport-level foreacsts and real-time data, such as Lumo's predictions, weather forecasts, scheduled volume, etc. through a single call.
An API key from lumo is required to authenticate. You can request an api key at https://www.thinklumo.com/api-key-request or ping us on the chat on the bottom right of your page. Place the key into the HTTP request header as x-api-key: <key>
Security scheme type: | API Key |
---|---|
header parameter name: | x-api-key |
Get real-time and forecasted data for an airport for the next 72 hours.
Use the server https://airport-api.thinklumo.com/ for these endpoints.
This endpoint retrieves real-time data as well as forecasts for a given airport code (3-letter IATA code) for the next 72 hours.
airport required | string (IataAirportCode) Example: "BOS" The three-letter IATA airport code |
OK.
A 400 indicates a bad request, likley due to missing parameters.
The most common cause is a missing or bad API key.
The most common cause of 404s is that the airport wasn't found, likely because it was misspelled or you're using the ICAO code (API uses the 3-letter IATA code).
Unknown error - contact support@thinklumo.com if you see this error.
Lumo Airport API