x-openapi-key: ********************{
"appId": "895682747",
"regions": [
"CN",
"US"
],
"metrics": [
"REVENUE",
"DOWNLOAD"
],
"start": "2026-05-01",
"end": "2026-06-30",
"limit": "DETAILS"
}curl --location 'https://api.foxdata.com/apiv1/open-api/analysis/download-revenue' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"appId": "895682747",
"regions": [
"CN",
"US"
],
"metrics": [
"REVENUE",
"DOWNLOAD"
],
"start": "2026-05-01",
"end": "2026-06-30",
"limit": "DETAILS"
}'{
"requestParam": {
"appId": "1603013318",
"regions": [
"CN",
"US"
],
"metrics": [
"REVENUE",
"DOWNLOAD"
],
"start": "2025-10-10",
"end": "2025-10-12",
"limit": "TOTAL"
},
"result": {
"download": 0,
"revenue": 43710,
"regions": [
{
"region": "CN",
"download": [
{
"date": "2025-10-10",
"value": null
},
{
"date": "2025-10-11",
"value": null
},
{
"date": "2025-10-12",
"value": null
}
],
"revenue": [
{
"date": "2025-10-10",
"value": null
},
{
"date": "2025-10-11",
"value": null
},
{
"date": "2025-10-12",
"value": null
}
]
},
{
"region": "US",
"download": [
{
"date": "2025-10-10",
"value": null
},
{
"date": "2025-10-11",
"value": null
},
{
"date": "2025-10-12",
"value": null
}
],
"revenue": [
{
"date": "2025-10-10",
"value": 14878
},
{
"date": "2025-10-11",
"value": 14497
},
{
"date": "2025-10-12",
"value": 14335
}
]
}
]
},
"creditsCost": {
"requestCredits": 0,
"baseCredits": 240,
"extraCredits": 0,
"totalCostCredits": 240
},
"next": null
}