Skills/Sports/Live scores

Live scores

0.1 credits / call

Returns all currently in-progress matches for a sport or league, including the live score and match status for each game. Covers soccer, basketball, ice hockey, American football, motorsport, and more.

Use when

You want the score of games happening right now, for a sport, a league, or everything live.

Not for

Past results or upcoming fixtures, which are not live games, or predictions about a game.

Cost

0.1 credits / call

What it accepts

Set these inside the intent when you run it.

sportrequired

The sport to get live scores for, or "all" to see every live event.

What you get back

A list of in-progress matches with current scores, match status, and competing team names.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Sports skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/sports/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"livescore","sport":"soccer"}}'

Example requests

  • What soccer games are live right now?
  • Is there any basketball on right now?
  • What's the current score in the Lakers game?