Usage
Retrieve comprehensive JSON data for any app from Google Play by making a simple GET request:
https://play.rajkumaar.co.in/json?id=<YOUR-PACKAGE-ID>
Example: https://play.rajkumaar.co.in/json?id=com.dd.doordash
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": "[email protected]",
"rating": "4.6",
"noOfUsersRated": "4,299,422",
"description": "Delivery anywhere you are...",
}
Integration with Shields.io
Customize your README with dynamic badges for specific attributes. Utilize the following template:

Supported attributes:
packageIDnameversiondownloadsdownloadsExactlastUpdatedlaunchDatedeveloperdescriptionscreenshotscategorylogobannerprivacyPolicylatestUpdateMessagewebsitesupportEmailratingnoOfUsersRated
Explore customization options based on shields.io style parameters. Learn more here.
Examples
Downloads

Version

Developer

Known Issues
The API may respond with a 0 for rating/noOfUsersRated because the ratings on Google Play Store are specific to a country/region and the API is only able to fetch ratings that are local to the United States.
License
Find the license here.