v1
latestOpenAPI 3.1.02026-07-2414103.5 MBApp Demographics: Age
Returns a breakdown of app demographics by age group. Currently only available for Google (Android).
get/Google/{app_id}/demographics/age
Path parameters
app_idstring required
Enter an app ID. How to find App IDs.
Query parameters
api_keystring required
Your Similarweb API key.
countrystring required
Country filter, as a 2-letter ISO country code. To see the country filters you have access to, please refer to the Check Capabilities endpoint.
formatstring
[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.
Response
200
Example response
{
"meta": {
"request": {
"store": "Google",
"app_id": "com.whatsapp",
"format": "json",
"country": "us"
},
"status": "Success",
"last_updated": "2017-08-28"
},
"age_18_to_24": 31.48895864157414,
"age_25_to_34": 37.17211244624511,
"age_35_to_44": 19.91938494724761,
"age_45_to_54": 8.857976465382542,
"age_55_plus": 2.5615674995506024
}