SeasonStatisticsTournament
Турнир со списком сезонов, за которые доступна сезонная статистика.
idinteger
Example:
132namestringnullable
Example:
NBAtranslations object
rustringnullable
Example:
НБАimagestring
Example:
https://img.api-sport.ru/unique-tournament-132seasons object[]
Array [
idinteger
Example:
76986namestringnullable
Example:
NBA 25/26yearstringnullable
Example:
25/26translations 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"
]
}
]
}