v1
latestOpenAPI 3.1.02026-07-2414103.5 MBDaily Active Users (iOS) - Legacy
Returns the number of unique daily active users of a given app on iOS.
get/Apple/{app_id}/active-users/daily-active-users
Path parameters
app_idstring required
Enter iOS app ID 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. Data only available for US.
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": "2024-01",
"end_date": "2024-02",
"store": "Apple",
"app_id": "284882215",
"format": "json",
"country": "us"
},
"status": "Success",
"last_updated": "2024-02-17"
},
"active_users": [
{
"start_date": "2024-01-01",
"end_date": "2024-01-01",
"active_users": 38947191.117649995
}
]
}