> For the complete documentation index, see [llms.txt](https://pyot.iann838.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pyot.iann838.com/models/lor/ranked.md).

# Ranked

Module: `pyot.models.lor.ranked`

### *class* `Leaderboard`

Type: `PyotCore`

Definitions:

* `__init__` -> `None`
  * `region`: `str = models.lor.DEFAULT_REGION`
* `__iter__` -> `Iterator[pyot.models.lor.ranked.LeaderboardPlayerData]`
* `__len__` -> `int`

Endpoints:

* `ranked_v1_leaderboards`: `[]`

Attributes:

* `players` -> `List[pyot.models.lor.ranked.LeaderboardPlayerData]`

### *class* `LeaderboardPlayerData`

Type: `PyotStatic`

Attributes:

* `name` -> `str`
* `rank` -> `int`
* `lp` -> `float`
