Getting started with the GTFS API
The GTFS Static API provides a REST interface over the currently active GTFS Static data published by Auckland Transport.
Details about GTFS Static can be found at https://gtfs.org/reference/static. The API is currently only implemented for a subset of GTFS entities. Only fields that are not null/empty in the source data are returned.
The implementation follows the JSON:API spec, described at https://jsonapi.org. The API currently only implements a subset of this spec, mostly the returned resource objects and errors. Please refer to the individual operations for details about which functions are provided.