Flashscore Scraper

ENDPOINTS
GET/matches/point-by-point

Match Point by Point

Every game of a tennis, darts or snooker match: server, winner, breaks and the point run.

QUERY PARAMS

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

Examples:

  • ID: GCxZ2uHc
  • URL: https://www.flashscore.com/match/GCxZ2uHc/

Keep a single set.

Examples: 2, Set 2

{
  "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"
  ],
  "set_count": 0,
  "sets": [],
  "current_game": null
}