Unofficial Google Play Store API by Rajkumar

Explore android app metadata with ease!

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:

![Badge](https://img.shields.io/endpoint?url=https://play.rajkumaar.co.in/<ATTRIBUTE-NAME>?id=<PACKAGE-ID>)

Supported attributes:

Explore customization options based on shields.io style parameters. Learn more here.

Examples

Downloads

![Downloads Badge](https://img.shields.io/endpoint?color=success&url=https://play.rajkumaar.co.in/downloads?id=com.dd.doordash)
Downloads Badge

Version

![Version Badge](https://img.shields.io/endpoint?color=blue&url=https://play.rajkumaar.co.in/version?id=com.dd.doordash)
Version Badge

Developer

![Dev Badge](https://img.shields.io/endpoint?color=orange&style=for-the-badge&url=https://play.rajkumaar.co.in/developer?id=com.dd.doordash)
Dev Badge

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.