Rone Arena v1.0.2
Blog GitHub Stars

Web Playground

Academy Endpoint

Interactive request form for this API endpoint.

Each card below maps directly to an API endpoint. Query, path, and request body fields are generated from OpenAPI.

API Base

Every request from this playground goes to a single API base.

Active base: https://arena.rone.dev/api

GET Deprecated Hero Ratings Index

/web/academy/heroes/ratings

Open Only This
This endpoint is deprecated and may be removed or changed in a future version. Avoid using it in new integrations.

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'.
Language lang
query

Language code for localized content.

GET /api/academy/heroes/ratings