⚠️ The AppMonsta API doesn't seem to be responding since their acquisition. YMMVThey're back!
PowerShell class to simplify AppMonsta API calls for app details
$AppID = 'com.adobe.reader'
. .\AppMonsta.ps1
$AppMonsta = [AppMonsta]@{
APIKey = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
APIStore = '/stores/android'
}
$AppMonsta.GetAppDetails($AppID)
See also Check-AppVersion.ps1