Playground

Retrieve full Google Play app details API playground

Returns normalized app metadata from a Google Play details page, including installs, ratings, pricing, version info, developer metadata, media assets, release state, and selected.

GETapiKey1 credit/requestgoogleplay.AppDetailsResponse

Selected endpoint

GET /googleplay/app

Returns normalized app metadata from a Google Play details page, including installs, ratings, pricing, version info, developer metadata, media assets, release state, and selected user comments. Defaults: `country=us`, `lang=en`.

Group
GooglePlay
Authentication
apiKey
Credit cost
1 credit/request
Path parameters
0
Query parameters
3
Body parameters
0
GETapiKey1 credit/requestAppDetailsResponse

Retrieve full Google Play app details

Returns normalized app metadata from a Google Play details page, including installs, ratings, pricing, version info, developer metadata, media assets, release state, and selected user comments. Defaults: `country=us`, `lang=en`.

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

Set up API key

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": {
    "title": "ChatGPT",
    "description": "The official app by OpenAI. Get instant answers, creative inspiration, and learning support wherever you are.",
    "description_html": "The official app by OpenAI.<br><br>Get instant answers, creative inspiration, and learning support wherever you are.",
    "summary": "The official app by OpenAI",
    "installs": "100,000,000+",
    "min_installs": 100000000
  }
}