Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theprincelle/parkstrasapi

API wrappper for the Parkings API of the city of Strasbourg
https://github.com/theprincelle/parkstrasapi

api php strasbourg

Last synced: 22 days ago
JSON representation

API wrappper for the Parkings API of the city of Strasbourg

Awesome Lists containing this project

README

        

# ParkStras API

This API is simply a wrapper around the [one provided by the City of Strasbourg](https://data.strasbourg.eu/pages/accueil/).

There is only two routes:

- `https://parkstras.princelle.org/api/fetch_parkings.php`

> Multiple parameters can be passed to the API as GET parameters :
> - lat: The latitude of the point of interest
> - lng: The longitude of the point of interest
> - radius: The radius of the area around the point of interest (in meters, default: 800m)
> - results: The number of results returned (default: 10)

- `https://parkstras.princelle.org/api/fetch_all_parkings.php`