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": "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: https://play.rajkumaar.co.in/json?id=in.co.rajkumaar.amritarepo&gl=IN

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

License

Find the license here.