trackId |
Integer |
Unique identifier for the app |
bundleId |
String |
Bundle Identifier for the app, unique |
market_status |
String |
Status on the market
- PUBLISHED if the app is present
- UNPUBLISHED if the app was unpublished
Available in dumps starting from May 2020.
|
cc |
Object |
Dictionary object that contains app metadata in different countries |
artistId |
Long |
The app artist ID |
artistName |
String |
The app artist name (human-readable string) |
artistViewUrl |
URL |
Link to the artist website |
artworkUrl100, artworkUrl512 |
URL |
Icon image with 100 and 512px square sizes |
averageUserRating |
Integer |
The average rating of the app for all versions |
userRatingCount |
Integer |
Number of ratings of the app for all versions |
formattedPrice |
String |
Price and currency of the app |
currency |
String |
The currency of the app price |
price |
Double |
App price, numeric value, 0 if free |
description |
String |
App description |
fileSizeBytes |
String |
App size in bytes, can be parsed as long |
fileSizeBytesNumeric |
Long |
App size in bytes |
genreIds |
List |
List of numeric genreIds of the app |
genres |
List |
List of genres of the app |
appletvScreenshotUrls |
List of URLs |
List of URLs to the AppleTV screenshots of the app |
trackCensoredName |
String |
App title |
trackViewUrl |
URL |
Link to the app on the Apple App Store |
primaryGenreId |
Integer |
Unique primary genre identifier |
primaryGenreName |
String |
Name of the primary genre of the app |
version |
String |
Current app version |
sellerName |
String |
Seller company name |
sellerUrl |
URL |
Link to the seller company website |
releaseDate |
Date in ISO8601 extended format |
Release Date of the app |
isGameCenterEnabled |
Boolean |
Does the app support Game Center from Apple |
contentAdvisoryRating |
String |
Advisory rating of the app content |
trackContentRating |
String |
Advisory rating of the app content |
languageCodesISO2A |
List of language codes |
Supported languages |
releaseNotes |
String |
The latest release notes |
supportedDevices |
List of Strings |
List of supported devices |
features |
List of Strings |
List of features, e.g. "iosUniversal" app |
minimumOsVersion |
String |
Minimum required OS version |
advisories |
List of Strings |
Advisories - e.g. "Infrequent/Mild Cartoon or Fantasy Violence" |
currentVersionReleaseDate |
Date in ISO8601 extended format |
The latest version release date |
isVppDeviceBasedLicensingEnabled |
Boolean |
Does the app support VPP distribution |