GET Weather
Returns the current weather situation from Luxembourg Airport in the OpenWeathermap format.
Resource URL
https://api.tfl.lu/v1/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 request & response
GET https://api.tfl.lu/v1/Weather
{
"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
}
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.