v1
latestOpenAPI 3.1.02026-07-2414103.5 MBApp Demographics: Gender
Returns a breakdown of app demographics by gender. Currently only available for Google (Android).
get/Google/{app_id}/demographics/gender
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"
},
"male": 57.23140271983529,
"female": 42.768597280164705
}