Goal
Goal (goal.com) Live Sports API - Real-Time Scores, Results & Match Stats. Get detailed sports data including live scores, fixtures, results, and stats from Goal (goal.com) website.
Goal endpoints
| Method | Endpoint | Description |
|---|---|---|
| Competition | ||
| GET |
Get competition details /api/goal/v1/competition/details |
Returns the competition overview (competition info, standings snapshot, recent/upcoming matches, seasons and teams). |
| GET |
Get competition gamesets /api/goal/v1/competition/details/gamesets |
Returns the competition game weeks / rounds (gamesets). Each gameset provides the game_set_type_id and round id required to load its matches. |
| GET |
Get competition matches /api/goal/v1/competition/details/matches |
Returns the matches of a single game week. Use game_set_type_id and round_id taken from a gameset returned by the gamesets endpoint. |
| GET |
Get competition knockout /api/goal/v1/competition/details/knockout |
Returns the knockout bracket for cup competitions (e.g. World Cup). Empty for league competitions. |
| GET |
Get competition standings /api/goal/v1/competition/details/standings |
Returns the competition standings (overall, home and away). |
| GET |
Get competition top players /api/goal/v1/competition/details/top-players |
Returns the competition top players by stat (goals, assists, cards, etc.). |
| Match | ||
| GET |
Get live matches /api/goal/v1/match/live |
Returns football matches that are currently in progress, grouped by competition. |
| GET |
Get matches by date /api/goal/v1/match/list |
Returns all football matches for a specific date, grouped by competition. |
| GET |
Get match details /api/goal/v1/match/details |
Returns the general match info (competition, teams, score, venue, referee, season, round). |
| GET |
Get match events /api/goal/v1/match/details/events |
Returns the match events, key events and scorers. |
| GET |
Get match lineups /api/goal/v1/match/details/lineups |
Returns the lineups (formations, starters and bench) for both teams. |
| GET |
Get match top players and ratings /api/goal/v1/match/details/top-players-ratings |
Returns each team lineup and bench players that have a rating, sorted by rating (highest first). |
| GET |
Get match head to head /api/goal/v1/match/details/h2h |
Returns the head-to-head history between the two teams. |
| GET |
Get match stats /api/goal/v1/match/details/stats |
Returns the team match statistics. |
| GET |
Get match standings /api/goal/v1/match/details/standings |
Returns the competition standings related to the match. |
| GET |
Get match predictions /api/goal/v1/match/details/predictions |
Returns the prediction/poll data for a match. |
| Player | ||
| GET |
Get player details /api/goal/v1/player/details |
Returns the player profile (bio, position, nationality, current team and season stats). |
| GET |
Get player career /api/goal/v1/player/details/career |
Returns the player career history by team and season. |
| Team | ||
| GET |
Get team details /api/goal/v1/team/details |
Returns the team overview (team, competition, standings snapshot and recent/upcoming matches). |
| GET |
Get team matches /api/goal/v1/team/details/matches |
Returns the team matches (fixtures and results). |
| GET |
Get team squad /api/goal/v1/team/details/squad |
Returns the team squad (players grouped by position and coach). |
| GET |
Get team standings /api/goal/v1/team/details/standings |
Returns the league standings (overall, home and away) for the team competition. |
| GET |
Get team top players /api/goal/v1/team/details/top-players |
Returns the team top players by stat (goals, assists, cards, etc.). |
Goal pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3.5 / month | 90 / minute |
|
| ULTRA Recommended | $9.5 / month | 240 / minute |
|
| MEGA | $19.5 / month | 360 / minute |
|