Skills/Sports/Season schedule

Season schedule

0.1 credits / call

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.

Use when

You want the complete season calendar of every fixture or result for a competition.

Not for

Just the next few games or the latest results, which the fixtures and results operation gives far more cheaply.

Cost

0.1 credits / call

What it accepts

Set these inside the intent when you run it.

leaguerequired

The name of the league or competition to get the full season schedule for.

seasonoptional

The season to retrieve. Defaults to the current season if not specified.

What you get back

The complete list of every fixture and result in the season, with dates, teams, venues, and scores.

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":"season_schedule","league":"La Liga","season":"2025-2026"}}'

Example requests

  • Show me the full 2025-2026 Premier League season schedule.
  • List every Formula 1 race in the 2026 season.
  • What is the complete NBA 2025-2026 season calendar?