PASAR API
Official PTV Timetable API v3 (Swagger); free but requires a user ID + key and an HMAC signature per request.
View docs ↗ More Travel & mobility APIs# PTV ~ Victoria public transport timetable API needs an API key ~ get yours at: # https://timetableapi.ptv.vic.gov.au/swagger/ui/index curl 'https://timetableapi.ptv.vic.gov.au/v3/' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Australia API into my app. API: PTV ~ Victoria public transport timetable API Provider: Public Transport Victoria Auth: requires an API key (sign up: https://timetableapi.ptv.vic.gov.au/swagger/ui/index) Pricing: free Base URL: https://timetableapi.ptv.vic.gov.au/v3/ Important note: Official PTV Timetable API v3 (Swagger); free but requires a user ID + key and an HMAC signature per request. Source: Public Transport Victoria (https://timetableapi.ptv.vic.gov.au/swagger/ui/index) Source type: Official public feed Endpoint type: Direct public JSON endpoint 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.