v1

latestSwagger 2.0O2 Czech Republic a.s.2026-07-14234.5 KB
transit

Transit between basic residential units

Get count of objects that were moving between basic residential units or objects that were visiting these basic residential units. Specific object's occurence type in the base residential unit can be requested. If none occurence type is present in the request or both occurence types are zero, the result will be aggregation of all types of occurence for given base residential units. More about base residential units can be found at https://www.czso.cz/csu/rso/zsj_rso (czech).

get/transit/{from}/{to}

Path parameters

fromstring required

source basic residential unit

tostring required

destination basic residential unit

Query parameters

fromTypestring

occurence type in the source basic residential unit (1 - transit, 2 - visit, 0 - both)

toTypestring

occurence type in the destination basic residential unit (1 - transit, 2 - visit, 0 - both)

uniquesstring required

all or only uniques (0 - all, 1 - uniques)

Response

Response with the requested content.

countstring

Final count as the result of the request

Example response

{
  "count": "62984"
}