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.
You want the score of games happening right now, for a sport, a league, or everything live.
Past results or upcoming fixtures, which are not live games, or predictions about a game.
0.1 credits / call
Set these inside the intent when you run it.
The sport to get live scores for, or "all" to see every live event.
A list of in-progress matches with current scores, match status, and competing team names.
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