Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve Google Play app permissions API Playground
Returns Google Play permission groups or a short permission name list.
GETapiKey1 credit/requestgoogleplay.permissionsResultsResponseDocGooglePlay
Endpoint details
Returns Google Play permission groups or a short permission name list.
- Method
- GET
- Path
- /googleplay/permissions
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- GooglePlay
- Parameters
- 5 documented fields
Request parameters
app_id:querycountry:querylang:queryshort:queryx-api-key:header
Response schema fields
codedatamsg
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"app_id": "com.openai.chatgpt",
"permissions": [
"Network access",
"Microphone"
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/googleplay/permissions?app_id=<app_id>" \
-H "x-api-key: <api-key>"