Flashscore Scraper

ENDPOINTS
GET/tournaments/details

Competition Details

Season span, stages, logo, current champion and which data tabs the competition has.

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"
  },
  "country": "Spain",
  "stage_name": "Main",
  "season_start_year": 2026,
  "season_end_year": 2027,
  "is_current_season": true,
  "starts_at": "2026-08-15T17:30:00Z",
  "ends_at": "2027-05-30T15:00:00Z",
  "is_final_stage": true,
  "logo": "https://static.flashscore.com/res/image/data/QqMkp58j-reLEIqyt.png",
  "available_tabs": [
    "SU",
    "OD",
    "TA",
    "RE",
    "FI",
    "NF"
  ],
  "winners": [],
  "stages": [
    {
      "id": "dWdJXP6U",
      "name": "Main",
      "type": "table"
    }
  ]
}