Overview
The PlayerInfo endpoint returns complete player profile information. The response includes:- Player names in multiple languages
- Date of birth
- Nationality
- Preferred foot
- Primary and secondary playing positions
- Retirement status
- Last update timestamp
- List of matches the player participated in
- Player profile pages
- Scouting platforms
- Football analytics systems
- Media and broadcast data feeds
Parameters
Module API fixed and cannot be changed. Always use
api.Endpoint name. Use
PlayerInfo.API version. Use
V2.Output format (
json or xml).Language used for returned textual values (
en or ar).Unique identifier of the player.
API authentication key.
Example Request
Player Name Structure
The API returns the player’s name in multiple formats.| Field | Description |
|---|---|
| short | Common short name |
| full | Full official name |
| initials | Player initials |
Example
Player Positions
The objPosition object describes the player’s playing roles.| Field | Description |
|---|---|
| primary | Primary playing position |
| secondary | Secondary playing position |
Player Matches
The arrMatches array contains matches associated with the player.| Field | Description |
|---|---|
| intID | Match ID |
| strName | Match name including teams and score |
Notes
- Names are returned in both English and Arabic when available.
- The player position includes primary and secondary roles.
- The arrMatches array lists recent matches associated with the player.
- The dtLastUpdated field indicates the last time the player data was updated in the system.