### Opendata API Overview Source: https://api.tranzy.ai/v1/opendata/docs This section provides an overview of the Opendata API, its purpose, and general information. ```APIDOC ## Opendata API ### Overview This API partially implements the GTFS specification. More details can be found at: https://gtfs.org/. **Warning**: This API is currently in its BETA version and is subject to change without notice. Please report any bugs or issues using the contact form at: https://apps.tranzy.ai/accounts/contact Terms and conditions: https://apps.tranzy.ai/accounts/terms-and-conditions ### API Base URL Production (prod): https://api.tranzy.ai/v1/opendata ``` -------------------------------- ### Schemas Endpoint Source: https://api.tranzy.ai/v1/opendata/docs Information about the API schemas. ```APIDOC ## Schemas ### Description Provides information about the API schemas. Specific details on available schemas are not provided in the source text. ### Method GET ### Endpoint /websites/api_tranzy_ai_v1_opendata/schemas ``` -------------------------------- ### Proxy Endpoint Source: https://api.tranzy.ai/v1/opendata/docs Proxy endpoint for external data. ```APIDOC ## Proxy ### Description Proxy endpoint for external data. Specific usage details are not provided in the source text. ### Method GET ### Endpoint /websites/api_tranzy_ai_v1_opendata/proxy ``` -------------------------------- ### Shapes Endpoint Source: https://api.tranzy.ai/v1/opendata/docs Information about route shapes. ```APIDOC ## Shapes ### Description Provides information about route shapes. Specific details on shape data are not provided in the source text. ### Method GET ### Endpoint /websites/api_tranzy_ai_v1_opendata/shapes ``` -------------------------------- ### Stop Times Endpoint Source: https://api.tranzy.ai/v1/opendata/docs Information about stop times. ```APIDOC ## Stop_times ### Description Provides information about stop times. Specific details on stop time data are not provided in the source text. ### Method GET ### Endpoint /websites/api_tranzy_ai_v1_opendata/stop_times ``` -------------------------------- ### Vehicle Endpoint Source: https://api.tranzy.ai/v1/opendata/docs Information about vehicles. ```APIDOC ## Vehicle ### Description Provides information about vehicles. Specific details on vehicle data are not provided in the source text. ### Method GET ### Endpoint /websites/api_tranzy_ai_v1_opendata/vehicle ``` -------------------------------- ### Trips Endpoint Source: https://api.tranzy.ai/v1/opendata/docs Information about trips. ```APIDOC ## Trips ### Description Provides information about trips. Specific details on trip data are not provided in the source text. ### Method GET ### Endpoint /websites/api_tranzy_ai_v1_opendata/trips ``` -------------------------------- ### Stops Endpoint Source: https://api.tranzy.ai/v1/opendata/docs Information about transportation stops. ```APIDOC ## Stops ### Description Provides information about transportation stops. Specific details on stop data are not provided in the source text. ### Method GET ### Endpoint /websites/api_tranzy_ai_v1_opendata/stops ``` -------------------------------- ### Route Endpoint Source: https://api.tranzy.ai/v1/opendata/docs Information about transportation routes. ```APIDOC ## Route ### Description Provides information about transportation routes. Specific details on route data are not provided in the source text. ### Method GET ### Endpoint /websites/api_tranzy_ai_v1_opendata/route ``` -------------------------------- ### Agency Endpoint Source: https://api.tranzy.ai/v1/opendata/docs Provides information about transportation agencies. ```APIDOC ## Agency ### Description Provides information about transportation agencies. ### Method GET ### Endpoint /websites/api_tranzy_ai_v1_opendata/agency ### Parameters #### Query Parameters - **agency_id** (string) - Optional - The ID of the agency to retrieve. ### Response #### Success Response (200) - **agency_id** (string) - The unique identifier for the agency. - **agency_name** (string) - The name of the agency. - **agency_url** (string) - The URL of the agency's website. - **agency_timezone** (string) - The timezone of the agency. - **agency_lang** (string) - The language of the agency. - **agency_phone** (string) - The phone number of the agency. #### Response Example ```json { "agency_id": "1", "agency_name": "Example Transit", "agency_url": "http://www.exampletransit.com", "agency_timezone": "America/New_York", "agency_lang": "en", "agency_phone": "+1-555-555-5555" } ``` ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.