Players
Explore how to use the players endpoint in API-Football to retrieve soccer player profiles and statistics. Learn to query by player name, team, and season to access detailed player data, handle transfers, and view squad-wide player stats.
The players endpoint returns the players with available profiles and statistics. Note that it is possible that a player has statistics for two teams in the same season in case of transfers. This endpoint uses a pagination system; we can navigate between the different pages using the page parameter.
Query parameters
The following query parameters can be used with the players ...