App Category Ranking History
POST
/expose/app/rank-historyCredits Cost
Cost Type | Cost Credits |
---|---|
Request Credits | 1 |
Base Credits | 10 |
Extra Credits | 1 per day |
请求参数
Body 参数application/json
appId
string
必需
Application ID or packageName
region
string
必需
Two character region code,like US.
默认值:
US
device
enum<string> | enum<null>
可选
App Store Device, only for AppStore query.
枚举值:
IPHONEIPAD
timezone
integer | null
可选
Your timezone,enter 8 for UTC+8,enter -7 for UTC-7.
默认值:
0
start
string | null
必需
Start Date
end
string | null
End Date
示例
{
"appId": "416048305",
"region": "KR",
"device": "IPHONE",
"start": "2024-05-10",
"end": "2024-05-14"
}
示例代码
返回响应
Success(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
No schema defined
示例
{
"code": 200,
"msg": "success",
"data": {
"requestParam": {
"appId": "416048305",
"region": "KR",
"device": "IPHONE",
"timezone": 0,
"start": "2024-05-10",
"end": "2024-05-14"
},
"result": {
"ranks": [
{
"categoryId": "6008",
"chartsType": "TOP_GROSSING",
"data": [
{
"date": "2024-05-10",
"value": 8
},
{
"date": "2024-05-11",
"value": 7
},
{
"date": "2024-05-12",
"value": 7
},
{
"date": "2024-05-13",
"value": 7
},
{
"date": "2024-05-14",
"value": 7
}
]
},
{
"categoryId": "36",
"chartsType": "FREE",
"data": [
{
"date": "2024-05-10",
"value": 185
},
{
"date": "2024-05-11",
"value": 184
},
{
"date": "2024-05-12",
"value": 235
},
{
"date": "2024-05-13",
"value": 202
},
{
"date": "2024-05-14",
"value": 201
}
]
},
{
"categoryId": "-1",
"chartsType": "FREE",
"data": [
{
"date": "2024-05-10",
"value": null
},
{
"date": "2024-05-11",
"value": null
},
{
"date": "2024-05-12",
"value": null
},
{
"date": "2024-05-13",
"value": null
},
{
"date": "2024-05-14",
"value": null
}
]
},
{
"categoryId": "36",
"chartsType": "TOP_GROSSING",
"data": [
{
"date": "2024-05-10",
"value": 45
},
{
"date": "2024-05-11",
"value": 38
},
{
"date": "2024-05-12",
"value": 39
},
{
"date": "2024-05-13",
"value": 41
},
{
"date": "2024-05-14",
"value": 46
}
]
},
{
"categoryId": "-1",
"chartsType": "TOP_GROSSING",
"data": [
{
"date": "2024-05-10",
"value": 140
},
{
"date": "2024-05-11",
"value": 103
},
{
"date": "2024-05-12",
"value": 103
},
{
"date": "2024-05-13",
"value": 115
},
{
"date": "2024-05-14",
"value": 135
}
]
},
{
"categoryId": "6008",
"chartsType": "FREE",
"data": [
{
"date": "2024-05-10",
"value": 11
},
{
"date": "2024-05-11",
"value": 11
},
{
"date": "2024-05-12",
"value": 11
},
{
"date": "2024-05-13",
"value": 8
},
{
"date": "2024-05-14",
"value": 9
}
]
}
]
},
"creditsCost": {
"requestCredits": 1,
"baseCredits": 10,
"extraCredits": 4,
"totalCostCredits": 15
}
}
}
最后修改时间: 7 个月前