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 Equipment (Items)

/web/academy/equipment

Open Only This

List all equipment (items). Supports query parameters for pagination and localization.

Query parameters:

  • size: Number of items per page (minimum: 1).
  • index: Page index (starting from 1).
  • lang: Language code for localized content (default: en).

The response includes equipment data:

  • records: Array of equipment entries, each containing:
      • _id: Unique record identifier.
      • _createdAt: Creation timestamp.
      • _updatedAt: Last update timestamp.
      • data:
          • equipid: Equipment ID.
          • equipname: Equipment name (e.g., 'Bud of Hope').
          • equipicon: Equipment icon URL.
      • id: Internal record ID.
      • sourceId: Source reference ID.

This endpoint is useful for:

  • Displaying the full equipment catalog.
  • Browsing available items.
  • Analyzing basic item attributes.
Page Size size
query

Number of items per page. Min: 1.

Page Index index
query

Page index for pagination. Min: 1.

Language lang
query

Language code for localized content.

GET /api/academy/equipment