v1

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

Presence in a location aggregated by gender

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

get/gender/{location}

Path parameters

locationstring required

basic residential unit

Query parameters

gstring required

gender specification (1 - male, 2 - female)

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"
}