Skip to main content

Overview

This release introduces a new API for retrieving the latest available stations data via bulk download links.

Why this was delivered

Station data is provided as JSON files that can be consumed by integrations that need to retrieve it for various purposes (e.g. their own mapping) The new API provides a stable entry point for retrieving the latest available station data. The links are temporary and expire after a short period of time. Check against the last_updated field to determine when the file was generated

Impact

This is a new API that can be used to extend your integration with station data.
  • GET /stations/data/

Required action

No additional action is required