{ "opencollection": "1.0.0", "info": { "name": "Transit Locations API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "Get available networks near a location", "type": "http" }, "http": { "method": "GET", "url": "https://external.transitapp.com/v3/public/available_networks", "headers": [ { "name": "Accept-Language", "value": "" } ], "params": [ { "name": "lat", "value": "", "type": "query", "description": "Latitude of the search center (WGS84 decimal degrees)." }, { "name": "lon", "value": "", "type": "query", "description": "Longitude of the search center (WGS84 decimal degrees)." } ] }, "docs": "Discovers the transit networks and coverage available near a latitude/longitude - the agencies and systems Transit has data for in that location." } ] } ], "bundled": true }