robbi5
robbi5
Great 👍 But it's currently not the default on `mvgrad.nextbike.net`, so requests for munich still require `get_biketypes=1`
It looks like they provide public GBFS feeds, per this quality report: https://github.com/Stichting-CROW/dashboarddeelmobiliteit-datakwaliteit/blob/main/provider/Cargoroo.md But a quick google search didn't bring me any URLs 🤔
https://app.e-floater.com/map_objects?lat1=53.54025&lng1=9.98417&lat2=53.56042&lng2=10.01713&zoom=15&version=66 Extract version number from https://app.e-floater.com/app.js
Seems to use only Firebase: https://float-223708.firebaseio.com
Base URL: https://hive.frontend.fleetbird.eu/api/prod/v1.06/ No special Headers or Auth needed. https://hive.frontend.fleetbird.eu/api/prod/v1.06/territories/all/ https://hive.frontend.fleetbird.eu/api/prod/v1.06/locations/ https://hive.frontend.fleetbird.eu/api/prod/v1.06/cars/types/ https://hive.frontend.fleetbird.eu/api/prod/v1.06/map/cars/?lat1=38.692413&lat2=38.706059&lon1=-9.171600&lon2=-9.146290 https://hive.frontend.fleetbird.eu/api/prod/v1.06/cars/?lat=0&lon=0 https://hive.frontend.fleetbird.eu/api/prod/v1.06/cars/10858/
Looks like its built on Google Firebase
There is the [same problem we also have with lime](https://github.com/ubahnverleih/WoBike/issues/75#issuecomment-460056596): Nobody of the currently active maintainers of this repo has a bird (or lime) charger account. This would be a...
mitmproxy + [frida](https://www.frida.re) with [objection](https://github.com/sensepost/objection) for disabling the tls pinning
from pybikes: https://www.mainzer-mobilitaet.de/?type=1296727024&tx_mvgmeinrad_mvgmeinradstationen%5baction%5d=getStationsAjax --- Android App is react native based. Base URL: https://mvgmeinrad.electricfeel.net/mvgmeinrad_api/ publicToken: `8fad7dba470efac10f58ed2c21f6cd5eba6ec9d5b33b143e68bfc56bed04073e` systemId: `mainz` Header: `Authorization: Bearer 8fad7dba470efac10f58ed2c21f6cd5eba6ec9d5b33b143e68bfc56bed04073e` https://mvgmeinrad.electricfeel.net/mvgmeinrad_api/v1/configuration https://mvgmeinrad.electricfeel.net/mvgmeinrad_api/v1/systems https://mvgmeinrad.electricfeel.net/mvgmeinrad_api/v1/systems/mainz/status
Service Areas and blocked Zones: https://www.bolt.miami/gps/api/geofences App Configuration: https://www.bolt.miami/gps/api/server The App connects to the traccar websocket interface at `https://www.bolt.miami/gps/api/socket` to get available vehicles and positions. The token, used for authentication,...