{
"ok": true,
"data": {
"country": "us",
"genreId": "all",
"chartType": "top-free",
"activities": [
{
"type": "new_entry",
"appId": "111222333",
"appName": "Breakout App",
"developer": "Hot Dev",
"iconUrl": "https://...",
"genreName": "Games",
"chartType": "top-free",
"currentRank": 3,
"previousRank": null,
"rankChange": 98,
"timestamp": "2026-02-24"
},
{
"type": "rank_up",
"appId": "123456789",
"appName": "Climbing App",
"developer": "Dev Co",
"iconUrl": "https://...",
"genreName": "Productivity",
"chartType": "top-free",
"currentRank": 8,
"previousRank": 42,
"rankChange": 34,
"timestamp": "2026-02-24"
},
{
"type": "rank_down",
"appId": "987654321",
"appName": "Sliding App",
"developer": "Other Dev",
"iconUrl": "https://...",
"genreName": "Entertainment",
"chartType": "top-free",
"currentRank": 78,
"previousRank": 12,
"rankChange": -66,
"timestamp": "2026-02-24"
},
{
"type": "dropped_out",
"appId": "444555666",
"appName": "Gone App",
"developer": "Former Dev",
"iconUrl": "https://...",
"genreName": "Social Networking",
"chartType": "top-free",
"currentRank": null,
"previousRank": 95,
"rankChange": -6,
"timestamp": "2026-02-24"
}
],
"totalCount": 47
}
}