-
Corona-Lage in Luxemburg und der Welt: Alle Zahlen im Überblick
Notre page de suivi de la Covid-19 synthétise l'information aux plans luxembourgeois, européen et international. La pandémie est suivie selon deux perspectives, historique et géographique. Les chiffres luxembourgeois sont issus des jeux de données fournis par le ministère de la Santé et…- Visualization
- 2 datasets
- 1 follower
-
[Car parking] get current situation
Get current car parking situation from Luxembourg. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/Occupancy/CarPark/ Access the API: https://api.tfl.lu/v1/Occupancy/CarPark Here's an example: { "type": "FeatureCollection", "features": [{ "type": "Feature", "geometry": { "type": "Point",…- API
- 1 dataset
- 0 followers
-
[Shared bikes] get all stations
Get all shared bike points as geojson. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/BikePoint/ Access the API: https://api.tfl.lu/v1/BikePoint Here's an example: { "type": "FeatureCollection", "features": [{ "type": "Feature", "geometry": { "type": "Point", "coordinates": [5.98276,…- API
- 1 dataset
- 0 followers
-
[Shared bikes] search stations by their name
Get all shared bike points as geojson. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/BikePoint/search.html Here's an example: { "type": "FeatureCollection", "features": [{ "type": "Feature", "geometry": { "type": "Point", "coordinates": [5.98276, 49.49473] }, "properties": { "id":…- API
- 1 dataset
- 0 followers
-
[Shared bikes] get single station
Get single shared bike point as geojson. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/BikePoint/id.html Access the API: https://api.tfl.lu/v1/BikePoint/{ID} Here's an example: { "type": "Feature", "geometry": { "type": "Point", "coordinates": [5.98276, 49.49473] }, "properties": { "id":…- API
- 1 dataset
- 0 followers
-
[Shared bikes] find stations around GPS coordinates
Find shared bike points based on gps coordinated and a radius. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/BikePoint/around.html Access the API: https://api.tfl.lu/v1/BikePoint/around/{lon}/{lat}/{radius} Here's an example: { "type": "FeatureCollection", "features": [{ "type": "Feature",…- API
- 1 dataset
- 0 followers
-
[Shared bikes] find stations in a GPS coordinates bounding box
Get shared bike points as geojson based on a GPS bounding box. Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/BikePoint/box.html Access the API: https://api.tfl.lu/v1/BikePoint/box/{swLon}/{swLat}/{neLon}/{neLat} Here's an example: { "type": "FeatureCollection", "features": [{ "type":…- API
- 1 dataset
- 0 followers