PASAR API
Free but registration-gated; subscribe to the 'Metlink Open Data API' on the portal to get a key.
View docs ↗ More Travel & mobility APIs# Metlink ~ Wellington transit GTFS & realtime API needs an API key ~ get yours at: # https://opendata.metlink.org.nz/ curl 'https://api.opendata.metlink.org.nz/v1' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a New Zealand API into my app. API: Metlink ~ Wellington transit GTFS & realtime API Provider: Metlink (Greater Wellington Regional Council) Auth: requires an API key (sign up: https://opendata.metlink.org.nz/) Pricing: free Base URL: https://api.opendata.metlink.org.nz/v1 Important note: Free but registration-gated; subscribe to the 'Metlink Open Data API' on the portal to get a key. Source: Metlink (Greater Wellington Regional Council) (https://opendata.metlink.org.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.