Flashscore Scraper

ENDPOINTS
GET/matches/live

Live Matches

Every match in progress right now for one sport, with running scores and the current stage.

QUERY PARAMS

Sport to pull, as a name, a slug or a numeric ID. Call /sports for all 37.

Examples:

  • Name: football
  • Slug: american-football
  • ID: 1

Timezone the kick-off times are reported in.

Examples:

  • IANA name: America/New_York
  • Hour offset: -4

Default: UTC

{
  "sport": {
    "id": 1,
    "name": "Football",
    "slug": "football"
  },
  "format": "matches",
  "timezone_offset": 0,
  "match_count": 9,
  "competition_count": 8,
  "competitions": [
    {
      "competition": {
        "id": "CSah6ViR",
        "stage_id": "zqw8YqOt",
        "template_id": "lfZXonNq",
        "name": "NPL Victoria - Play Offs",
        "display_name": "AUSTRALIA: NPL Victoria - Play Offs",
        "category": "Australia",
        "link": "https://www.flashscore.com/football/australia/npl-victoria/",
        "logo": "https://static.flashscore.com/res/image/data/b1Sno9ld-lpKNQgaN.png",
        "country": {
          "id": 24,
          "name": "Australia"
        }
      },
      "matches": [
        {
          "id": "U7aQJ7S0",
          "link": "https://www.flashscore.com/match/U7aQJ7S0/",
          "status": "live",
          "stage": "Extra Time",
          "stage_id": 6,
          "start_time": "2026-09-19T05:30:00Z",
          "date": "2026-09-19",
          "end_time": "2026-09-19T07:34:24Z",
          "round": null,
          "note": null,
          "home": {
            "id": "hp4oRUU5",
            "name": "Oakleigh Cannons",
            "short_name": "OAK",
            "link": "https://www.flashscore.com/team/oakleigh-cannons/hp4oRUU5/",
            "logo": "https://static.flashscore.com/res/image/data/Amj4a6T0-CWd68m3F.png"
          },
          "away": {
            "id": "8UbVeMao",
            "name": "Avondale FC",
            "short_name": "AVO",
            "link": "https://www.flashscore.com/team/avondale-fc/8UbVeMao/",
            "logo": "https://static.flashscore.com/res/image/data/dC5GWu7k-SYuoWiMi.png"
          },
          "home_score": 0,
          "away_score": 0,
          "winner": null,
          "periods": [
            {
              "name": "Half Time",
              "home": 0,
              "away": 0
            }
          ],
          "has_statistics": false,
          "has_live_coverage": true
        }
      ]
    },
    {
      "competition": {
        "id": "0IaX09Fl",
        "stage_id": "S2FSRuhI",
        "template_id": "bRZ9b6xj",
        "name": "NPL Western Australia - Relegation",
        "display_name": "AUSTRALIA: NPL Western Australia - Relegation",
        "category": "Australia",
        "link": "https://www.flashscore.com/football/australia/npl-western-australia/",
        "logo": "https://static.flashscore.com/res/image/data/CO2eSDfU-vRQMv1Zt.png",
        "country": {
          "id": 24,
          "name": "Australia"
        }
      },
      "matches": [
        {
          "id": "vqx61Rfc",
          "link": "https://www.flashscore.com/match/vqx61Rfc/",
          "status": "live",
          "stage": "1st Half",
          "stage_id": 12,
          "start_time": "2026-09-19T07:30:00Z",
          "date": "2026-09-19",
          "end_time": "2026-09-19T07:31:42Z",
          "round": null,
          "note": null,
          "home": {
            "id": "KQrorAUh",
            "name": "Armadale",
            "short_name": "ARM",
            "link": "https://www.flashscore.com/team/armadale/KQrorAUh/",
            "logo": "https://static.flashscore.com/res/image/data/Acfu2vQq-Mmm1EEVD.png"
          },
          "away": {
            "id": "WxaaThNc",
            "name": "Nedlands",
            "short_name": "UWA",
            "link": "https://www.flashscore.com/team/uwa-nedlands/WxaaThNc/",
            "logo": "https://static.flashscore.com/res/image/data/rsQTUb5k-noa32Vge.png"
          },
          "home_score": 1,
          "away_score": 0,
          "winner": null,
          "periods": null,
          "has_statistics": false,
          "has_live_coverage": true
        }
      ]
    },
    {
      "competition": {
        "id": "f92Fdcs3",
        "stage_id": "WpszrNdU",
        "template_id": "0l2MGKWN",
        "name": "WE League Cup Women",
        "display_name": "JAPAN: WE League Cup Women",
        "category": "Japan",
        "link": "https://www.flashscore.com/football/japan/we-league-cup-women/",
        "logo": "https://static.flashscore.com/res/image/data/6BNELHBO-buaJ5HnP.png",
        "country": {
          "id": 100,
          "name": "Japan"
        }
      },
      "matches": [
        {
          "id": "CKUhJqPj",
          "link": "https://www.flashscore.com/match/CKUhJqPj/",
          "status": "live",
          "stage": "Half Time",
          "stage_id": 38,
          "start_time": "2026-09-19T07:00:00Z",
          "date": "2026-09-19",
          "end_time": "2026-09-19T07:50:14Z",
          "round": null,
          "note": null,
          "home": {
            "id": "AFqGusb5",
            "name": "Saitama W",
            "short_name": "SAI",
            "link": "https://www.flashscore.com/team/saitama/AFqGusb5/",
            "logo": "https://static.flashscore.com/res/image/data/YRf6VJkC-0YYTWBg0.png"
          },
          "away": {
            "id": "rBn3n5jP",
            "name": "Beleza W",
            "short_name": "BEL",
            "link": "https://www.flashscore.com/team/beleza/rBn3n5jP/",
            "logo": "https://static.flashscore.com/res/image/data/UZoBFPU0-O0XU2dY2.png"
          },
          "home_score": 0,
          "away_score": 1,
          "winner": null,
          "periods": null,
          "has_statistics": false,
          "has_live_coverage": false
        }
      ]
    },
    {
      "competition": {
        "id": "vFKjUS0N",
        "stage_id": "65tLGT4l",
        "template_id": "bgStjEJ1",
        "name": "Liga 2",
        "display_name": "ROMANIA: Liga 2",
        "category": "Romania",
        "link": "https://www.flashscore.com/football/romania/liga-2/",
        "logo": "https://static.flashscore.com/res/image/data/WhXjcuB7-OhNTpbWu.png",
        "country": {
          "id": 157,
          "name": "Romania"
        }
      },
      "matches": [
        {
          "id": "MquVCoG0",
          "link": "https://www.flashscore.com/match/MquVCoG0/",
          "status": "live",
          "stage": "1st Half",
          "stage_id": 12,
          "start_time": "2026-09-19T08:00:00Z",
          "date": "2026-09-19",
          "end_time": "2026-09-19T08:00:09Z",
          "round": null,
          "note": null,
          "home": {
            "id": "0SnbBeil",
            "name": "Stefanesti",
            "short_name": "STE",
            "link": "https://www.flashscore.com/team/stefanesti/0SnbBeil/",
            "logo": "https://static.flashscore.com/res/image/data/px6DB1T0-xAtSv67g.png"
          },
          "away": {
            "id": "0zf4F2nD",
            "name": "Metaloglobus Bucharest",
            "short_name": "MET",
            "link": "https://www.flashscore.com/team/metaloglobus-bucharest/0zf4F2nD/",
            "logo": "https://static.flashscore.com/res/image/data/6sIcICVH-vuUM1SsN.png"
          },
          "home_score": 0,
          "away_score": 0,
          "winner": null,
          "periods": null,
          "has_statistics": true,
          "has_live_coverage": false
        }
      ]
    },
    {
      "competition": {
        "id": "j3qdpCxK",
        "stage_id": "nT1o1yFq",
        "template_id": "ATWwe8FU",
        "name": "Super League Women",
        "display_name": "SOUTH AFRICA: Super League Women",
        "category": "South Africa",
        "link": "https://www.flashscore.com/football/south-africa/super-league-women/",
        "logo": "https://static.flashscore.com/res/image/data/tjXJEz8j-zuVW2FN2.png",
        "country": {
          "id": 175,
          "name": "South Africa"
        }
      },
      "matches": [
        {
          "id": "fke8uwrm",
          "link": "https://www.flashscore.com/match/fke8uwrm/",
          "status": "live",
          "stage": "Half Time",
          "stage_id": 38,
          "start_time": "2026-09-19T07:00:00Z",
          "date": "2026-09-19",
          "end_time": "2026-09-19T07:47:46Z",
          "round": null,
          "note": null,
          "home": {
            "id": "SMU31ocn",
            "name": "Stellenbosch W",
            "short_name": "STE",
            "link": "https://www.flashscore.com/team/stellenbosch-fc/SMU31ocn/",
            "logo": "https://static.flashscore.com/res/image/data/tUXeLVBN-AulHQqJn.png"
          },
          "away": {
            "id": "lSIkbEBe",
            "name": "Western Cape Univ. W",
            "short_name": "WES",
            "link": "https://www.flashscore.com/team/western-cape-university/lSIkbEBe/",
            "logo": "https://static.flashscore.com/res/image/data/j7LQr26k-n1wbGf5s.png"
          },
          "home_score": 0,
          "away_score": 2,
          "winner": null,
          "periods": null,
          "has_statistics": false,
          "has_live_coverage": false
        }
      ]
    },
    {
      "competition": {
        "id": "v1KxQiuR",
        "stage_id": "6FsHJk9l",
        "template_id": "0IDCJLlH",
        "name": "K League 1",
        "display_name": "SOUTH KOREA: K League 1",
        "category": "South Korea",
        "link": "https://www.flashscore.com/football/south-korea/k-league-1/",
        "logo": "https://static.flashscore.com/res/image/data/IwqHj88j-hSHOZMM9.png",
        "country": {
          "id": 106,
          "name": "South Korea"
        }
      },
      "matches": [
        {
          "id": "xAF0aYTI",
          "link": "https://www.flashscore.com/match/xAF0aYTI/",
          "status": "live",
          "stage": "1st Half",
          "stage_id": 12,
          "start_time": "2026-09-19T07:30:00Z",
          "date": "2026-09-19",
          "end_time": "2026-09-19T07:31:20Z",
          "round": null,
          "note": null,
          "home": {
            "id": "WvuRTpSq",
            "name": "Bucheon FC 1995",
            "short_name": "BUC",
            "link": "https://www.flashscore.com/team/bucheon-fc-1995/WvuRTpSq/",
            "logo": "https://static.flashscore.com/res/image/data/WnZcWxne-WnvCfUUh.png"
          },
          "away": {
            "id": "IaoBca9i",
            "name": "Gimcheon Sangmu",
            "short_name": "GIM",
            "link": "https://www.flashscore.com/team/gimcheon-sangmu/IaoBca9i/",
            "logo": "https://static.flashscore.com/res/image/data/6s4SBmiC-zw6zJZqp.png"
          },
          "home_score": 0,
          "away_score": 0,
          "winner": null,
          "periods": null,
          "has_statistics": true,
          "has_live_coverage": true
        }
      ]
    },
    {
      "competition": {
        "id": "C873JV2l",
        "stage_id": "UgCKwB0K",
        "template_id": "URqnleDq",
        "name": "K League 2",
        "display_name": "SOUTH KOREA: K League 2",
        "category": "South Korea",
        "link": "https://www.flashscore.com/football/south-korea/k-league-2/",
        "logo": "https://static.flashscore.com/res/image/data/GdwjCAB7-WWoUlmT6.png",
        "country": {
          "id": 106,
          "name": "South Korea"
        }
      },
      "matches": [
        {
          "id": "Oniitrrn",
          "link": "https://www.flashscore.com/match/Oniitrrn/",
          "status": "live",
          "stage": "1st Half",
          "stage_id": 12,
          "start_time": "2026-09-19T07:30:00Z",
          "date": "2026-09-19",
          "end_time": "2026-09-19T07:30:22Z",
          "round": null,
          "note": null,
          "home": {
            "id": "GECrRaic",
            "name": "Asan",
            "short_name": "ASA",
            "link": "https://www.flashscore.com/team/chungnam-asan/GECrRaic/",
            "logo": "https://static.flashscore.com/res/image/data/0SZGh0kC-rXhEMDdO.png"
          },
          "away": {
            "id": "Mcq0tCd4",
            "name": "Cheonan City",
            "short_name": "CHE",
            "link": "https://www.flashscore.com/team/cheonan-city/Mcq0tCd4/",
            "logo": "https://static.flashscore.com/res/image/data/bucrzVjT-l2Dt0o2j.png"
          },
          "home_score": 0,
          "away_score": 0,
          "winner": null,
          "periods": null,
          "has_statistics": true,
          "has_live_coverage": true
        },
        {
          "id": "b7ztZQzJ",
          "link": "https://www.flashscore.com/match/b7ztZQzJ/",
          "status": "live",
          "stage": "1st Half",
          "stage_id": 12,
          "start_time": "2026-09-19T07:30:00Z",
          "date": "2026-09-19",
          "end_time": "2026-09-19T07:30:49Z",
          "round": null,
          "note": null,
          "home": {
            "id": "EuIMj4XB",
            "name": "Jeonnam",
            "short_name": "JEO",
            "link": "https://www.flashscore.com/team/jeonnam/EuIMj4XB/",
            "logo": "https://static.flashscore.com/res/image/data/ph0Ae07k-0fjMSYzR.png"
          },
          "away": {
            "id": "6sXCYRPI",
            "name": "Suwon FC",
            "short_name": "SFC",
            "link": "https://www.flashscore.com/team/suwon-fc/6sXCYRPI/",
            "logo": "https://static.flashscore.com/res/image/data/4Aos4Fle-C8xz9kft.png"
          },
          "home_score": 0,
          "away_score": 1,
          "winner": null,
          "periods": null,
          "has_statistics": true,
          "has_live_coverage": true
        }
      ]
    },
    {
      "competition": {
        "id": "xv2BlyaM",
        "stage_id": "OhVGWUpK",
        "template_id": "vyT5uJOH",
        "name": "K4 League",
        "display_name": "SOUTH KOREA: K4 League",
        "category": "South Korea",
        "link": "https://www.flashscore.com/football/south-korea/k4-league/",
        "logo": "https://static.flashscore.com/res/image/data/l6ZDCaT1-YH7XAni7.png",
        "country": {
          "id": 106,
          "name": "South Korea"
        }
      },
      "matches": [
        {
          "id": "rcI9plTa",
          "link": "https://www.flashscore.com/match/rcI9plTa/",
          "status": "live",
          "stage": "1st Half",
          "stage_id": 12,
          "start_time": "2026-09-19T08:00:00Z",
          "date": "2026-09-19",
          "end_time": "2026-09-19T07:59:31Z",
          "round": null,
          "note": null,
          "home": {
            "id": "8GYFIM7T",
            "name": "Jecheon Citizen",
            "short_name": "JEC",
            "link": "https://www.flashscore.com/team/jecheon-citizen/8GYFIM7T/",
            "logo": "https://static.flashscore.com/res/image/data/Y9XeksXH-SW4kP2Ql.png"
          },
          "away": {
            "id": "QXp84zjS",
            "name": "Geoje",
            "short_name": "GEO",
            "link": "https://www.flashscore.com/team/geoje/QXp84zjS/",
            "logo": "https://static.flashscore.com/res/image/data/lvPlDjkC-IkapU2W7.png"
          },
          "home_score": 0,
          "away_score": 0,
          "winner": null,
          "periods": null,
          "has_statistics": false,
          "has_live_coverage": false
        }
      ]
    }
  ]
}