# 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