Transit · Schema
Transit Departure
A scheduled or real-time transit departure from a stop
Public TransitReal-TimeTrip PlanningMulti-ModalGTFSGOFSMobilityShared Mobility
Properties
| Name | Type | Description |
|---|---|---|
| route_id | string | Unique route identifier |
| route_name | string | Human-readable route name or number |
| headsign | string | Destination display text shown on the vehicle |
| scheduled_time | string | Scheduled departure time in ISO 8601 format |
| real_time | stringnull | Real-time predicted departure time, null if unavailable |
| wheelchair_accessible | boolean | Whether the departing vehicle is wheelchair accessible |
| vehicle_id | stringnull | Vehicle identifier for real-time tracking |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://transitapp.com/schemas/departure",
"title": "Transit Departure",
"description": "A scheduled or real-time transit departure from a stop",
"type": "object",
"required": ["route_id", "route_name", "headsign", "scheduled_time"],
"properties": {
"route_id": {
"type": "string",
"description": "Unique route identifier"
},
"route_name": {
"type": "string",
"description": "Human-readable route name or number"
},
"headsign": {
"type": "string",
"description": "Destination display text shown on the vehicle"
},
"scheduled_time": {
"type": "string",
"format": "date-time",
"description": "Scheduled departure time in ISO 8601 format"
},
"real_time": {
"type": ["string", "null"],
"format": "date-time",
"description": "Real-time predicted departure time, null if unavailable"
},
"wheelchair_accessible": {
"type": "boolean",
"description": "Whether the departing vehicle is wheelchair accessible"
},
"vehicle_id": {
"type": ["string", "null"],
"description": "Vehicle identifier for real-time tracking"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/transit-departure"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.