Docs
REST API

REST API

Backend gets data from Golemio API (opens in a new tab) caches it and serves it without need to authenticate.

GET https://api.metronow.dev/stop/all

All stops

🚧 WIP

GET https://api.metronow.dev/stop/in-box?latitudes=50.1&longitudes=14.4&latitudes=50.2&longitudes=14.5

Stops inside bounding box

🚧 WIP

GET https://api.metronow.dev/departure/platform?platform=U1000Z1&platform=U1000Z12

Departures from platforms

🚧 WIP