Перейти к основному содержимому

TournamentLink

Связанный турнир (элемент linkedTournaments/upperDivisions/lowerDivisions)

idinteger

ID связанного турнира

namestring

Название связанного турнира

slugstringnullable

Слаг связанного турнира

Example: world-championship-qual-uefa
translations object
rustringnullable

Название на русском

imagestringnullable

URL логотипа связанного турнира

colors objectnullable

Фирменные цвета связанного турнира

primarystringnullable
Example: #9a1133
secondarystringnullable
Example: #c11541
category objectnullable

Категория (страна/регион) связанного турнира

idinteger
Example: 1465
namestringnullable
Example: Europe
flagstringnullable
Example: europe
translations object
rustringnullable
Example: Европа
TournamentLink
{
"id": 0,
"name": "string",
"slug": "world-championship-qual-uefa",
"translations": {
"ru": "string"
},
"image": "string",
"colors": {
"primary": "#9a1133",
"secondary": "#c11541"
},
"category": {
"id": 1465,
"name": "Europe",
"flag": "europe",
"translations": {
"ru": "Европа"
}
}
}