PASAR API
Free subscription key (Ocp-Apim-Subscription-Key); limits 600/min and 35k/week; JSON or protobuf output.
View docs ↗ More Travel & mobility APIs# Auckland Transport ~ AT transit & GTFS-Realtime needs an API key ~ get yours at: # https://dev-portal.at.govt.nz/ curl 'https://api.at.govt.nz' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a New Zealand API into my app. API: Auckland Transport ~ AT transit & GTFS-Realtime Provider: Auckland Transport Auth: requires an API key (sign up: https://dev-portal.at.govt.nz/) Pricing: free Base URL: https://api.at.govt.nz Important note: Free subscription key (Ocp-Apim-Subscription-Key); limits 600/min and 35k/week; JSON or protobuf output. Source: Auckland Transport (https://dev-portal.at.govt.nz/) 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.