x-openapi-key: ********************{
"appId": "1142110895",
"region": "US"
}curl --location --request POST 'https://api.foxdata.com/apiv1/app/app-info' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "1142110895",
"region": "US"
}'{
"requestParam": {
"appId": "",
"region": "",
"language": ""
},
"result": {
"appId": "",
"appName": "",
"icon": "",
"subTitle": "",
"descriptions": "",
"promotionalText": "",
"category": "",
"categoryId": "",
"status": "",
"screenshot": {
"iPhone": [
""
],
"iPhone65": [
""
],
"iPad": [
""
],
"appleWatch": [
""
],
"iPhoneD74": [
""
],
"mac": [
""
]
},
"videos": {
"iPhone": [
{
"image": "",
"video": ""
}
],
"iPad": [
{
"image": "",
"video": ""
}
]
},
"gpScreenshots": [
""
],
"gpVideos": [
{
"image": "",
"video": ""
}
]
},
"creditsCost": {
"requestCredits": 0,
"baseCredits": 0,
"extraCredits": 0,
"totalCostCredits": 0
},
"next": {
"taskId": "",
"pageKey": ""
}
}