
Table
{
  "endpoint": "game",
  "ts": 1762270428,
  "id": 19467845,
  "slug": "marseille-lyon-19467845",
  "title": "REMOVE title:Marseille-REMOVE title:Lyon",
  "name": "Olympique Marseille - Olympique Lyonnais",
  "type": "game",
  "sport": "football",
  "startUts": 1772373600,
  "startDate": "2026-03-01T14:00:00Z",
  "status": "not started",
  "result": null,
  "periods": null,
  "suspensions": "not implemented",
  "events": [],
  "_$statistics": "not implemented",
  "home": {
    "id": 290,
    "active": true,
    "title": "REMOVE title:Marseille",
    "name": "Olympique Marseille",
    "abbr": "OMA",
    "slug": "marseille",
    "sport": "football",
    "logo": "https://cdn.fans48.com/marseille/marseille-logo-128x128.png"
  },
  "away": {
    "id": 281,
    "active": true,
    "title": "REMOVE title:Lyon",
    "name": "Olympique Lyonnais",
    "abbr": "OLY",
    "slug": "lyon",
    "sport": "football",
    "logo": "https://cdn.fans48.com/lyon/lyon-logo-128x128.png"
  },
  "league": {
    "id": 301,
    "name": "Ligue 1",
    "slug": "ligue-1"
  },
  "season": {
    "id": 25651,
    "title": "Ligue 1 2025-2026",
    "name": "Ligue 1",
    "slug": "ligue-1-2025-2026",
    "type": "season",
    "year": "2025-2026"
  },
  "table": {
    "home": {
      "team": {
        "id": 290,
        "active": true,
        "title": "REMOVE title:Marseille",
        "name": "Olympique Marseille",
        "abbr": "OMA",
        "slug": "marseille",
        "sport": "football",
        "logo": "https://cdn.fans48.com/marseille/marseille-logo-128x128.png"
      },
      "total": {
        "position": 2,
        "games": 11,
        "win": 7,
        "draw": 1,
        "loss": 3,
        "goalsFor": 25,
        "goalsAgainst": 11,
        "goalDiff": 14,
        "points": 22,
        "averagePoints": 2,
        "averageGoalsFor": 2.27,
        "averageGoalsAgainst": 1,
        "winPercentage": 63.6
      },
      "home": {
        "position": 2,
        "games": 5,
        "win": 4,
        "draw": 1,
        "loss": 0,
        "goalsFor": 18,
        "goalsAgainst": 6,
        "goalDiff": 12,
        "points": 13,
        "averagePoints": 2.6,
        "averageGoalsFor": 3.6,
        "averageGoalsAgainst": 1.2,
        "winPercentage": 80
      },
      "away": {
        "position": 2,
        "games": 6,
        "win": 3,
        "draw": 0,
        "loss": 3,
        "goalsFor": 7,
        "goalsAgainst": 5,
        "goalDiff": 2,
        "points": 9,
        "averagePoints": 1.5,
        "averageGoalsFor": 1.17,
        "averageGoalsAgainst": 0.83,
        "winPercentage": 50
      }
    },
    "away": {
      "team": {
        "id": 281,
        "active": true,
        "title": "REMOVE title:Lyon",
        "name": "Olympique Lyonnais",
        "abbr": "OLY",
        "slug": "lyon",
        "sport": "football",
        "logo": "https://cdn.fans48.com/lyon/lyon-logo-128x128.png"
      },
      "total": {
        "position": 6,
        "games": 11,
        "win": 6,
        "draw": 2,
        "loss": 3,
        "goalsFor": 16,
        "goalsAgainst": 12,
        "goalDiff": 4,
        "points": 20,
        "averagePoints": 1.82,
        "averageGoalsFor": 1.45,
        "averageGoalsAgainst": 1.09,
        "winPercentage": 54.5
      },
      "home": {
        "position": 8,
        "games": 5,
        "win": 4,
        "draw": 0,
        "loss": 1,
        "goalsFor": 8,
        "goalsAgainst": 3,
        "goalDiff": 5,
        "points": 12,
        "averagePoints": 2.4,
        "averageGoalsFor": 1.6,
        "averageGoalsAgainst": 0.6,
        "winPercentage": 80
      },
      "away": {
        "position": 3,
        "games": 6,
        "win": 2,
        "draw": 2,
        "loss": 2,
        "goalsFor": 8,
        "goalsAgainst": 9,
        "goalDiff": -1,
        "points": 8,
        "averagePoints": 1.33,
        "averageGoalsFor": 1.33,
        "averageGoalsAgainst": 1.5,
        "winPercentage": 33.3
      }
    }
  },
  "goals": [],
  "cards": [],
  "substitutions": [],
  "statistics": []
}<style>
html {
  --team-text: #ffffff;
  --team-text-rgb: 255,255,255;
  --team-base: #009ddb;
  --team-base-rgb: 0,157,219;
  --team-accent: #cb9f18;
  --team-accent-rgb: 203,159,24;
  --team-bg: #f1f5f9;
  --team-bg-rgb: 241,245,249;
  --team-link: #1879cd;
  --team-link-rgb: 24,121,205;
}
</style>