URL | Last Update UTC | Description | Documentation |
---|---|---|---|
current.zip | 2024-11-07T01:32:05Z |
The current static GTFS data. This file will always contain the current schedule period. At the time of a schedule change, this file will contain both schedule periods merged together. Your software must use the date ranges in the calendar.txt table to select the correct trips based on date. |
GTFS |
alerts.bin | 2024-11-20T22:51:31Z | GTFS-Realtime alert data. This file contains information about availability of stops and routes. | GTFS-realtime Service Alerts |
tripupdates.bin | 2024-11-20T22:51:31Z | GTFS-Realtime trip update data. This file contains information about the arrival times of current trips. | GTFS-realtime Trip Updates |
vehiclepositions.bin | 2024-10-15T22:54:52Z | GTFS-Realtime vehicle position data. This file contains the most recent latitude/longitude of vehicles assigned to current trips. | GTFS-realtime Vehicle Positions |
This map is example code for the developer community.
The source code is available on GitHub
Each time the static GTFS file is updated (current.zip) the server will parse it into data files that can be accessed directly for example purposes.
Be aware that the formats of the parsed files are subject to change.
The source code is available on GitHub
URL | Last Update UTC | Description | Documentation |
---|---|---|---|
agency.txt | 2024-11-07T01:32:53Z | One or more transit agencies that provide the data in this feed. | agency |
stops.txt | 2024-11-07T01:32:57Z | Individual locations where vehicles pick up or drop off passengers. | stops |
routes.txt | 2024-11-07T01:32:54Z | Transit routes. A route is a group of trips that are displayed to riders as a single service. | routes |
trips.txt | 2024-11-07T01:32:53Z | Trips for each route. A trip is a sequence of two or more stops that occurs at specific time. | trips |
stop_times.txt | 2024-11-07T01:32:57Z | Times that a vehicle arrives at and departs from individual stops for each trip. | stop_times |
calendar.txt | 2024-11-07T01:32:53Z | Dates for service IDs using a weekly schedule. Specify when service starts and ends, as well as days of the week where service is available. | calendar |
calendar_dates.txt | 2024-11-07T01:32:53Z | Exceptions for the service IDs defined in the calendar.txt file. If calendar_dates.txt includes ALL dates of service, this file may be specified instead of calendar.txt. | calendar_dates |
fare_attributes.txt | 2024-11-07T01:32:53Z | Fare information for a transit organization's routes. | fare_attributes |
fare_rules.txt | 2024-11-07T01:32:53Z | Rules for applying fare information for a transit organization's routes. | fare_rules |
shapes.txt | 2024-11-07T01:32:55Z | Rules for drawing lines on a map to represent a transit organization's routes. | shapes |
feed_info.txt | 2024-11-07T01:32:53Z | Additional information about the feed itself, including publisher, version, and expiration information. | feed_info |
URL | Last Update UTC | Description | Documentation |
---|---|---|---|
agency.json | 2024-11-07T01:32:59Z | One or more transit agencies that provide the data in this feed. | agency |
stops.json | 2024-11-07T01:33:00Z | Individual locations where vehicles pick up or drop off passengers. | stops |
routes.json | 2024-11-07T01:33:00Z | Transit routes. A route is a group of trips that are displayed to riders as a single service. | routes |
trips.json | 2024-11-07T01:33:01Z | Trips for each route. A trip is a sequence of two or more stops that occurs at specific time. | trips |
stop_times.json | 2024-11-07T01:34:40Z | Times that a vehicle arrives at and departs from individual stops for each trip. | stop_times |
calendar.json | 2024-11-07T01:34:41Z | Dates for service IDs using a weekly schedule. Specify when service starts and ends, as well as days of the week where service is available. | calendar |
calendar_dates.json | 2024-11-07T01:34:43Z | Exceptions for the service IDs defined in the calendar.txt file. If calendar_dates.txt includes ALL dates of service, this file may be specified instead of calendar.txt. | calendar_dates |
fare_attributes.json | 2024-11-07T01:34:44Z | Fare information for a transit organization's routes. | fare_attributes |
fare_rules.json | 2024-11-07T01:34:45Z | Rules for applying fare information for a transit organization's routes. | fare_rules |
shapes.json | 2024-11-07T01:34:50Z | Rules for drawing lines on a map to represent a transit organization's routes. | shapes |
The current schema for the XML files is available in gtfs.xsd.
URL | Last Update UTC | Description | Documentation |
---|---|---|---|
agency.xml | 2024-11-07T01:34:52Z | One or more transit agencies that provide the data in this feed. | agency |
stops.xml | 2024-11-07T01:34:53Z | Individual locations where vehicles pick up or drop off passengers. | stops |
routes.xml | 2024-11-07T01:34:53Z | Transit routes. A route is a group of trips that are displayed to riders as a single service. | routes |
trips.xml | 2024-11-07T01:34:57Z | Trips for each route. A trip is a sequence of two or more stops that occurs at specific time. | trips |
stop_times.xml | 2024-11-07T01:36:00Z | Times that a vehicle arrives at and departs from individual stops for each trip. | stop_times |
calendar.xml | 2024-11-07T01:36:00Z | Dates for service IDs using a weekly schedule. Specify when service starts and ends, as well as days of the week where service is available. | calendar |
calendar_dates.xml | 2024-11-07T01:36:00Z | Exceptions for the service IDs defined in the calendar.txt file. If calendar_dates.txt includes ALL dates of service, this file may be specified instead of calendar.txt. | calendar_dates |
fare_attributes.xml | 2024-11-07T01:36:00Z | Fare information for a transit organization's routes. | fare_attributes |
fare_rules.xml | 2024-11-07T01:36:00Z | Rules for applying fare information for a transit organization's routes. | fare_rules |
shapes.xml | 2024-11-07T01:36:02Z | Rules for drawing lines on a map to represent a transit organization's routes. | shapes |
URL | Last Update UTC | Description | Documentation |
---|---|---|---|
stops.geojson | 2024-11-07T01:36:07Z | Individual locations where vehicles pick up or drop off passengers. | stops |
shapes.geojson | 2024-11-07T01:36:07Z | Rules for drawing lines on a map to represent a transit organization's routes. | shapes |
URL | Last Update UTC | Description | Documentation |
---|---|---|---|
stops.kml | 2024-11-07T01:36:11Z | Individual locations where vehicles pick up or drop off passengers. | stops |
shapes.kml | 2024-11-07T01:36:10Z | Rules for drawing lines on a map to represent a transit organization's routes. | shapes |
URL | Last Update UTC | Description | Documentation |
---|---|---|---|
stops.zip | 2024-11-07T01:36:13Z | Individual locations where vehicles pick up or drop off passengers. | stops |
shapes.zip | 2024-11-07T01:36:13Z | Rules for drawing lines on a map to represent a transit organization's routes. | shapes |