{ "opencollection": "1.0.0", "info": { "name": "Dott GBFS Discovery Stations API", "version": "2.3" }, "items": [ { "info": { "name": "Stations", "type": "folder" }, "items": [ { "info": { "name": "Docked station information (where operated)", "type": "http" }, "http": { "method": "GET", "url": "https://gbfs.api.ridedott.com/public/v2/:city/station_information.json", "params": [ { "name": "city", "value": "espoo", "type": "path", "description": "City slug as listed in the discovery document (e.g. espoo, brussels, warsaw)." } ] }, "docs": "Docked station information (where operated)" }, { "info": { "name": "Docked station real-time status (where operated)", "type": "http" }, "http": { "method": "GET", "url": "https://gbfs.api.ridedott.com/public/v2/:city/station_status.json", "params": [ { "name": "city", "value": "espoo", "type": "path", "description": "City slug as listed in the discovery document (e.g. espoo, brussels, warsaw)." } ] }, "docs": "Docked station real-time status (where operated)" } ] } ], "bundled": true }