Skip to content

rajkumaar23/playstore-api

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
api
 
 
 
 
 
 
 
 
 
 
 
 

Unofficial PlayStore API

A helper tool that can be used in combination with shields.io for generating android app related badges with realtime values for your app's README file.

Served hot from my Raspberry Pi Say NO to hardcoding

Used By Badge

Available on RapidAPI

Usage

Sample JSON with all details

{
  "packageID": "in.co.rajkumaar.amritarepo",
  "developer": "Rajkumar S",
  "installs": "5,000+",
  "lastUpdated": "June 13, 2020",
  "version": "4.3.3"
}

To get the above json, you can visit

https://api-playstore.rajkumaar.co.in/json?id=<YOUR-PACKAGE-ID>

Example : https://api-playstore.rajkumaar.co.in/json?id=in.co.rajkumaar.amritarepo

For a badge on particular attribute, you can use

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

The attributes should be one among : [downloads, package, version, lastUpdated, developer]

You can customise the badge as you wish according to the shields.io style parameters. Find more info here

Few Examples

Downloads

![Downloads Badge](https://img.shields.io/endpoint?color=success&url=https://api-playstore.rajkumaar.co.in/downloads?id=in.co.rajkumaar.amritarepo)

Downloads Badge

Version

![Version Badge](https://img.shields.io/endpoint?color=blue&url=https://api-playstore.rajkumaar.co.in/version?id=in.co.rajkumaar.amritarepo)

Version Badge

Developer

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

Dev Badge

License

Find the license here

About

A helper tool for getting real-time details of your android app from PlayStore

Topics

Resources

License

Stars

Watchers

Forks