TeamTournamentsResponse
Турниры, в которых участвует команда
team object
Краткая карточка команды
idinteger
Example:
5257namestringnullable
Example:
LDUtranslations object
rustringnullable
Example:
ЛДУ Китоimagestringnullable
URL логотипа команды
totalTournamentsinteger
Example:
3tournaments object[]
Array [
idinteger
Example:
240namestringnullable
Example:
LigaPro Serie Aslugstringnullable
Example:
ligapro-serie-atranslations object
rustringnullable
Example:
ЛигаПро Серия Aimagestringnullable
URL логотипа турнира
category objectnullable
Категория турнира (страна/регион)
idinteger
Example:
165namestringnullable
Example:
Ecuadorflagstringnullable
Example:
ecuadortranslations object
rustringnullable
Example:
Эквадорcolors objectnullable
Фирменные цвета турнира
primarystringnullable
Example:
#feca06secondarystringnullable
Example:
#025388]
TeamTournamentsResponse
{
"team": {
"id": 5257,
"name": "LDU",
"translations": {
"ru": "ЛДУ Кито"
},
"image": "string"
},
"totalTournaments": 3,
"tournaments": [
{
"id": 240,
"name": "LigaPro Serie A",
"slug": "ligapro-serie-a",
"translations": {
"ru": "ЛигаПро Серия A"
},
"image": "string",
"category": {
"id": 165,
"name": "Ecuador",
"flag": "ecuador",
"translations": {
"ru": "Эквадор"
}
},
"colors": {
"primary": "#feca06",
"secondary": "#025388"
}
}
]
}