Metro Transit Plans Pricing
Metro Transit (the public-transit operator for the Twin Cities, MN, governed by the Metropolitan Council) publishes its real-time vehicle, schedule, alert, and trip-planner data as free open data. Static schedules are published as GTFS zip files; real-time vehicle positions, trip updates, and service alerts are published as GTFS-realtime protobuf feeds refreshed every 5 seconds. A REST API (NexTrip / schedule / alerts / trip planner) is also documented at svc.metrotransit.org. There is no API key, no usage cap, and no commercial tier — the data is offered to developers under open-data terms with attribution.
Plans
Free, open access to Metro Transit's GTFS, GTFS-realtime, and REST APIs. No registration, no API key, and no published usage cap. Consumers should follow standard open-data etiquette (use Last-Modified / ETag, cache appropriately, attribute the source).
- GTFS Static Schedule (current + next week)
- GTFS-realtime Trip Updates
- GTFS-realtime Vehicle Positions
- GTFS-realtime Service Alerts
- NexTrip Real-Time Departures
- Service Alerts API
- Trip Planner API
- Schedule API
- Swagger / OpenAPI Documentation
- Historical GTFS Archive (back to 2020-11-28)