> 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/lol/championrotation.md).

# Championrotation

Module: `pyot.models.lol.championrotation`

### *class* `ChampionRotation`

Type: `PyotCore`

Definitions:

* `__init__` -> `None`
  * `platform`: `str = models.lol.DEFAULT_PLATFORM`

Endpoints:

* `champion_v3_rotation`: `[]`

Attributes:

* `free_champion_ids` -> `List[int]`
* `free_newie_champion_ids` -> `List[int]`
* `newie_max_level` -> `int`

Properties:

* *property* `free_champions` -> `List[ForwardRef(Champion)]`
* *property* `free_newie_champions` -> `List[ForwardRef(Champion)]`
* *property* `meraki_free_champions` -> `List[ForwardRef(MerakiChampion)]`
* *property* `meraki_free_newie_champions` -> `List[ForwardRef(MerakiChampion)]`
