Lumo Airport API (1.0.0)

Download OpenAPI specification:Download

Lumo API Support: support@thinklumo.com License: Apache 2.0

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.

Authentication

ApiKeyAuth

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

airports

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.

Retrieve predicted and realtime info for an airport for the next 72 hours

This endpoint retrieves real-time data as well as forecasts for a given airport code (3-letter IATA code) for the next 72 hours.

Authorizations:
query Parameters
airport
required
string (IataAirportCode)
Example: "BOS"

The three-letter IATA airport code

Responses

200

OK.

400

A 400 indicates a bad request, likley due to missing parameters.

403

The most common cause is a missing or bad API key.

404

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).

500

Unknown error - contact support@thinklumo.com if you see this error.

get /v1/hourly-predictions

Lumo Airport API

https://airport-api.thinklumo.com/v1/hourly-predictions

Response samples

application/json
Copy
Expand all Collapse all
{
  • "current_time": "2020-10-28T12:46:56Z",
  • "airport":
    {
    },
  • "metar":
    {
    },
  • "travel_advisories":
    [],
  • "covid_stats":
    {
    },
  • "covid_info":
    {
    },
  • "notam":
    [
    ],
  • "taf": "TAF WMKK 091100Z 0912/1018 01006KT 9999 FEW017CB TEMPO 0912/0915 4000 TSRA FEW010 FEW016CB SCT024 PROB30 TEMPO 1008/1012 23008G20KT 4000 TSRA FEW010 FEW016CB SCT018",
  • "faa_program_predictions":
    [
    ],
  • "hourly_data":
    [
    ]
}