[Airport] get upcoming plane departures

Publié le 5 avril 2017

Voir la réutilisation

Transport for Luxembourg

Transport for Luxembourg is a project initiated by Thierry DEGELING and Daniel DUTON. As a proof of concept, they made a proxy API for Mobiliteit.lu at the Game of Code hackathon. After being awarded 3rd best team at the Hackathon, Digital Lëtzebuerg has given ION Network Solutions (employer of…

31 réutilisations

  • airport
  • plane

Informations

Type
API
Thématique
Autres
ID
58e4c416cc765e3191179c65

Publication

Intégrer sur votre site

URL stable

Description

Get all upcoming airplane departures from LuxAirport.

Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Airport/departures.html

Access the API: https://api.tfl.lu/v1/Airport/Departures

Here's an example:

[{
    "id": 37087,
    "airline": "LUXAIR",
    "flight": "LG9472",
    "destination": "Berlin-Tegel",
    "via": null,
    "scheduled": 1491381600,
    "real": 1491382200,
    "status": "Expected",
    "statusCode": 9
}, {
    "id": 37129,
    "airline": "TAP - Air Portugal",
    "flight": "TP694",
    "destination": "Lisbon",
    "via": null,
    "scheduled": 1491387300,
    "real": 1491388200,
    "status": "Expected",
    "statusCode": 9
}, {
    "id": 37148,
    "airline": "Ryanair",
    "flight": "FR5054",
    "destination": "Madrid",
    "via": null,
    "scheduled": 1491387600,
    "real": 1491387900,
    "status": "Expected",
    "statusCode": 9
}, {
    ...
}]

Jeux de données utilisés 1

Discussion entre l'organisation et la communauté à propos de cette réutilisation.

Plus de réutilisations

Découvrez davantage de réutilisations.