Avocargo was a cargo-bike sharing company based in Germany.
There is no authentication or special headers, and only GET
-Requests.
Get (some) available endpoints.
GET https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/
{
"cars": "https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/cars/",
"map/cars": "https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/map/cars/",
"locations": "https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/locations/"
}
Get no-parking zones.
GET https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/territories/all/
Result see here. (12.12.2022)
type 0
looks like free floating region, type: 1
menas no parking zone.
Request available vehicles. Detailed information but no filtering. See below.
GET https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/cars/
Result see here. (12.12.2022)
Request available vehicles.
GET https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/map/cars
Result see here. (12.12.2022)
You can filter the returned vehicles:
GET https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/map/cars/?lat1=52.3&lat2=52.5&lon1=13.1&lon2=13.4
Result see here. (12.12.2022)
Returns vehicle types with images.
GET https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/cars/types
Result see here. (12.12.2022)
Unclear what this does. Maybe their warehouses?
GET https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/locations/
Result see here. (12.12.2022)