APIHub
Back to Explore

Mobility API

Transit API can be used to obtain time-aggregated data representing moving the people between various spatial points within the Czech Republic. Having A - 'from' and B - 'to' points, the API can return count of people traveling from A to B or people that are from A and traveling to B, etc. The mobility data is based on moving mobile stations in O2 mobile network.

Telecom
none
HTTPS
CORS: Unknown
Visit official documentation

Latency

819ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/info

Information about versions of application and data.

GET

/transit/{from}/{to}

Transit between basic residential units

  • from (path, required) — source basic residential unit
  • to (path, required) — destination basic residential unit
  • fromType (query) — occurence type in the source basic residential unit (1 - transit, 2 - visit, 0 - both)
  • toType (query) — occurence type in the destination basic residential unit (1 - transit, 2 - visit, 0 - both)
  • uniques (query, required) — all or only uniques (0 - all, 1 - uniques)

2 endpoints auto-detected

curl -X GET \
  "https://developer.o2.cz/mobility/sandbox/api/info"

developer.o2.cz · HTTPS only