Flashscore Scraper

ENDPOINTS
GET/resolve

Resolve URL

Turn any flashscore.com URL into the IDs this API takes, and say what kind of page it is.

QUERY PARAMS

Any flashscore.com match, team, player or competition URL.

Example: https://www.flashscore.com/football/spain/laliga/

{
  "type": "tournament",
  "id": "QeI1Oeyi",
  "stage_id": "dWdJXP6U",
  "template_id": "QVmLl54o",
  "season_id": 190,
  "reference": "QeI1Oeyi:dWdJXP6U",
  "name": "LaLiga",
  "sport": {
    "id": 1,
    "name": "Football",
    "slug": "football"
  },
  "link": "https://www.flashscore.com/football/spain/laliga/"
}