{ "opencollection": "1.0.0", "info": { "name": "TIER / Dott GBFS Discovery API", "version": "2.3" }, "items": [ { "info": { "name": "Discovery", "type": "folder" }, "items": [ { "info": { "name": "List GBFS Versions", "type": "http" }, "http": { "method": "GET", "url": "https://gbfs.api.ridedott.com/public/v2/gbfs_versions.json" }, "docs": "Returns all GBFS schema versions exposed by Dott across systems." }, { "info": { "name": "Get GBFS Discovery Document", "type": "http" }, "http": { "method": "GET", "url": "https://gbfs.api.ridedott.com/public/v2/:system_id/gbfs.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 GBFS auto-discovery document for a given city/system, listing every available feed URL." } ] } ], "bundled": true }