Feeds GTFS-Realtime
Endpoints públicos en formato GTFS-RT (protobuf) compatibles con cualquier consumidor estándar (OBA, OpenTripPlanner, etc.).
VehiclePositions
Posiciones GPS de los autobuses, reconstruidas desde las llegadas.
TripUpdates
Tiempos de llegada/salida estimados por viaje.
ServiceAlerts
Alertas de servicio (incidencias, obras, eventos).
GTFS estático
Horarios, paradas, rutas y formas (laregional-valladolid-es). Empareja los trip_id / route_id / stop_id del feed realtime.
- GTFS estático (zip): /gtfs-static.zip
- routes.txt: /gtfs/routes.txt
- stops.txt: /gtfs/stops.txt
- trips.txt: /gtfs/trips.txt
- stop_times.txt: /gtfs/stop_times.txt
- shapes.txt: /gtfs/shapes.txt
- calendar.txt: /gtfs/calendar.txt
- calendar_dates.txt: /gtfs/calendar_dates.txt
- agency.txt: /gtfs/agency.txt
- feed_info.txt: /gtfs/feed_info.txt
GTFS estático como API JSON
Cada archivo .txt parseado a JSON vía endpoint REST. Útil para apps web y móviles.
- agency.json: /api/public/gtfs-static/agency
- calendar.json: /api/public/gtfs-static/calendar
- calendar_dates.json: /api/public/gtfs-static/calendar_dates
- feed_info.json: /api/public/gtfs-static/feed_info
- routes.json: /api/public/gtfs-static/routes
- shapes.json: /api/public/gtfs-static/shapes
- stop_times.json: /api/public/gtfs-static/stop_times
- stops.json: /api/public/gtfs-static/stops
- trips.json: /api/public/gtfs-static/trips
GTFS estático en JSON (archivos)
Los mismos datos servidos como ficheros JSON estáticos, con CORS abierto.
- agency.json: /gtfs/agency.json
- calendar.json: /gtfs/calendar.json
- calendar_dates.json: /gtfs/calendar_dates.json
- feed_info.json: /gtfs/feed_info.json
- routes.json: /gtfs/routes.json
- shapes.json: /gtfs/shapes.json
- stop_times.json: /gtfs/stop_times.json
- stops.json: /gtfs/stops.json
- trips.json: /gtfs/trips.json