Flashscore Scraper

ENDPOINTS
GET/matches/details

Match Details

One match in full: teams, competition, kick-off, score, winner and the data tabs it carries.

QUERY PARAMS

Flashscore match ID, or any flashscore.com match URL.

Examples:

  • ID: GCxZ2uHc
  • URL: https://www.flashscore.com/match/GCxZ2uHc/
{
  "id": "GCxZ2uHc",
  "link": "https://www.flashscore.com/match/GCxZ2uHc/",
  "sport": {
    "id": 1,
    "name": "Football",
    "slug": "football"
  },
  "status": "finished",
  "stage": "Finished",
  "stage_id": 3,
  "start_time": "2025-05-18T17:00:00Z",
  "date": "2025-05-18",
  "updated_at": "2025-05-18T18:54:26Z",
  "home_score": 0,
  "away_score": 2,
  "winner": "away",
  "available_tabs": [
    "report",
    "statistics",
    "player_statistics",
    "lineups",
    "commentary",
    "odds",
    "h2h",
    "top_scorers",
    "missing_players",
    "standings",
    "news"
  ],
  "competition": {
    "name": "LaLiga",
    "link": "https://www.flashscore.com/football/spain/laliga/",
    "country": {
      "id": 176,
      "name": "Spain"
    }
  },
  "round": "Round 37",
  "home": {
    "id": "h8oAv4Ts",
    "name": "Sevilla",
    "short_name": "SEV",
    "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
    "logo": "https://static.flashscore.com/res/image/data/G2BgO5Ar-tIT0KyhE.png",
    "country": {
      "id": 176,
      "name": "Spain"
    },
    "is_team": true
  },
  "away": {
    "id": "W8mj7MDD",
    "name": "Real Madrid",
    "short_name": "RMA",
    "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
    "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png",
    "country": {
      "id": 176,
      "name": "Spain"
    },
    "is_team": true
  },
  "is_national": false,
  "has_statistics": true,
  "has_player_statistics": true,
  "has_missing_players": true,
  "audio_stream_link": "https://api.lsaudio.eu/getStreamV2/match-en-5nVQQ1agp7?fs_project=2"
}