/Weather

Returns the current weather situation from Luxembourg Airport in the OpenWeathermap format and sends you updates as they are processed by our engine.

Resource URL

/Weather

Format

The response will be formatted as a JSON.

Object properties

The OpenWeathermap API documentation can be found here: https://openweathermap.org/current#current_JSON

Sample channel & response

/Weather

{
    "type": "new",
    "data": {
        "coord": {
            "lat": 49.627688,
            "lon": 6.223234
        },
        "weather": [{
            "id": null,
            "main": null,
            "description": "Faible averse de pluie",
            "icon": null
        }],
        "base": null,
        "main": {
            "temp": 6,
            "pressure": 1026,
            "humidity": 93,
            "temp_min": null,
            "temp_max": null
        },
        "visibility": 10000,
        "wind": {
            "speed": 19,
            "deg": 270
        },
        "clouds": {
            "all": null
        },
        "dt": 1487342675,
        "sys": {
            "type": null,
            "id": null,
            "message": null,
            "country": null,
            "sunrise": null,
            "sunset": null
        },
        "id": null,
        "name": "Findel",
        "cod": 200
    }
}

License

Please refer to Weather for information about the weather data licensing.

Credits

Made by Daniel Duton & Thierry Degeling from ION Network Solutions.

Sponsored by Digital Lëtzebuerg.

results matching ""

    No results matching ""