v1
latestOpenAPI 3.1.02026-07-2414103.5 MBApp Rank
Returns the iOS app rank from the Apple App Store and the Android app rank from Google Play for a certain app.
Path parameters
Input either "Google" (Android) or "Apple" (iOS).
Enter an app ID. How to find App IDs
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.
Values can be found in the App Rank Describe endpoint: https://api.similarweb.com/v1/app/rank/describe (no parameters required).
Possible values: "androidphone" for Android apps, "iphone" or "ipad" for iOS apps.
Number of days back from the present date you would like to receive rank data.
[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.
Response
200
Example response
{
"meta": {
"request": {
"country": "us",
"format": "json",
"store": "Google",
"app_id": "com.whatsapp",
"mode": "free",
"category": "all",
"device": "android-phone",
"duration": 30
},
"status": "Success",
"last_updated": "2022-11-02"
},
"ranks": [
{
"date": "2022-10-03",
"value": 3
}
]
}