Release Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

Golf API - Player Gender

We've added a gender attribute to all players in the Player Profile endpoint. You will no longer need to infer gender based on associated seasons.


☑️ Sample Request:

Player Profile - https://api.sportradar.com/golf/trial/v3/en/players/{player_id}/profile.json?api_key=?api_key=[API_KEY]


🔢 Versions


🔁 Endpoints Affected

Player Profile


⚙️ Return Sample

<profile xmlns="http://feed.elasticstats.com/schema/golf/player/profile-v3.0.xsd" id="da226913-b804-48de-adbf-96e956eb75ac" first_name="Rory" last_name="McIlroy" height="70" weight="160" birthday="1989-05-04" country="NORTHERN IRELAND" residence="Hollywood,, GBR" birth_place="Hollywood,, GBR" turned_pro="2007" handedness="R" abbr_name="R.McIlroy" name="McIlroy, Rory" gender="male">
{
    "id": "da226913-b804-48de-adbf-96e956eb75ac",
    "first_name": "Rory",
    "last_name": "McIlroy",
    "height": 70,
    "weight": 160,
    "birthday": "1989-05-04",
    "country": "NORTHERN IRELAND",
    "residence": "Hollywood,, GBR",
    "birth_place": "Hollywood,, GBR",
    "turned_pro": 2007,
    "handedness": "R",
    "abbr_name": "R.McIlroy",
    "name": "McIlroy, Rory",
    "gender": "male",
}