Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
GET /<referential_slug>/gtfs-rt
GET /<referential_slug>/gtfs-rt/trip-updates
GET /<referential_slug>/gtfs-rt/vehicle-positions

The user can select the expected GTFS-RT entities by using one of the GTFS-RT endpoints:

  • Global endpoint /referential_slug/gtfs-rt provides all entities.

  • Trip Update endpoint /referential_slug/gtfs-rt/trip-updates provides only Trip Update entities.

  • Vehicle Position endpoint /referential_slug/gtfs-rt/vehicle-positions provides only Vehicle Position entities

...

Code Block
GET /referential_slug/gtfs-rt
Authorization: Token token=secret

...