v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Top Android Apps - Usage - Legacy

Returns a list of top Android apps sorted by Similarweb’s app usage ranking

get/

Query parameters

api_keystring

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.

categorystring required
modestring required

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".

devicestring required

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".

formatstring

[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.

limitstring

[optional] Select the number of results that are returned. Default: 100.

offsetstring

[optional] Specify an offset from where to start returning data.

sortstring

[optional] The metric you'd like the results to be ordered by.

ascstring

[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
    }
  ]
}