Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/theprincelle/parkstrasapi
- Owner: ThePrincelle
- License: mit
- Created: 2022-03-13T16:50:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T20:59:09.000Z (over 2 years ago)
- Last Synced: 2023-03-06T05:35:39.316Z (almost 2 years ago)
- Topics: api, php, strasbourg
- Language: HTML
- Homepage: https://parkstras.princelle.org
- Size: 24.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`