x-openapi-key: ********************{
"appstore": "AS",
"region": "US",
"keyword": "music",
"metrics": [
"SUMMARY",
"DETAIL"
],
"limit": "TOP_200"
}curl --location 'https://api.foxdata.com/apiv1/open-api/keyword/search-detail' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"appstore": "AS",
"region": "US",
"keyword": "music",
"metrics": [
"SUMMARY",
"DETAIL"
],
"limit": "TOP_200"
}'{
"requestParam": {
"appId": "com.moye.shelter",
"region": "US",
"language": "en_US"
},
"result": {
"appId": "string",
"appName": "string",
"icon": "string",
"subTitle": "string",
"descriptions": "string",
"promotionalText": "string",
"category": "string",
"categoryId": "string",
"status": "NOT_EXIST",
"screenshot": {
"iPhone": [
"string"
],
"iPhone65": [
"string"
],
"iPad": [
"string"
],
"appleWatch": [
"string"
],
"iPhoneD74": [
"string"
],
"mac": [
"string"
]
},
"videos": {
"iPhone": [
{
"image": "string",
"video": "string"
}
],
"iPad": [
{
"image": "string",
"video": "string"
}
]
},
"gpScreenshots": "new ArrayList<>()",
"gpVideos": [
{
"image": "string",
"video": "string"
}
]
},
"creditsCost": {
"requestCredits": 0,
"baseCredits": 0,
"extraCredits": 0,
"totalCostCredits": 0
},
"next": {
"taskId": "string",
"pageKey": "string",
"totalCount": 0,
"totalPages": 0
}
}