GET trips/{id}
Summary: —
Operation ID: ApiWeb.TripController.show
Auth: unknown
Operation ID: ApiWeb.TripController.show
Auth: unknown
Parameters (3)
fields[trip]
(string, query, optional)
Fields to include with the response. Multiple fields **MUST** be a comma-separated (U+002C COMMA, ",") list. Note that fields can also be selected for included data types: see the [V3 API Best Practices](https://www.mbta.com/developers/v3-api/best-practices) for an example.
id
(string, path, required)
Unique identifier for a trip
include
(string, query, optional)
Relationships to include. * `route` * `vehicle` * `service` * `shape` * `predictions` * `route_pattern` * `stops` * `occupancies` The value of the include parameter **MUST** be a comma-separated (U+002C COMMA, ",") list of relationship paths. A relationship path is a dot-separated (U+002E FULL-STO...
No probe data for this endpoint yet.