🔷
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 CDragon
  • Endpoints
  1. Stores

CDragon

  • Type: Service

  • Models: lol, tft

  • Description: Provides data from CommunityDragon Raw.

The CDragon has data that the game client uses. The data structure in CDragon might change at any time without warning, the Pyot Core objects for this might break aswell. Submit an issue if this happens and it will be fixed asap.

class CDragon

Backend: pyot.stores.cdragon.CDragon

Definitions:

  • __init__

    • error_handler: Dict[int, Tuple] = None

    • log_level: int = 0

Endpoints

  • lol

    • cdragon_champion_by_id: /{version}/plugins/rcp-be-lol-game-data/global/{locale}/v1/champions/{id}.json

    • cdragon_champion_summary: /{version}/plugins/rcp-be-lol-game-data/global/{locale}/v1/champion-summary.json

    • cdragon_item_full: /{version}/plugins/rcp-be-lol-game-data/global/{locale}/v1/items.json

    • cdragon_rune_full: /{version}/plugins/rcp-be-lol-game-data/global/{locale}/v1/perks.json

    • cdragon_spells_full: /{version}/plugins/rcp-be-lol-game-data/global/{locale}/v1/summoner-spells.json

    • cdragon_profile_icon_full: /{version}/plugins/rcp-be-lol-game-data/global/{locale}/v1/profile-icons.json

  • tft

    • cdragon_tft_full: /{version}/cdragon/tft/{locale}.json

    • cdragon_profile_icon_full: /{version}/plugins/rcp-be-lol-game-data/global/{locale}/v1/profile-icons.json

PreviousStoresNextDDragon

Last updated 2 years ago