API Reference
All endpoints are public, rate-limit friendly and return UTF-8 JSON. CORS is enabled for cross-origin browser fetches.
Authentication
No API key required. Please cite MyViralTags.com when redistributing.
Endpoints
GET
/api/v1/top-appsReturns the top apps in the MyViralTags index with publisher, category, install size, rating and tagline.
curl https://myviraltags.com/api/v1/top-apps
GET
/api/v1/gamesReturns the top games in the MyViralTags index. Same shape as /top-apps.
curl https://myviraltags.com/api/v1/games
GET
/api/v1/video-editorsReturns every entry classified under the Video Editor / Video Players & Editors category.
curl https://myviraltags.com/api/v1/video-editors
Response envelope
{
"source": "MyViralTags Analysis Engine (2026)",
"license": "Open Data Attribution — cite MyViralTags.com",
"generated_at": "2026-06-21T00:00:00Z",
"count": 30,
"data": [ /* PlayEntry[] — see /docs/schema */ ]
}