[
{
"id": 123,
"name": "<string>",
"package": "<string>",
"@type": "AptoideApp",
"alias": "<string>",
"size": 123,
"image": "<string>",
"cover": "<string>",
"added_at": "<string>",
"modified_at": "<string>",
"updated_at": "<string>",
"description": "<string>",
"summary": "<string>",
"whats_new": "<string>",
"keywords": [],
"screenshots": [],
"videos": [],
"web_url": "<string>",
"mobile_url": "<string>",
"download_count": 123,
"play_download_count": 123,
"age": {
"@type": "AptoideAppAge",
"name": "<string>",
"rating": "<string>",
"pegi": "<string>"
},
"developer": {
"@type": "AptoideDeveloper",
"id": 123,
"name": "<string>",
"website": "<string>",
"email": "<string>",
"privacy_url": "<string>"
},
"store": {
"name": "<string>",
"@type": "AptoideStore",
"id": 123,
"image": "<string>",
"description": "<string>",
"badge": "<string>",
"apps_count": 123,
"subscriber_count": 123,
"download_count": 123,
"review_count": 123,
"web_url": "<string>"
},
"file": {
"@type": "AptoideAppFile",
"version_name": "<string>",
"version_code": 123,
"md5": "<string>",
"size": 123,
"sha1": "<string>",
"signature_owner": "<string>",
"min_sdk": 123,
"screen": "<string>",
"gles": 123,
"abis": [],
"densities": [],
"malware_rank": "<string>",
"download_url": "<string>",
"download_url_alt": "<string>",
"added_at": "<string>",
"tags": [],
"used_features": [],
"used_permissions": []
},
"rating": {
"@type": "AptoideAppRating",
"avg": 123,
"count": 0,
"votes": []
},
"play_rating": {
"@type": "AptoideAppRating",
"avg": 123,
"count": 0,
"votes": []
}
}
]