Retrieves every fixture and result for a league across a full season, giving a complete calendar of matches with dates, teams, venues, and final scores. Use this when you need the entire season rather than just the next few games.
You want the complete season calendar of every fixture or result for a competition.
Just the next few games or the latest results, which the fixtures and results operation gives far more cheaply.
0.1 credits / call
Set these inside the intent when you run it.
The name of the league or competition to get the full season schedule for.
The season to retrieve. Defaults to the current season if not specified.
The complete list of every fixture and result in the season, 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":"season_schedule","league":"La Liga","season":"2025-2026"}}'Example requests