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