x-openapi-key: ********************{
"appstore": "AS",
"region": "string",
"keyword": "string",
"device": "{value: 0}",
"limit": "{size: 200, point: 150}"
}curl --location --request POST 'https://api.foxdata.com/apiv1/app/search' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appstore": "AS",
"region": "string",
"keyword": "string",
"device": "{value: 0}",
"limit": "{size: 200, point: 150}"
}'{
"requestParam": {
"appstore": "",
"region": "",
"keyword": "",
"device": "",
"limit": ""
},
"result": [
{
"appId": "",
"title": "",
"icon": "",
"subtitle": "",
"usage": 0,
"rank": 0,
"rankChange": 0,
"rankedKeywords": 0,
"install": 0,
"ratingCount": 0,
"updateDate": 0,
"releaseDate": 0
}
],
"creditsCost": {
"requestCredits": 0,
"baseCredits": 0,
"extraCredits": 0,
"totalCostCredits": 0
},
"next": {
"taskId": "",
"pageKey": ""
}
}