lol-brawl-champion-tier-rank
Retrieve champion tier rankings for League of Legends Brawl mode using OP.GG data. Specify a language code to access localized rankings and optimize your champion selection strategy.
Instructions
Retrieves champion tier ranking list in brawl mode.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
lang | Yes | Language code for localized content. Determines the language of returned data. |
Input Schema (JSON Schema)
{
"properties": {
"lang": {
"description": "Language code for localized content. Determines the language of returned data.",
"enum": [
"ar_AE",
"cs_CZ",
"de_DE",
"el_GR",
"en_US",
"en_AU",
"en_GB",
"en_PH",
"en_SG",
"es_AR",
"es_ES",
"es_MX",
"fr_FR",
"hu_HU",
"it_IT",
"ja_JP",
"ko_KR",
"pl_PL",
"pt_BR",
"ro_RO",
"ru_RU",
"th_TH",
"tr_TR",
"vi_VN",
"zh_CN",
"zh_MY",
"zh_TW"
],
"type": "string"
}
},
"required": [
"lang"
],
"type": "object"
}