🔷
Pyot Documentation
  • Pyot Documentation
  • Cores
    • Installation
    • Configuration
    • Objects
    • Concurrency
    • Resources
    • Exceptions
    • Warnings
  • Examples
    • Single File
    • Multi Root
    • Module Based
  • Pipeline
    • Expirations
    • Handler
    • Object
    • Token
  • Stores
    • CDragon
    • DDragon
    • DiskCache
    • DjangoCache
    • MerakiCDN
    • MongoDB
    • Omnistone
    • RedisCache
    • RiotAPI
  • Limiters
    • MemoryLimiter
    • RedisLimiter
  • Models
    • League of Legends
      • Champion
      • Championmastery
      • Championrotation
      • Clash
      • Item
      • League
      • Match
      • Merakichampion
      • Merakiitem
      • Profileicon
      • Rune
      • Spectator
      • Spell
      • Status
      • Summoner
      • Thirdpartycode
      • Tournament
    • Legends of Runeterra
      • Card
      • Match
      • Ranked
      • Status
    • Riot Services
      • Account
    • Teamfight Tactics
      • Champion
      • Item
      • League
      • Match
      • Profileicon
      • Summoner
      • Thirdpartycode
      • Trait
    • Valorant
      • Content
      • Match
      • Ranked
      • Status
  • Utils
    • LoL
      • Cdragon
      • Champion
      • Routing
    • LoR
      • Cards
    • Tft
      • Cdragon
      • Routing
    • Aiohttp
    • Copy
    • Functools
    • Importlib
    • Itertools
    • Logging
    • Nullsafe
    • Safejson
    • Sync
    • Text
    • Threading
  • Integrations
    • Django
    • FastAPI
    • Celery
  • Changelog
    • 5.x.x
    • 6.x.x
Powered by GitBook
On this page
  • class Leaderboard
  • class LeaderboardPlayerData
  • class LeaderboardTierDetailData
  1. Models
  2. Valorant

Ranked

Module: pyot.models.val.ranked

class Leaderboard

Type: PyotCore

Definitions:

  • __init__ -> None

    • act_id: str = empty

    • platform: str = models.val.DEFAULT_PLATFORM

  • __iter__ -> Iterator[pyot.models.val.ranked.LeaderboardPlayerData]

  • __len__ -> int

Endpoints:

  • ranked_v1_leaderboards: ['act_id']

Query Params:

  • size: int = 200

  • start_index: int = 0

Attributes:

  • act_id -> str

  • total_players -> int

  • players -> List[pyot.models.val.ranked.LeaderboardPlayerData]

  • immortal_starting_page -> int

  • immortal_starting_index -> int

  • top_tier_rr_threshold -> int

  • tier_details -> Dict[str, pyot.models.val.ranked.LeaderboardTierDetailData]

  • start_index -> int

  • query_str -> str

  • shard -> str

class LeaderboardPlayerData

Type: PyotStatic

Attributes:

  • puuid -> str

  • game_name -> str

  • tag_line -> str

  • leaderboard_rank -> int

  • ranked_rating -> int

  • number_of_wins -> int

  • competitive_tier -> int

Properties:

  • property account -> Account

class LeaderboardTierDetailData

Type: PyotStatic

Attributes:

  • ranked_rating_threshold -> int

  • starting_page -> int

  • starting_index -> int

PreviousMatchNextStatus

Last updated 2 years ago