x-openapi-key: ********************{
"store": "AS",
"appId": "835599320",
"region": "US",
"metrics": [
"REVIEWS"
],
"start": "2025-05-05",
"end": "2025-11-05"
}curl --location --request POST 'https://api.foxdata.com/apiv1/app/rating-comment' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"store": "AS",
"appId": "835599320",
"region": "US",
"metrics": [
"REVIEWS"
],
"start": "2025-05-05",
"end": "2025-11-05"
}'{
"requestParam": {
"store": "",
"appId": "",
"region": "",
"type": "",
"metrics": [
""
],
"start": "",
"end": "",
"star": [
0
],
"reply": false,
"deleted": false
},
"result": {
"appId": "",
"title": "",
"icon": "",
"rating": [
{
"date": "",
"num": 0.0,
"stars": [
{
"star": 0,
"num": 0,
"per": 0.0
}
],
"records": [
{
"star": 0,
"num": 0
}
]
}
],
"reviews": [
{
"title": "",
"star": 0,
"user": "",
"content": "",
"date": 0,
"version": "",
"deleted": false,
"reply": {
"content": "",
"date": 0
},
"helpfulCount": 0
}
]
},
"creditsCost": {
"requestCredits": 0,
"baseCredits": 0,
"extraCredits": 0,
"totalCostCredits": 0
},
"next": {
"taskId": "",
"pageKey": ""
}
}