1020-App-Basic Info (Advanced)
Query basic app info (title, description, version, rating records, etc.).
Request
Add parameter in header x-openapi-key
Example:x-openapi-key: ********************
Body Params application/json
{
"store": "AS",
"region": "US",
"appId": "414478124",
"language": "zh_CN"
}
Request Code Samples
curl --location 'https://api.foxdata.com/apiv1/open-api/app/info/advanced' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"store": "AS",
"region": "US",
"appId": "414478124",
"language": "zh_CN"
}'
Responses
application/json
Modified at 2026-06-25 05:44:00