TournamentInlineBrief
Краткая карточка турнира с категорией и фирменными цветами
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:
#025388TournamentInlineBrief
{
"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"
}
}