StandingsTable
Турнирная таблица: лига целиком или одна группа.
namestringnullable
Ярлык таблицы
Example:
Premier League 25/26updatedAtint64nullable
Время последнего обновления (Unix, мс)
rows object[]
Строки таблицы
Array [
positionintegernullable
Место в таблице
team object
Команда в строке турнирной таблицы.
idintegernullable
ID команды
namestringnullable
Название команды
imagestringnullable
URL логотипа команды
country object
Страна команды
namestringnullable
Название страны
nationalboolean
Сборная (true) или клуб (false)
rankingintegernullable
Место в рейтинге (например, ФИФА). Присутствует только у сборных, иначе null.
teamColors objectnullable
Фирменные цвета; null, если не заданы.
primarystringnullable
Основной цвет
Example:
#ef0107secondarystringnullable
Дополнительный цвет
textstringnullable
Цвет текста на форме
translations object
rustringnullable
Русское название команды
matchesintegernullable
Сыграно матчей
winsintegernullable
Победы
drawsintegernullable
Ничьи
lossesintegernullable
Поражения
scoresForintegernullable
Забито
scoresAgainstintegernullable
Пропущено
goalDifferenceintegernullable
Разница мячей (вычислено: scoresFor − scoresAgainst)
scoreDiffFormattedstringnullable
Сырая строка разницы мячей
Example:
+19pointsintegernullable
Очки
promotion objectnullable
Зона таблицы (повышение/вылет/плей-офф); null вне зон.
textstringnullable
Английская метка зоны
Example:
Promotion]
StandingsTable
{
"name": "Premier League 25/26",
"updatedAt": 0,
"rows": [
{
"position": 0,
"team": {
"id": 0,
"name": "string",
"image": "string",
"country": {
"name": "string"
},
"national": true,
"ranking": 0,
"teamColors": {
"primary": "#ef0107",
"secondary": "string",
"text": "string"
},
"translations": {
"ru": "string"
}
},
"matches": 0,
"wins": 0,
"draws": 0,
"losses": 0,
"scoresFor": 0,
"scoresAgainst": 0,
"goalDifference": 0,
"scoreDiffFormatted": "+19",
"points": 0,
"promotion": {
"text": "Promotion"
}
}
]
}