x-openapi-key: ********************{
"regions": [
"string"
],
"store": "AS",
"device": "IPHONE",
"category": "string",
"keywords": [
"string"
],
"type": "KeywordType.ALL",
"limit": "{size: 200, point: 200}"
}curl --location --request POST 'https://api.foxdata.com/apiv1/ranking/volume-ranking' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"regions": [
"string"
],
"store": "AS",
"device": "IPHONE",
"category": "string",
"keywords": [
"string"
],
"type": "KeywordType.ALL",
"limit": "{size: 200, point: 200}"
}'{
"requestParam": {
"regions": [
""
],
"store": "",
"device": "",
"category": "",
"keywords": [
""
],
"type": "",
"limit": ""
},
"result": {
"iconPrefix": "",
"appInfoMap": {
"": {
"appId": "",
"appName": "",
"icon": ""
}
},
"ranking": [
{
"keyword": "",
"tag": {
"brandAppIds": [
""
],
"generic": false
},
"regions": [
{
"region": "",
"num": 0,
"trend": [
0
]
}
]
}
],
"dateMap": {
"": [
""
]
}
},
"creditsCost": {
"requestCredits": 0,
"baseCredits": 0,
"extraCredits": 0,
"totalCostCredits": 0
},
"next": {
"taskId": "",
"pageKey": ""
}
}