1.0.6 • Published 3 years ago

apkpure-info v1.0.6

Weekly downloads
8
License
ISC
Repository
-
Last release
3 years ago

apkpure-info

Fetch some informations about a Google Play app from APKPure

Installation

# with yarn
yarn add apkpure-info

# or with npm
npm install apkpure-info

Example

const apkpure = require('apkpure-info');

apkpure.getInfo('com.kiloo.subwaysurf')
.then(console.log)
.catch(console.error);

Result example

{
  "name": "Subway Surfers",
  "icon": "https://image.winudf.com/v2/image1/Y29tLmtpbG9vLnN1YndheXN1cmZfaWNvbl8xNjA4Mjg2NTg0XzAwNQ/icon.png?w=170&fakeurl=1",
  "category": "Free Arcade GAME",
  "version": "2.11.0",
  "publishDate": "2021-01-05",
  "uploader": "عدنان الملكي",
  "requirement": "Android 4.4+",
  "gamesize": "183.9 MB",
  "rating": "9.1",
  "publisher": "SYBO Games",
  "downloadURL": "https://apkpure.com/subway-surfers-1/com.kiloo.subwaysurf/download?from=details",
  "description": "DASH as fast as you can! DODGE the oncoming trains! Help Jake, Tricky & Fresh escape from the grumpy Inspector and his dog. ★ Grind trains with your cool crew! ★ Colorful and vivid HD graphics! ★ Hoverboard Surfing! ★ Paint powered jetpack! ★ Lightning fast swipe acrobatics! ★ Challenge and help your friends! Join the most daring chase! A Universal App with HD optimized graphics.By Kiloo and Sybo.",
  "changelogs": "The Subway Surfers World Tour blasts off to the new Space Station!2 new surfers Say H-E-L-L-O to two new out-of-this world surfers Frankette and Spacebot.3 new hoverboards Go where no surfer has gone before with the brand-new cosmic boards Endeavour, Discovery, and Secret Society.Tons of prizes Collect tokens to unlock amazing free characters and boards that will rock your world.Special space Score Bonus for all robot surfers!",
  "tags": [ "Parkour", "Arcade", "Endless Runner" ]
}
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago