todays_matches
Fetch today's soccer matches: view schedule, scores, match status, and winner for top leagues and tournaments.
Instructions
This tool, todays_matches, sends a httpx get request to https://api.football-data.org/v4/matches,
and pulls various data on todays soccer matches (games). This is good to use in case a user wants to know
what the schedule and score of soccer games is today.
Available competitions: | WC | FIFA World Cup
| CL | UEFA Champions League
| BL1 | Bundesliga
| DED | Eredivisie
| BSA | Campeonato Brasileiro Série A
| PD | Primera Division
| FL1 | Ligue 1
| ELC | Championship
| PPL | Primeira Liga
| EC | European Championship
| SA | Serie A
| PL | Premier League
input: None
output: a list containing entries with info on home/away
team, score, date, status (game in play, timed,
finished), winner (None if not finished), the event
(like world cup), and current match day of the season/event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |