x-openapi-key: ********************{
"appId": "com.android.chrome",
"region": "US",
"device": "IPHONE",
"start": "2025-09-20",
"end": "2025-09-30"
}curl --location 'https://api.foxdata.com/apiv1/open-api/app/rank/history' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"appId": "com.android.chrome",
"region": "US",
"device": "IPHONE",
"start": "2025-09-20",
"end": "2025-09-30"
}'{
"requestParam": {
"appId": "com.android.chrome",
"region": "US",
"device": "IPHONE",
"start": "2025-09-20",
"end": "2025-09-30"
},
"result": {
"appId": "com.android.chrome",
"title": "Google Chrome",
"icon": "https://image1.foxdata.com/gp-proxy/QRRGW2tMZ4-FNw0XWk6WWiXHaQCGxuwM-92HrBhlA4WOd_AGmjVmQkiHyAqQjW2yByc",
"ranks": [
{
"categoryId": "COMMUNICATION",
"chartsType": "FREE",
"data": [
{
"date": "2025-09-20",
"value": 50
}
]
}
]
},
"creditsCost": {
"requestCredits": 0,
"baseCredits": 110,
"extraCredits": 0,
"totalCostCredits": 110
},
"next": null
}