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

TeamTournamentsResponse

Турниры, в которых участвует команда

team object

Краткая карточка команды

idinteger
Example: 5257
namestringnullable
Example: LDU
translations object
rustringnullable
Example: ЛДУ Кито
imagestringnullable

URL логотипа команды

totalTournamentsinteger
Example: 3
tournaments object[]
  • Array [
  • idinteger
    Example: 240
    namestringnullable
    Example: LigaPro Serie A
    slugstringnullable
    Example: ligapro-serie-a
    translations object
    rustringnullable
    Example: ЛигаПро Серия A
    imagestringnullable

    URL логотипа турнира

    category objectnullable

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

    idinteger
    Example: 165
    namestringnullable
    Example: Ecuador
    flagstringnullable
    Example: ecuador
    translations object
    rustringnullable
    Example: Эквадор
    colors objectnullable

    Фирменные цвета турнира

    primarystringnullable
    Example: #feca06
    secondarystringnullable
    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"
    }
    }
    ]
    }