{ "operationId": "get_api_where_agency_agencyID.json", "method": "GET", "path": "/api/where/agency/{agencyID}.json", "summary": "Retrieve info for a specific transit agency identified by ID", "description": "Retrieve information for a specific transit agency identified by its unique ID.", "tags": [], "parameters": [ { "name": "agencyID", "in": "path", "required": true, "description": "The ID of the transit agency.", "schema": { "type": "string" } } ] }