Playground

Retrieve Google Play app permissions API playground

Returns Google Play permission groups or a short permission name list.

GETapiKey1 credit/requestgoogleplay.permissionsResultsResponseDoc

Selected endpoint

GET /googleplay/permissions

Returns Google Play permission groups or a short permission name list.

Group
GooglePlay
Authentication
apiKey
Credit cost
1 credit/request
Path parameters
0
Query parameters
4
Body parameters
0
MCP tool
googleplay.permissions
MCP URL
https://mcp.crawlora.net/mcp
GETapiKey1 credit/requestpermissionsResultsResponseDoc

Retrieve Google Play app permissions

Returns Google Play permission groups or a short permission name list.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

MCP tool

MCP URL
https://mcp.crawlora.net/mcp
Tool name
googleplay.permissions

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "app_id": "com.openai.chatgpt",
    "permissions": [
      "Network access",
      "Microphone"
    ]
  }
}