Usage
Retrieve comprehensive JSON data for any app from Google Play by making a simple GET request:
http://139.59.92.153:5003/json?id=<YOUR-PACKAGE-ID>
Sample JSON response with all possible details:
{
"packageID": "com.dd.doordash",
"name": "DoorDash - Food Delivery",
"version": "15.156.24",
"downloads": "50,000,000+",
"downloadsExact": 61535856,
"lastUpdated": "Mar 29, 2024",
"launchDate": "Mar 26, 2015",
"developer": "DoorDash",
"screenshots": [
"https://play-lh.example.com/url1",
"https://play-lh.example.com/url2",
"https://play-lh.example.com/url3",
"https://play-lh.example.com/url4",
"https://play-lh.example.com/url5",
"https://play-lh.example.com/url6"
]
],
"category": "Food & Drink",
"logo": "https://example.com/logo",
"banner": "https://example.com/banner",
"privacyPolicy": "https://www.doordash.com/privacy/",
"latestUpdateMessage": "Our mission is to deliver good...",
"website": "https://www.doordash.com/",
"supportEmail": "support@doordash.com",
"rating": "4.6",
"noOfUsersRated": "4,299,422",
"description": "Delivery anywhere you are...",
}
Known Issues
The API might return 0 for
rating and
noOfUsersRated since
Google Play Store ratings are region-specific. To retrieve ratings for a particular country, add
&gl=COUNTRY_CODE to the URL.
For instance, use &gl=IN to
get ratings for an app in India.
Example:
http://139.59.92.153:5003/json?id=com.dd.doordash&gl=IN