Tools/sports/livescore

sports/livescore

Current live scores for a sport, a specific league, or all sports.

0.1 credits / call ($0.0001)
charged on success

What it does

Returns in-progress matches with current scores, status, and the competing teams.

Primary use cases

  • Checking live scores for a sport or league right now.
  • Polling a game in progress for score changes (call this, then timer.wait, then call again).

Good to know

sport accepts a sport name (e.g. soccer, basketball, ice_hockey, american_football), a numeric league id, or all for every live event. Freshness depends on TheSportsDB's own refresh rate. For a polling loop, the timer namespace provides the inline delay between checks.

Parameters

sportstringrequired

A sport name (e.g. soccer, basketball, ice_hockey), a numeric league id, or "all".

sports/livescore — Faro