PASAR API
Free registration for an API key; GTFS-R TripUpdates/VehiclePositions for Dublin Bus, Bus Eireann, Go-Ahead, Luas and Iarnrod Eireann.
View docs ↗ More Travel & mobility APIs# Transport for Ireland ~ national GTFS-Realtime needs an API key ~ get yours at: # https://developer.nationaltransport.ie/ curl 'https://api.nationaltransport.ie/gtfsr/v2' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Ireland API into my app. API: Transport for Ireland ~ national GTFS-Realtime Provider: National Transport Authority Auth: requires an API key (sign up: https://developer.nationaltransport.ie/) Pricing: free Base URL: https://api.nationaltransport.ie/gtfsr/v2 Important note: Free registration for an API key; GTFS-R TripUpdates/VehiclePositions for Dublin Bus, Bus Eireann, Go-Ahead, Luas and Iarnrod Eireann. Source: National Transport Authority (https://developer.nationaltransport.ie/) Source type: Official public feed Endpoint type: Public feed, non-JSON Integration difficulty: Needs API key Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.