Call-a-Bike has historic datasets OpenData on the DeutscheBahn OpenData portal under CC-BY License.
You can use the Flinkster API with providernetwork=2
to access Call-a-Bike live Data. You need to register on developer.deutschebahn.com to get a free, unlimited API Key (Zugangstoken).
Example Request: https://api.deutschebahn.com/flinkster-api-ng/v1/bookingproposals?lat=48.15&lon=11.5&radius=5000&limit=100&providernetwork=2
– You also have to set the Authorization
header to Bearer <YOUR-API-KEY>
- Paramter
limit
max value is100
, but you can useoffset
to request more - Paramter
radius
is the searchradius in meters, max value is10000
, min value is100
, default500
, - You can also add parameter
expand
torentalobject,price
to get vehicle and price info
There is also a Documentation PDF (german only), and you can use the API-console (3rd tab)
If you need GBFS, maybe this flinkster2gbfs adapter can help.