Route

Represents a UMD Shuttle-UM bus route in the umd.io API. Route data is provided via NextBus.

EducationHigher EducationUniversityUnited StatesOpen DataCoursesStudent Run

Properties

Name Type Description
route_id string A unique three digit route number.
title string String name of the route.
stops array Array of stops on the route.
directions array Array of directions the bus travels.
paths array Lat/Long points to draw the route on a map.
lat_max number
lat_min number
long_max number
long_min number
View JSON Schema on GitHub

JSON Schema

university-of-maryland-college-park-route-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.umd.io/v1/schemas/route.json",
  "title": "Route",
  "description": "Represents a UMD Shuttle-UM bus route in the umd.io API. Route data is provided via NextBus.",
  "type": "object",
  "properties": {
    "route_id": {
      "type": "string",
      "description": "A unique three digit route number.",
      "examples": ["701"]
    },
    "title": {
      "type": "string",
      "description": "String name of the route.",
      "examples": ["701 UMB BioPark"]
    },
    "stops": {
      "type": "array",
      "description": "Array of stops on the route.",
      "items": {
        "type": "object",
        "properties": {
          "stop_id": { "type": "string", "examples": ["laplat"] },
          "title": { "type": "string", "examples": ["La Plata Hall"] },
          "lat": { "type": "number" },
          "long": { "type": "number" }
        }
      }
    },
    "directions": {
      "type": "array",
      "description": "Array of directions the bus travels.",
      "items": {
        "type": "object",
        "properties": {
          "direction_id": { "type": "string", "examples": ["ramsapts"] },
          "title": { "type": "string", "examples": ["Ramsay St Apts"] },
          "stops": { "type": "array", "items": { "type": "string" } }
        }
      }
    },
    "paths": {
      "type": "array",
      "description": "Lat/Long points to draw the route on a map.",
      "items": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "lat": { "type": "number" },
            "long": { "type": "number" }
          }
        }
      }
    },
    "lat_max": { "type": "number", "examples": [39.2995236] },
    "lat_min": { "type": "number", "examples": [39.28301] },
    "long_max": { "type": "number", "examples": [-76.620848] },
    "long_min": { "type": "number", "examples": [-76.6320545] }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/university-of-maryland-college-park-route"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.