x-openapi-key: ********************{
"store": "AS",
"device": "IPHONE",
"category": "6014",
"type": "GROSSING",
"metrics": "REGION",
"region": "US",
"date": "2025-10-13T09:59:59.061Z"
}curl --location 'https://api.foxdata.com/apiv1/open-api/market/global/ranking' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"store": "AS",
"device": "IPHONE",
"category": "6014",
"type": "GROSSING",
"metrics": "REGION",
"region": "US",
"date": "2025-10-13T09:59:59.061Z"
}'{
"requestParam": {
"store": "AS",
"device": "IPHONE",
"category": "6014",
"type": "GROSSING",
"metrics": "REGION",
"region": "US",
"date": "2025-10-13T09:59:59.061Z"
},
"result": [
{
"region": "US",
"category": "6014",
"apps": [
{
"appId": "1621328561",
"title": "MONOPOLY GO!",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/2e/2d/13/2e2d1304-701a-4529-8832-ec4ef636670d/AppIcon-0-0-1x_U007emarketing-0-8-0-85-220.png/88x88w.png",
"rank": 1
}
]
}
],
"creditsCost": {
"requestCredits": 0,
"baseCredits": 200,
"extraCredits": 0,
"totalCostCredits": 200
},
"next": null
}