[Weather] get current air quality information

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

Informations

Type
API
Thématique
Autres
ID
58bd42cc111e9b2d422daea5

Publication

Intégrer sur votre site

URL stable

Description

Get current air quality situation.

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

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

Here's an example:

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.976941,
                    49.505011
                ]
            },
            "properties": {
                "id": "aev:Esch-Alzette",
                "name": "Esch-Alzette",
                "temp": 5.5,
                "pm10": 52,
                "no2": 24.8,
                "o3": 41,
                "so2": 1.2,
                "co": 0.3,
                "last_update": "1486998000000"
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.305332,
                    49.722229
                ]
            },
            "properties": {
                "id": "aev:Beidweiler",
                "name": "Beidweiler",
                "temp": 4.1,
                "pm10": 27,
                "no2": 11,
                "o3": 64,
                "so2": 2.9,
                "co": null,
                "last_update": "1486998000000"
            }
        }, {
            ...
        }]
}

Jeux de données utilisés 0

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

Plus de réutilisations

Découvrez davantage de réutilisations.