GET Hero Ratings Index
/web/academy/heroes/ratings
Retrieve a list of all hero ratings and community polls. Supports query parameter for localization.
Query parameters:
- lang: Language code for localized content (default:
en).
The response includes hero ratings data:
- list: Array of rating subjects, each containing:
- subject: Poll subject ID.
- title: Poll title (e.g., 'Vote for MLBB's Charismatic Queens!').
- desc: Poll description.
- comment_count: Number of comments.
- ranking: Array of ranked hero entries, each containing:
- object: Hero object ID.
- title: Hero name.
- image: Hero image URL.
- image_big: Larger hero image URL.
- channel: Array of channel IDs.
- score: Hero score value (e.g., '9.1').
- score_total: Total score points accumulated.
- score_count: Number of votes.
- hot_comment: Highlighted comment.
- hashtags: Optional hashtags associated with the poll.
This endpoint is useful for:
- Displaying community-driven hero ratings.
- Tracking popularity trends.
- Surfacing thematic polls such as 'Most Charismatic Hero' or 'Top Jungler'.
{
"code": 0,
"message": "Success",
"traceID": "5eddcf24147754aadd27438d7634f630",
"data": {
"total": 12,
"list": [
{
"subject": 3275335,
"title": "Vote for MLBB's Charismatic Queens! Which female hero in the Land of Dawn has the most mature charm?",
"desc": "They are battlefield leaders with commanding presence; mysterious, mature sages; and pillars of strength hiding their edge behind gentleness. With their unshakeable aura and mature elegance, these female heroes command attention the moment they enter the fray. Which MLBB female hero best embodies both mature charm and strength for you? Vote now to crown the Land of Dawn's ultimate Queen of Charisma!",
"comment_count": 890,
"ranking": [
{
"object": "3209965",
"title": "Zetian",
"image": "https://akmweb.youngjoygame.com/web/gms/image/20a263b2adb23ad40cd955b9abf4bbb0.jpg",
"image_big": "https://akmweb.youngjoygame.com/web/gms/image/b617a6b4d9e2c22a5bc24d886e453399.jpg",
"channel": [
3168724,
3168728
],
"score": "9.2",
"score_total": 2398,
"score_count": 262,
"hot_comment": "Gugu"
}
]
}
],
"has_more": true
}
}