v1
latestOpenAPI 3.1.02026-07-2414103.5 MBWeekly Active Users (Android) - Legacy
Returns the number of unique weekly active users of a given app on Android.
get/Google/{app_id}/active-users/weekly-active-users
Path parameters
app_idstring required
Android app name without brackets {}. To learn how to find App IDs visit https://developers.similarweb.com/docs/how-to-find-app-ids
Query parameters
api_keystring
Your Similarweb REST API key
start_datestring
Start date (format: YYYY-MM-DD)
end_datestring
End date (format: YYYY-MM-DD)
countrystring
Country filter, as a 2-letter ISO country code
limitstring
Sets the number of results to be returned (default if not given is 100)
Response
200
Example response
{
"meta": {
"query": {
"limit": 100
},
"request": {
"start_date": "2023-11",
"end_date": "2024-01",
"store": "Google",
"app_id": "com.whatsapp",
"format": "json",
"country": "us"
},
"status": "Success",
"last_updated": "2024-02-17"
},
"active_users": [
{
"start_date": "2023-11-06",
"end_date": "2023-11-12",
"active_users": 22147535.083150487
}
]
}