v1
latestOpenAPI 3.1.02026-07-24450694.7 KBApp Category Ranking - Current
Returns the most recent ranking of an app in its category.
get/apps/category-rankings/current.json
Query parameters
appsstring required
Comma separated list of app IDs. Max 5 apps are allowed. <br/> <a href="https://developers.apptweak.com/reference/how-to-find-app-ids" target="_blank">How to find App IDs?</a>
countrystring
Two letter <a href="https://apptweak.readme.io/reference/country-codes">country code</a>. <br/><b>Default:</b> us
device'iphone' | 'ipad' | 'android'
Choose a device from iphone, ipad or android. <br/><b>Default:</b> iphone.
Response
200
Example response
{
"result": {
"829587759": {
"ranking": [
{
"value": 16,
"date": "2022-06-08",
"category": "6017",
"category_name": "Education",
"chart_type": "free",
"fetch_depth": 500
}
]
}
},
"metadata": {
"request": {
"path": "/api/public/store/apps/charts-rankings/current.json",
"params": {
"device": "iphone",
"country": "fr",
"apps": [
"829587759"
]
},
"cost": 11,
"max_credit_cost": 11,
"status": 200
}
}
}