{ "opencollection": "1.0.0", "info": { "name": "TIER / Dott GBFS Discovery Vehicles API", "version": "2.3" }, "items": [ { "info": { "name": "Vehicles", "type": "folder" }, "items": [ { "info": { "name": "Get Vehicle Types", "type": "http" }, "http": { "method": "GET", "url": "https://gbfs.api.ridedott.com/public/v2/:system_id/vehicle_types.json", "params": [ { "name": "system_id", "value": "", "type": "path", "description": "The Dott/TIER system slug, e.g. `berlin`, `paris`, `london`, `madrid`, `rome`, `brussels`, `dubai`. Listed in the MobilityData GBFS systems registry." } ] }, "docs": "Returns the form factors (scooter, bicycle), propulsion types, max range, and pricing-plan associations for vehicles operated in the system." }, { "info": { "name": "Get Free Vehicle Status", "type": "http" }, "http": { "method": "GET", "url": "https://gbfs.api.ridedott.com/public/v2/:system_id/free_bike_status.json", "params": [ { "name": "system_id", "value": "", "type": "path", "description": "The Dott/TIER system slug, e.g. `berlin`, `paris`, `london`, `madrid`, `rome`, `brussels`, `dubai`. Listed in the MobilityData GBFS systems registry." } ] }, "docs": "Real-time list of free-floating vehicles available for rent, including position, battery level (`current_fuel_percent`), remaining range, pricing plan, and rental URIs." } ] } ], "bundled": true }