Your agent's scores and fixtures are out of date; this returns live results, schedules, and team details.
Knowledge & Reference
Retrieves sports scores, schedules, standings, and team or player information across major sports leagues worldwide. Get live in-progress scores, upcoming fixtures, recent results, full season calendars, or detailed profiles for teams, leagues, players, and events.
You need current sports scores, upcoming fixtures, recent results, or real team and player facts instead of stale training data.
Betting odds, predictions, win probabilities, statistics tables, injury news, standings tables, or play-by-play commentary.
Each is a sub-skill of Sports; the router picks the right one for your request.
information
Returns clean sports records (scores, match status, dates, kickoff times, teams, venues, badges, and team, league, or player details). Not a downloadable file.
A request names a league but it is unclear whether you want the live score now, the next fixtures, the recent results, or the full season calendar.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/sports/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"What soccer games are live right now?"}}'Example requests