
Table
{
  "endpoint": "game",
  "ts": 1762271268,
  "id": 19467808,
  "slug": "strasbourg-psg-19467808",
  "title": "REMOVE title:Strasbourg-REMOVE title:Paris Saint-Germain",
  "name": "Strasbourg - Paris Saint Germain",
  "type": "game",
  "sport": "football",
  "startUts": 1769958000,
  "startDate": "2026-02-01T15:00:00Z",
  "status": "not started",
  "result": null,
  "periods": null,
  "suspensions": "not implemented",
  "events": [],
  "_$statistics": "not implemented",
  "home": {
    "id": 282,
    "active": true,
    "title": "REMOVE title:Strasbourg",
    "name": "Strasbourg",
    "abbr": "STR",
    "slug": "strasbourg",
    "sport": "football",
    "logo": "https://cdn.fans48.com/strasbourg/strasbourg-logo-128x128.png"
  },
  "away": {
    "id": 293,
    "active": true,
    "title": "REMOVE title:Paris Saint-Germain",
    "name": "Paris Saint Germain",
    "abbr": "PSG",
    "slug": "psg",
    "sport": "football",
    "logo": "https://cdn.fans48.com/psg/psg-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": 282,
        "active": true,
        "title": "REMOVE title:Strasbourg",
        "name": "Strasbourg",
        "abbr": "STR",
        "slug": "strasbourg",
        "sport": "football",
        "logo": "https://cdn.fans48.com/strasbourg/strasbourg-logo-128x128.png"
      },
      "total": {
        "position": 7,
        "games": 11,
        "win": 6,
        "draw": 1,
        "loss": 4,
        "goalsFor": 22,
        "goalsAgainst": 16,
        "goalDiff": 6,
        "points": 19,
        "averagePoints": 1.73,
        "averageGoalsFor": 2,
        "averageGoalsAgainst": 1.45,
        "winPercentage": 54.5
      },
      "home": {
        "position": 7,
        "games": 5,
        "win": 4,
        "draw": 0,
        "loss": 1,
        "goalsFor": 11,
        "goalsAgainst": 2,
        "goalDiff": 9,
        "points": 12,
        "averagePoints": 2.4,
        "averageGoalsFor": 2.2,
        "averageGoalsAgainst": 0.4,
        "winPercentage": 80
      },
      "away": {
        "position": 7,
        "games": 6,
        "win": 2,
        "draw": 1,
        "loss": 3,
        "goalsFor": 11,
        "goalsAgainst": 14,
        "goalDiff": -3,
        "points": 7,
        "averagePoints": 1.17,
        "averageGoalsFor": 1.83,
        "averageGoalsAgainst": 2.33,
        "winPercentage": 33.3
      }
    },
    "away": {
      "team": {
        "id": 293,
        "active": true,
        "title": "REMOVE title:Paris Saint-Germain",
        "name": "Paris Saint Germain",
        "abbr": "PSG",
        "slug": "psg",
        "sport": "football",
        "logo": "https://cdn.fans48.com/psg/psg-logo-128x128.png"
      },
      "total": {
        "position": 1,
        "games": 11,
        "win": 7,
        "draw": 3,
        "loss": 1,
        "goalsFor": 21,
        "goalsAgainst": 9,
        "goalDiff": 12,
        "points": 24,
        "averagePoints": 2.18,
        "averageGoalsFor": 1.91,
        "averageGoalsAgainst": 0.82,
        "winPercentage": 63.6
      },
      "home": {
        "position": 5,
        "games": 5,
        "win": 4,
        "draw": 1,
        "loss": 0,
        "goalsFor": 9,
        "goalsAgainst": 3,
        "goalDiff": 6,
        "points": 13,
        "averagePoints": 2.6,
        "averageGoalsFor": 1.8,
        "averageGoalsAgainst": 0.6,
        "winPercentage": 80
      },
      "away": {
        "position": 1,
        "games": 6,
        "win": 3,
        "draw": 2,
        "loss": 1,
        "goalsFor": 12,
        "goalsAgainst": 6,
        "goalDiff": 6,
        "points": 11,
        "averagePoints": 1.83,
        "averageGoalsFor": 2,
        "averageGoalsAgainst": 1,
        "winPercentage": 50
      }
    }
  },
  "goals": [],
  "cards": [],
  "substitutions": [],
  "statistics": []
}<style>
html {
  --team-text: #ffffff;
  --team-text-rgb: 255,255,255;
  --team-base: #00295a;
  --team-base-rgb: 0,41,90;
  --team-accent: #ca0913;
  --team-accent-rgb: 202,9,19;
  --team-bg: #f1f5f9;
  --team-bg-rgb: 241,245,249;
  --team-link: #1879cd;
  --team-link-rgb: 24,121,205;
}
</style>