[Weather] get current air quality information from a single station

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

  • air
  • air-quality
  • tfl
  • weather

Informations

Type
API
Topic
Others
ID
58bd43c9cc765e187a3b0846

Publication

Embed

Permalink

Description

Get current air quality situation from single station.

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

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

Here's an example:

{
    "type": "Feature",
    "geometry": {
        "type": "Point",
        "coordinates": [
            6.137603,
            49.597692
        ]
    },
    "properties": {
        "id": "aev:Lux-Bonnevoie",
        "name": "Lux-Bonnevoie",
        "temp": null,
        "pm10": 40,
        "no2": 43,
        "o3": 29,
        "so2": 2.4,
        "co": 0.4,
        "last_update": "1487001600000"
    }
}

Used datasets 0

Discussion between the organization and the community about this reuse.

More reuses

Discover more reuses.