# Endpoint overview

- [Continents](/v2/endpoint-overview/continents.md)
- [GET All Continents](/v2/endpoint-overview/continents/get-all-continents.md)
- [GET Continent by ID](/v2/endpoint-overview/continents/get-continent-by-id.md)
- [Countries](/v2/endpoint-overview/countries.md)
- [GET All Countries](/v2/endpoint-overview/countries/get-all-countries.md)
- [GET Country by ID](/v2/endpoint-overview/countries/get-country-by-id.md)
- [Leagues](/v2/endpoint-overview/leagues.md)
- [GET All Leagues](/v2/endpoint-overview/leagues/get-all-leagues.md)
- [GET League by ID](/v2/endpoint-overview/leagues/get-league-by-id.md)
- [GET Leagues by Country ID](/v2/endpoint-overview/leagues/get-leagues-by-country-id.md)
- [Search Leagues by Name](/v2/endpoint-overview/leagues/search-leagues-by-name.md)
- [Seasons](/v2/endpoint-overview/seasons.md)
- [GET All Seasons](/v2/endpoint-overview/seasons/get-all-seasons.md)
- [GET Season by ID](/v2/endpoint-overview/seasons/get-season-by-id.md)
- [Fixtures](/v2/endpoint-overview/fixtures.md)
- [GET Fixture by ID](/v2/endpoint-overview/fixtures/get-fixture-by-id.md)
- [GET Last Updated Fixtures](/v2/endpoint-overview/fixtures/get-last-updated-fixtures.md): To help you keep your data in sync we have implemented an endpoint that returns you all the games that have received updates within 2 hours ago. this will also imply games that have an updated lineup,
- [GET Fixtures by Date](/v2/endpoint-overview/fixtures/get-fixtures-by-date.md)
- [GET Fixtures by Date Range](/v2/endpoint-overview/fixtures/get-fixtures-by-date-range.md)
- [GET Fixtures by Date Range for Team](/v2/endpoint-overview/fixtures/get-fixtures-by-date-range-for-team.md)
- [GET Fixtures by Multiple ID's](/v2/endpoint-overview/fixtures/get-fixtures-by-multiple-ids.md)
- [GET Deleted Fixtures](/v2/endpoint-overview/fixtures/get-fixtures-by-multiple-ids-1.md)
- [Statistics](/v2/endpoint-overview/statistics.md)
- [Livescores](/v2/endpoint-overview/livescores.md)
- [GET All Livescores](/v2/endpoint-overview/livescores/get-all-livescores.md)
- [GET All In play Livescores](/v2/endpoint-overview/livescores/get-all-in-play-livescores.md)
- [News API](/v2/endpoint-overview/news-api.md)
- [GET All News](/v2/endpoint-overview/news-api/get-all-news.md)
- [GET News For Upcoming Fixtures](/v2/endpoint-overview/news-api/get-news-for-upcoming-fixtures.md)
- [GET News by Season ID](/v2/endpoint-overview/news-api/get-news-by-season-id.md)
- [Commentaries](/v2/endpoint-overview/commentaries.md)
- [Commentaries by Fixture ID](/v2/endpoint-overview/commentaries/commentaries-by-fixture-id.md)
- [Video Highlights](/v2/endpoint-overview/video-highlights.md)
- [Get Video Highlights by Fixture ID](/v2/endpoint-overview/video-highlights/get-video-highlights-by-fixture-id.md)
- [Head 2 Head](/v2/endpoint-overview/head2head.md)
- [GET Head 2 Head by Team IDs](/v2/endpoint-overview/head2head/get-head2head-by-fixture-id.md)
- [Standings](/v2/endpoint-overview/standings.md)
- [GET Standings by Season ID](/v2/endpoint-overview/standings/get-standings-by-season-id.md)
- [GET LIVE Standings](/v2/endpoint-overview/standings/get-live-standings.md): Live Standings represent the rankings of Teams in the different Leagues they participate in real-time. So if a Game is currently being played, the Live Standing returns the correct Live Standing based
- [GET Standings by Season ID and Round ID](/v2/endpoint-overview/standings/get-standings-by-season-id-and-round-id.md): With this endpoint you are able to retreive the standings for a given round. It will calculate the games played up untill the given round id and provide a standings result for it.
- [GET Standings by Season and Date(time)](/v2/endpoint-overview/standings/get-standings-by-season-and-date-time.md): With this endpoint you are able to retrieve the standings at a given date(time). It will calculate the games played up untill the given date/time and provides a standings result for it.
- [GET Standings Corrections by Season ID](/v2/endpoint-overview/standings/get-standings-corrections-by-season-id.md): In case a team got points corrections they can be found here. It will return an array of correction objects per stage. In some occasions a stage proceeds with standings from an earlier stage.
- [Teams](/v2/endpoint-overview/teams.md)
- [GET Team by ID](/v2/endpoint-overview/teams/get-team-by-id.md)
- [GET Teams by Country ID](/v2/endpoint-overview/teams/get-teams-by-country-id.md)
- [GET Teams by Season ID](/v2/endpoint-overview/teams/get-teams-by-season-id.md)
- [Search Team by Name](/v2/endpoint-overview/teams/search-team-by-name.md): This endpoint returns an array of Teams that meet your search criteria. Note that it will not return Teams that have never played any games that are not covered by your subscription plan.
- [GET Current Leagues by Team ID](/v2/endpoint-overview/teams/get-current-leagues-by-team-id.md)
- [Get All Leagues by Team ID](/v2/endpoint-overview/teams/get-all-leagues-by-team-id.md): Returns all the leagues/seasons a team ever participated in. This only relates to data that is covered by our API.
- [Players](/v2/endpoint-overview/players.md)
- [GET Player by ID](/v2/endpoint-overview/players/get-player-by-id.md)
- [GET Players by Country ID](/v2/endpoint-overview/players/get-players-by-country-id.md)
- [Search Player by Name](/v2/endpoint-overview/players/search-player-by-name.md)
- [Topscorers](/v2/endpoint-overview/topscorers.md)
- [GET Topscorers by Season ID](/v2/endpoint-overview/topscorers/get-topscorers-by-season-id.md)
- [GET Topscorers Aggregated by Season ID](/v2/endpoint-overview/topscorers/get-topscorers-aggregated-by-season-id.md): This Topscorers endpoint returns the Aggregated Topscorers by Season. This means that all stages are summed, also preliminary stages.
- [Rivals](/v2/endpoint-overview/rivals.md)
- [GET Rivals by Team ID](/v2/endpoint-overview/rivals/get-rivals-by-team-id.md)
- [Venues](/v2/endpoint-overview/venues.md)
- [GET Venue by ID](/v2/endpoint-overview/venues/get-venue-by-id.md)
- [GET Venues by Season ID](/v2/endpoint-overview/venues/get-venues-by-season-id.md)
- [Rounds](/v2/endpoint-overview/rounds.md)
- [GET Rounds by Season ID](/v2/endpoint-overview/rounds/get-rounds-by-season-id.md)
- [GET Round by ID](/v2/endpoint-overview/rounds/get-round-by-id.md)
- [Odds](/v2/endpoint-overview/odds.md)
- [GET Odds by Fixture ID and Bookmaker ID](/v2/endpoint-overview/odds/get-odds-by-fixture-id-and-bookmaker-id.md)
- [GET Odds by Fixture ID and Market ID](/v2/endpoint-overview/odds/get-odds-by-fixture-id-and-market-id.md)
- [GET Odds by Fixture ID](/v2/endpoint-overview/odds/get-odds-by-fixture-id.md)
- [GET Inplay Odds by Fixture ID](/v2/endpoint-overview/odds/get-inplay-odds-by-fixture-id.md)
- [Coaches](/v2/endpoint-overview/coaches.md)
- [GET Coach by ID](/v2/endpoint-overview/coaches/get-coach-by-id.md)
- [Stages](/v2/endpoint-overview/stages.md)
- [GET Stage by ID](/v2/endpoint-overview/stages/get-stage-by-id.md)
- [GET Stages by Season ID](/v2/endpoint-overview/stages/get-stages-by-season-id.md)
- [Bookmakers](/v2/endpoint-overview/bookmakers.md)
- [GET All Bookmakers by Fixture ID](/v2/endpoint-overview/bookmakers/get-all-bookmakers-by-fixture-id.md)
- [GET All Bookmakers](/v2/endpoint-overview/bookmakers/get-all-bookmakers.md)
- [GET Bookmaker by ID](/v2/endpoint-overview/bookmakers/get-bookmaker-by-id.md)
- [Markets](/v2/endpoint-overview/markets.md)
- [GET All Fixtures by Market ID](/v2/endpoint-overview/markets/get-all-fixtures-by-market-id.md)
- [GET All Markets](/v2/endpoint-overview/markets/get-all-markets-1.md)
- [GET Market by ID](/v2/endpoint-overview/markets/get-market-by-id.md)
- [Team Squads](/v2/endpoint-overview/team-squads.md)
- [GET Team Squad by Team and Season ID](/v2/endpoint-overview/team-squads/get-team-squad-by-team-and-season-id.md)
- [TV Stations](/v2/endpoint-overview/tv-stations.md)
- [GET TV Station by Fixture ID](/v2/endpoint-overview/tv-stations/get-tv-station-by-fixture-id.md)
- [Prediction API](/v2/endpoint-overview/prediction-api.md)
- [GET Leagues and Performances](/v2/endpoint-overview/prediction-api/get-leagues-and-performances.md)
- [GET Probabilities](/v2/endpoint-overview/prediction-api/get-probabilities.md)
- [GET Probabilities by Fixture ID](/v2/endpoint-overview/prediction-api/get-probabilities-by-fixture-id.md)
- [GET Value Bets](/v2/endpoint-overview/prediction-api/get-value-bets.md)
- [GET Value Bet by Fixture ID](/v2/endpoint-overview/prediction-api/get-value-bet-by-fixture-id.md)
