GET /norway/avinor/flights
Realtidsankomster og -afgange for en Avinor-drevet lufthavn. Returnerer XML. Kilde: asrv.avinor.no (uden auth).
airport
påkrævet
Airport IATA code, e.g. OSL
direction
valgfri
A (arrivals), D (departures) or blank (both)
hours
valgfri
Look-ahead window in hours (default 7)
| Navn | Påkrævet | Standard | Beskrivelse |
|---|---|---|---|
airport |
Ja | - | Airport IATA code, e.g. OSL |
direction |
Nej | - | A (arrivals), D (departures) or blank (both) |
hours |
Nej | - | Look-ahead window in hours (default 7) |
curl "https://nordapi.ee/api/v1/norway/avinor/flights?airport=OSL"
HTTP 502: {
"error": "HTTP 400: \"\"",
"success": false
}