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.
Example response
{
"count": "62984"
}