Stations Microservice

Development

API

GET /stations

Returns a list of all stations.

GET /stations/{id}/status

Returns the status of a station.

POST /stations

{
  "url": "https://example.com/stations.json"
}

Enqueues a job to import the stations from the given URL.