[Weather] get current weather situation

Publié le 6 mars 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

  • tfl
  • weather

Informations

Type
API
Thématique
Autres
ID
58bd426bcc765e183a46a330

Publication

Intégrer sur votre site

URL stable

Description

Get current weather situation from Findel.

Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Weather/

Access the API: https://api.tfl.lu/v1/Weather

Here's an example:

{
    "coord": {
        "lat": 49.627688,
        "lon": 6.223234
    },
    "weather": [{
        "id": null,
        "main": null,
        "description": "Nuageux",
        "icon": null
    }],
    "base": null,
    "main": {
        "temp": 2,
        "pressure": 1015,
        "humidity": 86,
        "temp_min": null,
        "temp_max": null
    },
    "visibility": 8000,
    "wind": {
        "speed": 11,
        "deg": 360
    },
    "clouds": {
        "all": null
    },
    "dt": 1485869637,
    "sys": {
        "type": null,
        "id": null,
        "message": null,
        "country": null,
        "sunrise": null,
        "sunset": null
    },
    "id": null,
    "name": "Findel",
    "cod": 200
}

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.