Giter Club home page Giter Club logo

Metro Transit NexTrip API Spec

This provides an OpenAPI 3.0 specification file for the Metro Transit NexTrip API. This spec only includes JSON responses (with XML response information coming at a later date).

ReadMe Documentation

The OAS file in this repository is syncing to ReadMe via a GitHub Action. You can view the latest ReadMe documentation here.

Available endpoints

Endpoint Description
/Providers Returns a list of area Transit providers. Providers are identified in the list of Routes allowing routes to be selected for a single provider.
/Routes Returns a list of Transit routes that are in service on the current day.
/Directions/{route} Returns the two directions that are valid for a given route. Either North/South or East/West. The result includes text/value pair with the direction name and an ID. Directions are identified with an ID value. 1 = South, 2 = East, 3 = West, 4 = North.
/Stops/{route}/{direction} Returns a list of Timepoint stops for the given Route/Direction. The result includes text/value pairs with the stop description and a 4 character stop (or node) identifier.
/{stopid} This operation is used to return a list of departures scheduled for any given bus stop. A StopID is an integer value identifying any one of the many thousands of bus stops in the metro. Stop information can be derived from the GTFS schedule data updated weekly for public use. https://gisdata.mn.gov/dataset/us-mn-state-metc-trans-transit-schedule-google-fd
/{route}/{direction}/{stop} Returns the scheduled departures for a selected route, direction and timepoint stop.
/VehicleLocations/{route} This operation returns a list of vehicles currently in service that have recently (within 5 minutes) reported their locations. A route paramter is used to return results for the given route. Use "0" for the route parameter to return a list of all vehicles in service.

princessfahda12's Projects

finitediff.jl icon finitediff.jl

Fast non-allocating calculations of gradients, Jacobians, and Hessians with sparsity support

weave.jl icon weave.jl

Scientific reports/literate programming for Julia

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.