Flashscore Scraper

ENDPOINTS
GET/matches/live-updates

Live Score Updates

Only the rows that changed since the last publish. Poll this instead of refetching lists.

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
{
  "sport": {
    "id": 1,
    "name": "Football",
    "slug": "football"
  },
  "count": 24,
  "updates": [
    {
      "id": "b7ztZQzJ",
      "link": "https://www.flashscore.com/match/b7ztZQzJ/"
    },
    {
      "id": "46FCtEF6",
      "link": "https://www.flashscore.com/match/46FCtEF6/"
    },
    {
      "id": "MHrbkUJF",
      "link": "https://www.flashscore.com/match/MHrbkUJF/"
    },
    {
      "id": "zeeGiSgT",
      "link": "https://www.flashscore.com/match/zeeGiSgT/"
    },
    {
      "id": "pUtnn6Hj",
      "link": "https://www.flashscore.com/match/pUtnn6Hj/"
    },
    {
      "id": "CzZX999c",
      "link": "https://www.flashscore.com/match/CzZX999c/"
    },
    {
      "id": "plXu8mvA",
      "link": "https://www.flashscore.com/match/plXu8mvA/"
    },
    {
      "id": "jmaDkuOr",
      "link": "https://www.flashscore.com/match/jmaDkuOr/"
    },
    {
      "id": "dp2LmJhe",
      "link": "https://www.flashscore.com/match/dp2LmJhe/"
    },
    {
      "id": "fke8uwrm",
      "link": "https://www.flashscore.com/match/fke8uwrm/",
      "stage": "2nd Half",
      "stage_id": 13,
      "status": "live",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 0
        }
      ]
    },
    {
      "id": "MquVCoG0",
      "link": "https://www.flashscore.com/match/MquVCoG0/",
      "stage": "1st Half",
      "stage_id": 12,
      "status": "live",
      "home_score": 0,
      "away_score": 0
    },
    {
      "id": "fcwwBPpD",
      "link": "https://www.flashscore.com/match/fcwwBPpD/",
      "stage": "1st Half",
      "stage_id": 12,
      "status": "live",
      "home_score": 0,
      "away_score": 0
    },
    {
      "id": "YP989XQ5",
      "link": "https://www.flashscore.com/match/YP989XQ5/",
      "stage": "1st Half",
      "stage_id": 12,
      "status": "live",
      "home_score": 0,
      "away_score": 0
    },
    {
      "id": "tjDG7BeI",
      "link": "https://www.flashscore.com/match/tjDG7BeI/",
      "stage": "1st Half",
      "stage_id": 12,
      "status": "live",
      "home_score": 0,
      "away_score": 0
    },
    {
      "id": "Yq02VEmP",
      "link": "https://www.flashscore.com/match/Yq02VEmP/",
      "stage": "1st Half",
      "stage_id": 12,
      "status": "live",
      "home_score": 0,
      "away_score": 0
    },
    {
      "id": "4SjYPhBn",
      "link": "https://www.flashscore.com/match/4SjYPhBn/",
      "stage": "1st Half",
      "stage_id": 12,
      "status": "live",
      "home_score": 0,
      "away_score": 0
    },
    {
      "id": "MJeIAaQE",
      "link": "https://www.flashscore.com/match/MJeIAaQE/",
      "stage": "1st Half",
      "stage_id": 12,
      "status": "live",
      "home_score": 0,
      "away_score": 0
    },
    {
      "id": "KUcGM5RO",
      "link": "https://www.flashscore.com/match/KUcGM5RO/",
      "stage": "1st Half",
      "stage_id": 12,
      "status": "live",
      "home_score": 0,
      "away_score": 0
    },
    {
      "id": "lpYPt9Ct",
      "link": "https://www.flashscore.com/match/lpYPt9Ct/",
      "stage": "1st Half",
      "stage_id": 12,
      "status": "live",
      "home_score": 0,
      "away_score": 0
    },
    {
      "id": "CYX0Ofc2",
      "link": "https://www.flashscore.com/match/CYX0Ofc2/"
    },
    {
      "id": "QV6wfQvp",
      "link": "https://www.flashscore.com/match/QV6wfQvp/"
    },
    {
      "id": "Sx6nMudE",
      "link": "https://www.flashscore.com/match/Sx6nMudE/",
      "stage": "1st Half",
      "stage_id": 12,
      "status": "live",
      "home_score": 0,
      "away_score": 0
    },
    {
      "id": "z39fKJQQ",
      "link": "https://www.flashscore.com/match/z39fKJQQ/",
      "stage": "1st Half",
      "stage_id": 12,
      "status": "live",
      "home_score": 0,
      "away_score": 0
    },
    {
      "id": "fsNk2fOO",
      "link": "https://www.flashscore.com/match/fsNk2fOO/",
      "stage": "1st Half",
      "stage_id": 12,
      "status": "live",
      "home_score": 0,
      "away_score": 0
    }
  ]
}