[Weather] get current air quality information

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

Informations

Type
API
Topic
Others
ID
58bd42cc111e9b2d422daea5

Publication

Embed

Permalink

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"
            }
        }, {
            ...
        }]
}

Used datasets 0

Discussion between the organization and the community about this reuse.

More reuses

Discover more reuses.