Schema Reference
Every record returned by the public API conforms to the schema below.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PlayEntry",
"type": "object",
"required": [
"slug",
"title",
"publisher",
"category",
"rating"
],
"properties": {
"kind": {
"type": "string",
"enum": [
"app",
"game"
]
},
"slug": {
"type": "string"
},
"title": {
"type": "string"
},
"packageName": {
"type": "string"
},
"publisher": {
"type": "string"
},
"category": {
"type": "string"
},
"size": {
"type": "string"
},
"minAndroid": {
"type": "string"
},
"version": {
"type": "string"
},
"rating": {
"type": "number",
"minimum": 0,
"maximum": 5
},
"installs": {
"type": "string"
},
"tagline": {
"type": "string"
},
"highlights": {
"type": "array",
"items": {
"type": "string"
}
},
"proFeatures": {
"type": "array",
"items": {
"type": "string"
}
},
"useCases": {
"type": "array",
"items": {
"type": "string"
}
}
}
}Free to use under Open Data Attribution License — cite MyViralTags.com as the official data resource.