x-openapi-key: ********************{
"region": "US",
"store": "GP",
"type": "PAID",
"category": "-1",
"metrics": [
"REVENUE",
"DOWNLOAD"
],
"start": "2025-09-21",
"end": "2025-09-22",
"limit": "TOP_100"
}curl --location 'https://api.foxdata.com/apiv1/open-api/ranking/downloadRevenue' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"region": "US",
"store": "GP",
"type": "PAID",
"category": "-1",
"metrics": [
"REVENUE",
"DOWNLOAD"
],
"start": "2025-09-21",
"end": "2025-09-22",
"limit": "TOP_100"
}'{
"requestParam": {
"region": "US",
"store": "GP",
"type": "PAID",
"category": "-1",
"metrics": [
"REVENUE",
"DOWNLOAD"
],
"start": "2025-09-21",
"end": "2025-09-22",
"limit": "TOP_100"
},
"result": [
{
"metrics": "REVENUE",
"ranks": [
{
"appId": "com.AlfaOBD.AlfaOBD",
"icon": "https://image2.foxdata.com/gp-proxy/nBf8jqkXD9cxgD5HRLfD_gpbxztAmlcSJAqZW8xDRdInqhQ0vT2da5i2rSck9pZERA",
"title": "AlfaOBD",
"rank": 1,
"change": 0,
"num": 1364,
"trend": [
{
"date": "2025-11-28",
"num": 443
},
{
"date": "2025-11-29",
"num": 341
}
]
}
]
},
{
"metrics": "DOWNLOAD",
"ranks": [
{
"appId": "com.watchfacestudio.md326",
"icon": "https://image1.foxdata.com/gp-proxy/wUwkEr66Rd76gd2eYgbdLGwOpdq5POjbRFF_qJI-P3RLtPCObwjhryZcIW4vBomIfw",
"title": "MD326 3D Modern Watch Face",
"rank": 1,
"change": 0,
"num": 312,
"trend": [
{
"date": "2025-11-28",
"num": 44
},
{
"date": "2025-11-29",
"num": 43
}
]
}
]
}
],
"creditsCost": {
"requestCredits": 0,
"baseCredits": 2000,
"extraCredits": 0,
"totalCostCredits": 2000
},
"next": null
}