Skip to content

Latest commit

History

History
22 lines (15 loc) 路 455 Bytes

Baqme.md

File metadata and controls

22 lines (15 loc) 路 455 Bytes

Baqme (E-cargo bike)

Baqme is an e-cargo bike provider in The Netherlands.

Vehicles

Send a POST request to this URL:

https://baqmeconnector-api.joyridecity.bike/api/v1/map/get-markers

With the following URL parameters:

  • latitude
  • longitude
  • radiusInKm

E.g.:

 curl -X POST 'https://baqmeconnector-api.joyridecity.bike/api/v1/map/get-markers?latitude=52.078663&longitude=4.288788&radiusInKm=10'