v1
latestOpenAPI 3.1.02026-07-2414103.5 MBTop Android Apps - Usage - Legacy
Returns a list of top Android apps sorted by Similarweb’s app usage ranking
Query parameters
Your Similarweb API key.
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.
Mode and device values combination must be one of the list returned by the App Rank Describe endpoint (under app_rank/stores), for which "store" is "google".
Mode and device values combination must be one of the list returned by the App Rank Describe endpoint (under app_rank/stores), for which "store" is "google".
[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.
[optional] Select the number of results that are returned. Default: 100.
[optional] Specify an offset from where to start returning data.
[optional] The metric you'd like the results to be ordered by.
[optional] The order of results. Enter "true" for ascending, or "false" for descending.
Response
200
Example response
{
"meta": {
"query": {
"limit": 5
},
"request": {
"category": "All",
"device": "android-phone",
"mode": "free",
"store": "Google",
"country": "us",
"format": "json"
},
"status": "Success",
"last_updated": "2022-10-30"
},
"top_apps": [
{
"app": "com.android.chrome",
"title": "Google Chrome: Fast & Secure",
"publisher": "Google LLC",
"category": "Communication",
"rank": 1
}
]
}