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

SeasonStatisticsTournament

Турнир со списком сезонов, за которые доступна сезонная статистика.

idinteger
Example: 132
namestringnullable
Example: NBA
translations object
rustringnullable
Example: НБА
imagestring
Example: https://img.api-sport.ru/unique-tournament-132
seasons object[]
  • Array [
  • idinteger
    Example: 76986
    namestringnullable
    Example: NBA 25/26
    yearstringnullable
    Example: 25/26
    translations object
    rustringnullable
    typesstring[]

    Доступные типы статистики сезона. Множество значений открытое; наблюдаемые: overall, regularSeason, playoffs, home, away, mainDraw, top16.

    Example: ["regularSeason","playoffs"]
  • ]
  • SeasonStatisticsTournament
    {
    "id": 132,
    "name": "NBA",
    "translations": {
    "ru": "НБА"
    },
    "image": "https://img.api-sport.ru/unique-tournament-132",
    "seasons": [
    {
    "id": 76986,
    "name": "NBA 25/26",
    "year": "25/26",
    "translations": {
    "ru": "string"
    },
    "types": [
    "regularSeason",
    "playoffs"
    ]
    }
    ]
    }