[Weather] get current weather situation

Published on March 6, 2017

See the reuse

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 reuses

  • tfl
  • weather

Informations

Type
API
Topic
Others
ID
58bd426bcc765e183a46a330

Publication

Embed

Permalink

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
}

Used datasets 1

Discussion between the organization and the community about this reuse.

More reuses

Discover more reuses.