Android App Object
Represents an Android App Object in JSON format. Data is returned for country: US and language: English unless requested specifically for other countries and languages.
Schema
Name |
Type |
Description |
Required Plan |
package_name |
String |
The app package name (unique identifier) |
Tiny
|
market_source |
String |
Market Source
- GOOGLE - app is on the Google Play Market
|
Tiny
|
market_status |
String |
Status on the market
- PUBLISHED if the app is present
- UNPUBLISHED if the app was unpublished
|
Tiny
|
title |
String |
App title |
Tiny
|
description |
String |
Full app description |
Tiny
|
short_desc |
String |
Short app description (promo text) |
Tiny
|
category |
String |
The app category (human-readable string) |
Tiny
|
cat_int |
Integer |
The app category as integer, deprecated.
|
Tiny
|
cat_key |
String |
The app primary category key. Refer to the Google Play categories
for
more information.
|
Tiny
|
cat_keys |
List of Strings |
All app category keys. E.g. family-friendly apps have multiple category keys. Refer to the Google Play categories
for
more information.
|
Tiny
|
cat_type |
Integer |
0 - Non-Game, 1 - Game |
Tiny
|
content_rating |
String |
Content rating (e.g. Everyone, Medium Maturity). A per ESRB rating system.
|
Tiny
|
developer |
String |
App developer name |
Tiny
|
what_is_new |
String |
'What is new' message from the developer |
Tiny
|
icon |
URL |
Full-sized icon. Format can be either webp
or png. In order to request png format, remove trailing "-rw" from the url if there.
|
Tiny
|
icon_72 |
URL |
Small-sized icon. Format can be either webp
or png. In order to request png format, remove trailing "-rw" from the url if there.
|
Tiny
|
featured_graphic |
URL |
Featured graphic of the app. Note: For some apps it may be missing. |
Tiny
|
min_sdk |
String |
Minimum required Android version, if available |
Tiny
|
downloads |
String |
Downloads range |
Tiny
|
downloads_min |
Long |
Lower bound for downloads count |
Tiny
|
downloads_max |
Long |
Upper bound for downloads count |
Tiny
|
promo_video |
URL |
Link to promotional app video on Youtube |
Tiny
|
rating |
Double |
App rating (from 0 to 5, 5 highest) |
Tiny
|
size |
Integer |
App size (in bytes, optional, if app has multiple versions) |
Tiny
|
screenshots |
List of URLs |
List of app screenshots. Format can be either webp or png. In order to
request png
format, remove trailing "-rw" from the url if there.
|
Tiny
|
version |
String |
The current app version. |
Tiny
|
number_ratings |
Integer |
Total number of app ratings |
Tiny
|
ratings_1 |
Integer |
Number of app ratings with 1 star |
Tiny
|
ratings_2 |
Integer |
Number of app ratings with 2 stars |
Tiny
|
ratings_3 |
Integer |
Number of app ratings with 3 stars |
Tiny
|
ratings_4 |
Integer |
Number of app ratings with 4 stars |
Tiny
|
ratings_5 |
Integer |
Number of app ratings with 5 stars |
Tiny
|
badges |
List of badges |
e.g. top developer, editor's choice |
Tiny
|
price_currency |
String |
App price currency |
Tiny
|
price_numeric |
Double |
The app price (numeric) |
Tiny
|
price |
String |
Formatted app price with currency |
Tiny
|
price_i18n_countries |
Array of country codes |
Countries for which there is country-specific pricing |
Tiny
|
iap |
Boolean |
A boolean flag that signifies whether the app offers in-app purchases or not. |
Tiny
|
iap_min |
Double |
If the app supports in-app purchases, this is the minimum price of an IAP product |
Tiny
|
iap_max |
Double |
If the app supports in-app purchases, this is the maximum price of an IAP product |
Tiny
|
lang |
Language code |
The language in which the app metadata is returned based on the API request parameters. |
Tiny
|
i18n_lang |
Array of language codes |
Languages in which the app is translated. |
Tiny
|
app_country |
String |
The country for which app metadata is returned. |
Tiny
|
from_developer |
List of package names |
List of other apps from the same developer |
Tiny
|
market_url |
URL |
A deep link to the app page on Google Play |
Tiny
|
privacy_policy |
URL |
A link to the app privacy policy |
Tiny
|
content_descriptors |
List of content descriptors |
e.g. Sexual Content, Use of Alcohol |
Tiny
|
contains_ads |
Boolean |
A boolean flag that signifies whether an app contains ads or not as listed on its Google Play page. |
Tiny
|
market_update |
Date in ISO8601 extended format |
The last time the app was updated on Google Play |
Small
|
created |
Date in ISO8601 extended format |
The release date of the app on Google Play as detected by 42matters |
Small
|
website |
URL |
App website (optional) |
Small
|
physical_address |
Physical Address of developer |
Physical address of the developer. |
Small
|
unpublished_timestamp |
Date in ISO8601 extended format |
Date when the app has been unpublished from the market (if applicable). |
Small
|
app_availability |
Availability Object |
Country codes in which countries the app is available. Each Availability object contains
"package_name", "available_in",
"not_available_in" and "availability_unknown".
|
Small
|
age_approved_by_teachers |
Age approved by teachers |
e.g. Ages 9+, Ages 5-8, etc |
Small
|
similar |
List of package names |
List of similar apps. |
Medium
|
permissions |
List of permission objects. |
Each permission object contains a mapping 'id' => 'permission'. |
Medium
|
interactive_elements |
List of interactive elements |
e.g. Users Interact, Shares Info, Shares Location |
Medium
|
email |
Email |
Contact email for the developer. |
Large
|
preregister |
Boolean |
A boolean flag that signifies whether the app is available only as pre-register app. |
Large
|
testing |
Boolean |
A boolean flag that signifies whether the app has a testing program or not. |
Large
|
Example in JSON Format
{
"app_availability": {
"available_in": [
"PE",
"CH",
"RO",
"IL",
"TR",
"TH",
"JP",
"SK",
"DK",
"NL",
"GR",
"UA",
"AE",
"PL",
"EE",
"CL",
"AU",
"SG",
"AT",
"ID",
"CZ",
"KR",
"CO",
"GB",
"FR",
"HR",
"SE",
"LT",
"NO",
"FI",
"HU",
"BE",
"HK",
"ES",
"TW",
"PH",
"MY",
"BG",
"IN",
"CA",
"MX",
"ZA",
"BR",
"PT",
"AR",
"SA",
"NZ",
"EG",
"MA",
"IE",
"NG",
"JO",
"LB",
"TN",
"SI",
"PK",
"AM",
"CY",
"DZ",
"LU",
"LV",
"RS",
"GE",
"US",
"DE",
"IT"
],
"not_available_in": [
"CN",
"IR",
"BY",
"VN",
"RU"
],
"availability_unknown": [
],
"package_name": "com.mojang.minecraftpe"
},
"badges": [
"Editors' Choice"
],
"cat_int": 26,
"cat_key": "GAME_ARCADE",
"cat_keys": [
"GAME_ARCADE",
"GAME"
],
"cat_type": 1,
"category": "Arcade",
"content_rating": "Everyone 10+",
"created": "2011-08-15T00:00:00+00:00",
"description": "Minecraft is a game made from blocks that you can transform into whatever you can imagine. Play in Creative mode with unlimited resources, or hunt for tools to fend off danger in Survival mode. With seamless cross-platform play on Minecraft: Bedrock Edition you can adventure solo or with friends, and discover an infinite, randomly generated world filled with blocks to mine, biomes to explore and mobs to befriend (or fight). The choice is yours in Minecraft – so play your way! \n\nEXPAND YOUR GAME: \nMinecraft Marketplace - Discover the latest community creations in the marketplace! Get unique worlds, skins, and texture packs from your favorite creators. \n\nSlash commands - Tweak how the game plays: you can give items away, summon mobs, change the time of day, and more. \n\nAdd-Ons - Customize your experience even further with free Add-Ons! If you're more tech-inclined, you can modify data-driven behaviors in the game to create new resource packs. \n\nMULTIPLAYER \n\nRealms and Realms Plus - Play with up to 10 friends cross-platform, anytime, anywhere on Realms, your own private server that we host for you. With Realms Plus, get instant access to over 150 Marketplace items with new additions each month. Share with friends on your own private Realms server. Try a free 30-day trial in-app.\n\nMultiplayer - Play with up to 4 friends with a free Xbox Live account online. \n\nServers - Join free massive multiplayer servers and play with thousands of others! Discover gigantic community-run worlds, compete in unique mini-games and socialize in lobbies full of new friends! \n\nSUPPORT: https://www.minecraft.net/help \nLEARN MORE: https://www.minecraft.net/ \n\nMINIMUM RECOMMENDED SPECIFICATION \n\nTo check the requirements for your device visit: https://help.minecraft.net/hc/en-us/articles/4409172223501",
"downloads": "10M+",
"downloads_max": 50000000,
"downloads_min": 10000000,
"email": "help@minecraft.net",
"from_developer": [
"com.mojang.minecraftedu",
"com.mojang.scrolls"
],
"i18n_lang": [
"en",
"it",
"pt-br",
"es",
"ru",
"pt",
"zh-cn",
"fr-ca",
"fr",
"de",
"ja",
"ko",
"cs",
"sv",
"bg",
"el",
"id",
"pl",
"da",
"hu",
"tr",
"nl",
"en-gb",
"uk",
"fi",
"pt-pt",
"ms",
"sk",
"zh-tw"
],
"iap": true,
"interactive_elements": [
"Users Interact",
"In-Game Purchases"
],
"lang": "en",
"market_source": "GOOGLE",
"market_update": "2023-06-06T00:00:00+00:00",
"package_name": "com.mojang.minecraftpe",
"permissions": [
{
"id": "android.permission.ACCESS_NETWORK_STATE",
"source": "permission"
},
{
"id": "android.permission.ACCESS_WIFI_STATE",
"source": "permission"
},
{
"id": "android.permission.FOREGROUND_SERVICE",
"source": "permission"
},
{
"id": "android.permission.INTERNET",
"source": "permission"
},
{
"id": "android.permission.POST_NOTIFICATIONS",
"source": "permission"
},
{
"id": "android.permission.READ_EXTERNAL_STORAGE",
"source": "permission"
},
{
"id": "android.permission.VIBRATE",
"source": "permission"
},
{
"id": "android.permission.WAKE_LOCK",
"source": "permission"
},
{
"id": "android.permission.WRITE_EXTERNAL_STORAGE",
"source": "permission"
},
{
"id": "com.android.vending.BILLING",
"source": "permission"
},
{
"id": "com.android.vending.CHECK_LICENSE",
"source": "permission"
},
{
"id": "com.google.android.c2dm.permission.RECEIVE",
"source": "permission"
},
{
"id": "com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE",
"source": "permission"
}
],
"physical_address": "Mojang Maria Skolgata 83 118 53 Stockholm Sweden",
"price": "$6.99",
"price_i18n_countries": [
"PE",
"CH",
"RO",
"IL",
"TR",
"TH",
"JP",
"SK",
"DK",
"NL",
"GR",
"UA",
"AE",
"PL",
"EE",
"CL",
"AU",
"SG",
"AT",
"ID",
"CZ",
"KR",
"CO",
"GB",
"FR",
"HR",
"SE",
"LT",
"NO",
"FI",
"HU",
"BE",
"HK",
"ES",
"TW",
"PH",
"MY",
"BG",
"IN",
"CA",
"MX",
"ZA",
"BR",
"PT",
"AR",
"SA",
"NZ",
"EG",
"MA",
"IE",
"NG",
"JO",
"LB",
"TN",
"SI",
"PK",
"AM",
"CY",
"DZ",
"LU",
"LV",
"RS",
"GE",
"US",
"DE",
"IT"
],
"price_numeric": 6.99,
"promo_video": "https://play.google.com/video/lava/web/player/yt:movie:BLtLrFNRE-E?autoplay=1&embed=play",
"rating": 4.484774589538574,
"ratings_1": 287632,
"ratings_2": 70054,
"ratings_3": 127950,
"ratings_4": 280969,
"ratings_5": 2967482,
"screenshots": [
"https://play-lh.googleusercontent.com/0-zBoTxVn5PJQtNNnovURx1JIbIytd7_H8fXbOVNyReZkKdgU30BkBzD-XmdoP6BtS0=w526-h296",
"https://play-lh.googleusercontent.com/Cq6Sju3wrs8IvE7y0w1pGwjO1FNZchjIbXEqpOTtdW5y7s7qkW-aYEPBFILA4RSKuF8=w526-h296",
"https://play-lh.googleusercontent.com/0NS4VI__zHQ5ZG9sDNJF4C6uaccSgqUKV4T-2ND1AXA_kuf_FkQSLx6Rkj6Yyc4npB2x=w526-h296",
"https://play-lh.googleusercontent.com/34W0sPkaT9YL1mKYfJklQHS9N7FXVsFaW_vMDlnWSWcaONXmGvfgHUVcsWKWHbarLq-M=w526-h296",
"https://play-lh.googleusercontent.com/_T5Onj0iaqQjYTf-PNVMXBVENNm5LpQLeMA7tF9Pd-CUFVfZy9afv3C0P9PZ3hfurNI=w526-h296",
"https://play-lh.googleusercontent.com/vJM2_XIUmBCfLVegH-ABQzqJVfnXjaAprbuWJhHYAmFBAxiBVAGaJHi1RWW0dD5UOrM=w526-h296",
"https://play-lh.googleusercontent.com/B-6MJALXPqMzeuLxo_3s1QujnO_VCU08PrWqFQK5kPi65kof8kCxWLvBZwYBv6GX-IY=w526-h296",
"https://play-lh.googleusercontent.com/eM2N3BdyvKYVI8V4eOZQxHFx9DFc9r1s0mkDFgAkuX_euAS635KZLNVExZ8JdamWTwk=w526-h296",
"https://play-lh.googleusercontent.com/qzMWKViHEWE-wKifBqQlCXNSH4CorzplAjjEcq2jEdldOUxc2vkvNrA05O3QloLkSqMg=w526-h296",
"https://play-lh.googleusercontent.com/IE4s9q2i2Y6wEH1ZWtRxvPAIVXX3cbTiotg7MO4WyRjklueGF649O_YADzBKdN4Tl4w=w526-h296",
"https://play-lh.googleusercontent.com/kpDAdLN_1FHjyDd6-u7ijOpGl0w7EBMoE5U7suF7Wt7rnG1gKN6_tyAvxX1foiiB6gaM=w526-h296",
"https://play-lh.googleusercontent.com/SbRs9AWtDyXsspZE_jWnWJr9HlI5oIvUeNXmJhBAiOORjb9GsihdcUbCmnHGtiTDR6s=w526-h296"
],
"short_desc": "Millions of crafters have smashed billions of blocks! Now you can join the fun!",
"similar": [
"com.playmini.miniworld",
"com.pixel.gun3d",
"com.fungames.blockcraft",
"com.roblox.client",
"com.innersloth.spacemafia",
"com.sandboxol.blockymods"
],
"size": 681617970,
"title": "Minecraft",
"version": "1.20.0.01",
"website": "http://help.mojang.com",
"what_is_new": "What's new in 1.20: Various bug fixes!",
"contains_ads": false,
"content_descriptors": [
"Fantasy Violence"
],
"privacy_policy": "http://go.microsoft.com/fwlink/?LinkId=521839",
"featured_graphic": "https://play-lh.googleusercontent.com/yAtZnNL-9Eb5VYSsCaOC7KAsOVIJcY8mpKa0MoF-0HCL6b0OrFcBizURHywpuip-D6Y",
"preregister": false,
"iap_max": 19.99,
"iap_min": 4.99,
"developer": "Mojang",
"number_ratings": 4897625,
"app_country": "US",
"price_currency": "$",
"icon": "https://play-lh.googleusercontent.com/VSwHQjcAttxsLE47RuS4PqpC4LT7lCoSjE7Hx5AW_yCxtDvcnsHHvm5CTuL5BPN-uRTP=s180",
"icon_72": "https://play-lh.googleusercontent.com/VSwHQjcAttxsLE47RuS4PqpC4LT7lCoSjE7Hx5AW_yCxtDvcnsHHvm5CTuL5BPN-uRTP=s180-rw",
"min_sdk": "5.0 and up",
"testing": true,
"market_status": "PUBLISHED",
"market_url": "https://play.google.com/store/apps/details?id=com.mojang.minecraftpe&referrer=utm_source%3D42matters.com%26utm_medium%3Dapi",
"deep_link": "https://play.google.com/store/apps/details?id=com.mojang.minecraftpe&referrer=utm_source%3D42matters.com%26utm_medium%3Dapi"
}
Last Modified: 03 May 2023