x-openapi-key: ********************{
"appId": "989673964",
"metrics":["CORRELATION","RANK","CHANCE","DIFFICULTY","INSTALL","VOLUME","TAG","RESULTS"],
"device": "IPHONE",
"region": "CN",
"limit": "ALL"
}curl --location --request POST 'https://api.foxdata.com/apiv1/keyword/metrics' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "989673964",
"metrics":["CORRELATION","RANK","CHANCE","DIFFICULTY","INSTALL","VOLUME","TAG","RESULTS"],
"device": "IPHONE",
"region": "CN",
"limit": "ALL"
}'{
"requestParam": {
"appId": "",
"region": "",
"device": "",
"metrics": [
""
],
"keywords": [
""
],
"limit": ""
},
"result": {
"keywords": [
{
"keyword": "",
"ranking": {
"status": "",
"num": 0,
"trend": [
0
]
},
"corr": 0,
"searchVolume": {
"num": 0,
"trend": [
0
]
},
"searchResults": {
"num": 0,
"apps": [
""
]
},
"chance": 0,
"diff": 0,
"install": {
"top5": [
""
],
"per": 0.0,
"value": 0
},
"tag": {
"isAsa": false,
"isBrand": false,
"asaApps": [
""
],
"brandApps": [
""
],
"meta": [
""
]
}
}
],
"dates": [
""
],
"iconPrefix": "",
"appInfoMap": {
"": {
"appId": "",
"appName": "",
"icon": ""
}
}
},
"creditsCost": {
"requestCredits": 0,
"baseCredits": 0,
"extraCredits": 0,
"totalCostCredits": 0
},
"next": {
"taskId": "",
"pageKey": ""
}
}