From a89d28129fbd52acf5f062ca2035b4d2173cb304 Mon Sep 17 00:00:00 2001 From: Nahuel Lofeudo Date: Tue, 20 Jun 2023 06:26:29 +0100 Subject: [PATCH] Update GTFS-R URL for nationaltransport.ie --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index f2c46c9..26b9927 100644 --- a/config.yaml +++ b/config.yaml @@ -3,7 +3,7 @@ # URLs and API keys for the different parts of the GTFS-R feed # You should not change these unless a new version of the API is released gtfs-feed-url: "https://www.transportforireland.ie/transitData/Data/GTFS_Realtime.zip" -gtfs-r-api-url: "https://api.nationaltransport.ie/gtfsr/v2/gtfsr?format=json" +gtfs-r-api-url: "https://api.nationaltransport.ie/gtfsr/v2/TripUpdates?format=json" # You should change this one. Use the key you get from TFI when you register for GTFS-R access gtfs-r-api_key: "API KEY GOES HERE"