Skills/Sports/Fixtures and results

Fixtures and results

0.1 credits / call

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.

Use when

You want the next games or the latest results for a league, not a full-season calendar.

Not for

Live in-progress scores, or the complete season calendar of every fixture.

Cost

0.1 credits / call

What it accepts

Set these inside the intent when you run it.

leaguerequired

The name of the league to get fixtures or results for.

whenoptional

Whether you want upcoming fixtures or recent results. Defaults to upcoming.

What you get back

A list of upcoming fixtures or recent results for the league, 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":"schedule","league":"English Premier League","when":"next"}}'

Example requests

  • When are the next Premier League matches?
  • What were the most recent NBA results?
  • Who won the last Champions League games?