Flashscore Scraper

ENDPOINTS
GET/tournaments/standings-types

Competition Standings Types

Which tables this competition publishes, as the exact type and line values to send.

QUERY PARAMS

Competition URL path, or a <tournament_id>:<stage_id> pair.

Examples:

  • Current season: /football/spain/laliga/
  • Past season: /football/spain/laliga-2024-2025/
  • ID pair: QeI1Oeyi:dWdJXP6U

Get both forms from /tournaments or /resolve.

{
  "id": "QeI1Oeyi",
  "stage_id": "dWdJXP6U",
  "template_id": "QVmLl54o",
  "name": "LaLiga",
  "link": "https://www.flashscore.com/football/spain/laliga/",
  "season": "2026/2027",
  "sport": {
    "id": 1,
    "name": "Football",
    "slug": "football"
  },
  "count": 31,
  "standings_types": [
    {
      "type": "overall",
      "line": null,
      "tab": "1"
    },
    {
      "type": "home",
      "line": null,
      "tab": "2"
    },
    {
      "type": "away",
      "line": null,
      "tab": "3"
    },
    {
      "type": "form",
      "line": null,
      "tab": "5:0"
    },
    {
      "type": "form-home",
      "line": null,
      "tab": "8:0"
    },
    {
      "type": "form-away",
      "line": null,
      "tab": "9:0"
    },
    {
      "type": "over-under",
      "line": "all",
      "tab": "6:8"
    },
    {
      "type": "over-under",
      "line": "0.5",
      "tab": "6:1"
    },
    {
      "type": "over-under",
      "line": "1.5",
      "tab": "6:2"
    },
    {
      "type": "over-under",
      "line": "2.5",
      "tab": "6:3"
    },
    {
      "type": "over-under",
      "line": "3.5",
      "tab": "6:4"
    },
    {
      "type": "over-under",
      "line": "4.5",
      "tab": "6:5"
    },
    {
      "type": "over-under",
      "line": "5.5",
      "tab": "6:6"
    },
    {
      "type": "over-under-home",
      "line": "all",
      "tab": "17:8"
    },
    {
      "type": "over-under-home",
      "line": "0.5",
      "tab": "17:1"
    },
    {
      "type": "over-under-home",
      "line": "1.5",
      "tab": "17:2"
    },
    {
      "type": "over-under-home",
      "line": "2.5",
      "tab": "17:3"
    },
    {
      "type": "over-under-home",
      "line": "3.5",
      "tab": "17:4"
    },
    {
      "type": "over-under-home",
      "line": "4.5",
      "tab": "17:5"
    },
    {
      "type": "over-under-home",
      "line": "5.5",
      "tab": "17:6"
    },
    {
      "type": "over-under-away",
      "line": "all",
      "tab": "18:8"
    },
    {
      "type": "over-under-away",
      "line": "0.5",
      "tab": "18:1"
    },
    {
      "type": "over-under-away",
      "line": "1.5",
      "tab": "18:2"
    },
    {
      "type": "over-under-away",
      "line": "2.5",
      "tab": "18:3"
    },
    {
      "type": "over-under-away",
      "line": "3.5",
      "tab": "18:4"
    },
    {
      "type": "over-under-away",
      "line": "4.5",
      "tab": "18:5"
    },
    {
      "type": "over-under-away",
      "line": "5.5",
      "tab": "18:6"
    },
    {
      "type": "ht-ft",
      "line": null,
      "tab": "13"
    },
    {
      "type": "ht-ft-home",
      "line": null,
      "tab": "14"
    },
    {
      "type": "ht-ft-away",
      "line": null,
      "tab": "15"
    },
    {
      "type": "top-scorers",
      "line": null,
      "tab": "10"
    }
  ]
}