Fetches the next upcoming fixtures or the most recent results for any sports league. Returns match dates, kickoff times, competing teams, venues, and scores for completed games.
You want the next games or the latest results for a league, not a full-season calendar.
Live in-progress scores, or the complete season calendar of every fixture.
0.1 credits / call
Set these inside the intent when you run it.
The name of the league to get fixtures or results for.
Whether you want upcoming fixtures or recent results. Defaults to upcoming.
A list of upcoming fixtures or recent results for the league, with dates, teams, venues, and scores.
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":"schedule","league":"English Premier League","when":"next"}}'Example requests