Metro Transit website screenshot

Metro Transit

Metro Transit provides real-time departure information, service alerts, trip planning, and schedule data APIs for the Minneapolis-Saint Paul metropolitan transit system. The APIs support creating transit departure displays and accessing real-time bus and train arrival data for the Twin Cities.

4 APIs 0 Features
MinneapolisMinnesotaPublic TransportationReal-TimeTransit

APIs

Metro Transit NexTrip API

The NexTrip API provides real-time departure information for creating transit departure displays. It offers endpoints for routes, stops, and real-time departure data for the Twi...

Metro Transit Service Alerts API

The Service Alerts API provides current service alerts for routes and stops across the Twin Cities Metro Transit network.

Metro Transit Trip Planner API

The Trip Planner API supports building itineraries and routing trips across the Twin Cities Metro Transit system using stops, places, and schedules.

Metro Transit Schedule API

The Schedule API provides published timetable data including routes, directions, stops, and schedule details for the Twin Cities Metro Transit system.

Collections

Pricing Plans

Rate Limits

Metro Transit Rate Limits

3 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Documentation
Documentation
🔗
Website
Website

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Trip Planner API
  version: '1'
items:
- info:
    name: Planner
    type: folder
  items:
  - info:
      name: GET /tripplanner/findaddress/{magicKey}/{geolocator}
      type: http
    http:
      method: GET
      url: '{{baseUrl}}/tripplanner/findaddress/:magicKey/:geolocator'
      params:
      - name: magicKey
        value: ''
        type: path
      - name: geolocator
        value: ''
        type: path
  - info:
      name: POST /tripplanner/moreinfo
      type: http
    http:
      method: POST
      url: '{{baseUrl}}/tripplanner/moreinfo'
      params:
      - name: moreInfo
        value: ''
        type: query
  - info:
      name: POST /tripplanner/nearestlandmark
      type: http
    http:
      method: POST
      url: '{{baseUrl}}/tripplanner/nearestlandmark'
      body:
        type: json
        data: '{}'
  - info:
      name: POST /tripplanner/nearestparkandrides
      type: http
    http:
      method: POST
      url: '{{baseUrl}}/tripplanner/nearestparkandrides'
      body:
        type: json
        data: '{}'
  - info:
      name: POST /tripplanner/plantrip
      type: http
    http:
      method: POST
      url: '{{baseUrl}}/tripplanner/plantrip'
      body:
        type: json
        data: '{}'
  - info:
      name: POST /tripplanner/routelandmarks
      type: http
    http:
      method: POST
      url: '{{baseUrl}}/tripplanner/routelandmarks'
      body:
        type: json
        data: '{}'
  - info:
      name: POST /tripplanner/servicenearby
      type: http
    http:
      method: POST
      url: '{{baseUrl}}/tripplanner/servicenearby'
      body:
        type: json
        data: '{}'
  - info:
      name: GET /tripplanner/suggest/{text}/{location}
      type: http
    http:
      method: GET
      url: '{{baseUrl}}/tripplanner/suggest/:text/:location'
      params:
      - name: text
        value: ''
        type: path
      - name: location
        value: ''
        type: path
bundled: true