Skip to content

reyadrahman/playstore-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Netlify Status 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",
  "noOfUsersRated": "782 total",
  "rating": "4.6",
  "size": "4.7M",
  "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, size, lastUpdated, rating, noOfUsersRated, 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

Rating

![Rating Badge](https://img.shields.io/endpoint?color=blueviolet&style=flat-square&logo=android&url=https://api-playstore.rajkumaar.co.in/rating?id=in.co.rajkumaar.amritarepo)

Rating 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

API Used by


Amrita Repository

PocketFeed

posidon launcher

Submit a PR with your app details if you are using this API.

License

Find the license here

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%