Skip to content

Latest commit

History

History
65 lines (37 loc) 路 1.46 KB

Pony.md

File metadata and controls

65 lines (37 loc) 路 1.46 KB
Pony logo

Pony

Base URL: https://api.getapony.com

Cities (aka regions)

Get nearest region

Path: /georegion/resolve

Method: GET

Parameters:

Parameters Value Mandatory
latitude latitude X
longitude longitude X

Get regions list

Path: /georegion/all/

Method: GET


Get scooters and bikes informations (GBFS)

Main GBFS url

https://gbfs.getapony.com/v1/{city}/en/gbfs.json

city : provide city name (aka region)

Get the different types of vehicles available in the city (bike, scooter, ...)

URL: https://gbfs.getapony.com/v1/{city}/en/vehicle_types.json

Method: GET

Get prices by vehicle type

URL: https://gbfs.getapony.com/v1/{city}/en/system_pricing_plans.json

Method: GET

Get real-time information on available vehicles

URL: https://gbfs.getapony.com/v1/{city}/en/free_bike_status.json

Method: GET

Get geofencing zones

URL: https://gbfs.getapony.com/v1/{city}/en/geofencing_zones.json

Method: GET

Get vehicle parking locations

URL: https://gbfs.getapony.com/v1/{city}/en/station_information.json

Method: GET