79709638

Date: 2025-07-21 20:55:14
Score: 0.5
Natty:
Report link

The Transitland website and APIs can be used to find many GTFS Realtime feeds. Here's the YRT GTFS Realtime feed you seem to be looking for: https://www.transit.land/feeds/f-yrt~rt

And here are its two source URLs:

As others have already shared, to inspect those GTFS Realtime endpoints you do need to parse them from protocol buffer format. It's binary, so it can't be displayed in a text editor or browser without intermediate processing.

If you want to quickly inspect it, the Transitland website will let you view it as JSON:

screenshot of GTFS Realtime vehicle positions as JSON on Transitland website

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Drew Dara-Abrams