| GET | /api/players/:id | Player details (position, number, height, weight) |
| GET | /api/players/:id/image | Player photo URL |
| GET | /api/players/:id/statistics | Career statistics |
| GET | /api/players/:id/statistics/seasons | Seasons with stats |
| GET | /api/players/:id/statistics/match-type?type=overall | Stats by match type |
| GET | /api/players/:id/transfer-history | Trade/signing history |
| GET | /api/players/:id/characteristics | Physical attributes |
| GET | /api/players/:id/national-team-statistics | National team stats |
| GET | /api/players/:id/attribute-overviews | Attribute overview |
| GET | /api/players/:id/last-year-summary | Last season summary |
| GET | /api/players/:id/unique-tournaments | Leagues played |
| GET | /api/players/:id/events/last/:page | Recent games |
| GET | /api/players/:id/events/next/:page | Upcoming games |
| GET | /api/players/:id/media | Player media |
| GET | /api/players/:id/media/videos | Player videos |
| GET | /api/players/:id/tournament/:tid/season/:sid/statistics?type=overall | Season stats |
| GET | /api/players/:id/tournament/:tid/season/:sid/ratings?type=overall | Season ratings |
| GET | /api/players/:id/tournament/:tid/season/:sid/summary | Season summary |