v1

latestSwagger 2.0O2 Czech Republic a.s.2026-07-14335.2 KB
sociodemo

Presence in a location aggregated by age

Get count of people in a given location and an hour, aggregated by age.

get/age/{location}

Path parameters

locationstring required

basic residential unit

Query parameters

ageGroupstring required

age-group specification (1: 8-18, 2: 19-25, 3: 26-35, 4: 36-55, 5: 56+)

occurenceTypestring required

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

hourstring required

time interval for the count aggregation (from 0 to 23)

Response

Response with the requested content.

countstring

Final count as the result of the request

Example response

{
  "count": "62984"
}
All 3 operations