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 apps by Google Play developer API Playground
Returns apps published by a developer id or developer name.
GETapiKey1 credit/requestgoogleplay.developerResultsResponseDocGooglePlay
Endpoint details
Returns apps published by a developer id or developer name.
- Method
- GET
- Path
- /googleplay/developer/{dev_id}
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- GooglePlay
- Parameters
- 6 documented fields
Request parameters
dev_id:pathnum:querycountry:querylang:queryfull_detail:queryx-api-key:header
Response schema fields
codedatamsg
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"developer_id": "7577165439232992817",
"developer": "OpenAI",
"apps": [
{
"app_id": "com.openai.chatgpt",
"title": "ChatGPT"
}
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/googleplay/developer/<dev_id>" \
-H "x-api-key: <api-key>"