# API Documentation Version: 2.0.7 ## Servers Goalise API Server ``` https://api.goalise.com/api/v2 ``` ## Security ### bearerAuth Use your authentication token to make requests Type: http Scheme: bearer ## Download OpenAPI description [API Documentation](https://docs.goalise.com/_bundle/ApiReference/openapi.yaml) ## Countries Countries ### Get countries - [GET /countries](https://docs.goalise.com/apireference/openapi/countries/getcountries.md): Returns a list of countries ## Leagues Leagues ### Get league - [GET /league](https://docs.goalise.com/apireference/openapi/leagues/getleague.md) ### Get leagues - [GET /leagues](https://docs.goalise.com/apireference/openapi/leagues/getleagues.md) ### Get league seasons - [GET /league-seasons](https://docs.goalise.com/apireference/openapi/leagues/getleagueseasons.md): Returns a list of seasons for a specific league based on the league ID ### Get league rounds - [GET /league-rounds](https://docs.goalise.com/apireference/openapi/leagues/getleaguerounds.md): Returns a list of rounds for a specific league and season ### Get league standings - [GET /league-standing](https://docs.goalise.com/apireference/openapi/leagues/getleaguestanding.md): Returns grouped league standings for a given league. If no season is provided, current season will be used. ## Matches Matches ### Get match - [GET /match](https://docs.goalise.com/apireference/openapi/matches/getmatchbyid.md): Returns full information for a single match by its ID. ### Get matches - [GET /matches](https://docs.goalise.com/apireference/openapi/matches/getmatches.md): Returns a paginated list of matches based on filters ### Get match events - [GET /match-events](https://docs.goalise.com/apireference/openapi/matches/getmatchevents.md): Returns a list of events (goals, cards, substitutions, etc.) for a given match. ### Get match statistics - [GET /match-statistics](https://docs.goalise.com/apireference/openapi/matches/getmatchstatistics.md): Returns match statistics (shots, possession, fouls, etc.) for a given match. ### Get match lineup - [GET /match-lineup](https://docs.goalise.com/apireference/openapi/matches/getmatchlineup.md): Returns the full lineup for both teams in a given match, including starters, substitutes, and coaches. ### Get head-to-head - [GET /head-to-head](https://docs.goalise.com/apireference/openapi/matches/getheadtoheadmatches.md): Returns a list of past matches between two teams, optionally filtered by league and season. ## Teams Teams ### Get team - [GET /team](https://docs.goalise.com/apireference/openapi/teams/getteambyid.md): Returns a single team by its ID ### Get teams by league - [GET /teams-by-league](https://docs.goalise.com/apireference/openapi/teams/getteamsbyleague.md): Returns a list of teams for the specified league ID ### Get team statistics - [GET /team-statistics](https://docs.goalise.com/apireference/openapi/teams/getteamstatistics.md): Returns detailed team statistics for the specified league and season ## Players Players ### Get player - [GET /player](https://docs.goalise.com/apireference/openapi/players/getplayer.md): Returns detailed information about a specific player ### Get team players - [GET /team-players](https://docs.goalise.com/apireference/openapi/players/getteamplayers.md): Returns a list of players associated with a specific team ### Get player teams - [GET /teams-by-player](https://docs.goalise.com/apireference/openapi/players/getteamsbyplayer.md): Returns a list of teams a player is part of ### Get player league statistics - [GET /player-statistics](https://docs.goalise.com/apireference/openapi/players/playerstatistics.md): Returns a paginated list of player statistics in a league for a given season and team ### Get player match statistics - [GET /player-match-statistics](https://docs.goalise.com/apireference/openapi/players/getplayermatchstatistics.md): Returns detailed statistics for a player in a given match ### Get top scorers - [GET /top-scorers](https://docs.goalise.com/apireference/openapi/players/gettopscorers.md): Returns a list of top scoring players for a given league and season ### Get top assists - [GET /top-assists](https://docs.goalise.com/apireference/openapi/players/gettopassists.md): Returns a list of top assisting players for a given league and season ### Get top red cards - [GET /top-red-cards](https://docs.goalise.com/apireference/openapi/players/gettopredcards.md): Returns a list of players who received the most red cards in a given league and season ### Get top yellow cards - [GET /top-yellow-cards](https://docs.goalise.com/apireference/openapi/players/gettopyellowcards.md): Returns a list of players who received the most yellow cards in a given league and season ## Transfers Transfers ### Get team transfers - [GET /team-transfers](https://docs.goalise.com/apireference/openapi/transfers/teamtransfers.md): Returns a paginated list of transfers by team ### Get player transfers - [GET /player-transfers](https://docs.goalise.com/apireference/openapi/transfers/playertransfers.md): Returns a paginated list of transfers for a player ## Venues Venues ### Get venues - [GET /venues](https://docs.goalise.com/apireference/openapi/venues/getvenues.md): Returns a paginated list of venues ## Predictions Predictions ### Get predictions - [GET /predictions](https://docs.goalise.com/apireference/openapi/predictions/getpredictions.md): Returns a predictions for a match ## News News ### Get news categories - [GET /news-categories](https://docs.goalise.com/apireference/openapi/news/getnewscategories.md) ### Get news by category - [GET /news-by-category](https://docs.goalise.com/apireference/openapi/news/getnewsbycategory.md): Returns a paginated list of news by category id ### Get news by league - [GET /news-by-league](https://docs.goalise.com/apireference/openapi/news/getnewsbyleague.md): Returns a paginated list of news by league id ### Get news by team - [GET /news-by-team](https://docs.goalise.com/apireference/openapi/news/getnewsbyteam.md): Returns a paginated list of news by team id ### Get news by date - [GET /news-by-date](https://docs.goalise.com/apireference/openapi/news/getnewsbydate.md): Returns a paginated list of news by date ### Get news html content - [GET /news-content](https://docs.goalise.com/apireference/openapi/news/getnewscontent.md): Returns news html content by id ## Odds Odds ### Get bookmakers - [GET /bookmakers](https://docs.goalise.com/apireference/openapi/odds/getbookmakers.md): Returns a list of available bookmakers ### Get bets - [GET /bets](https://docs.goalise.com/apireference/openapi/odds/getbets.md): Returns a list of available bets for matches ### Get live bets - [GET /live-bets](https://docs.goalise.com/apireference/openapi/odds/getlivebets.md): Returns a list of available live-bets for matches ### Get pre-match odds - [GET /odds](https://docs.goalise.com/apireference/openapi/odds/getmatchodds.md): Returns odds information for matches ### Get live odds - [GET /live-odds](https://docs.goalise.com/apireference/openapi/odds/getlivematchodds.md): Returns live odds information for live matches