Skip to content

Latest commit

History

History
62 lines (49 loc) 路 2.04 KB

Avocargo.md

File metadata and controls

62 lines (49 loc) 路 2.04 KB

Avocargo (defunct)

Avocargo was a cargo-bike sharing company based in Germany.

There is no authentication or special headers, and only GET-Requests.

Directory

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/"
}

Territories

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.

Vehicle locations

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)

Vehicle locations (filtering)

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)

Vehicle Types

Returns vehicle types with images.

GET https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/cars/types

Result see here. (12.12.2022)

Locations

Unclear what this does. Maybe their warehouses?

GET https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/locations/

Result see here. (12.12.2022)