For the complete documentation index, see llms.txt. This page is also available as Markdown.

Players

Overview

Use this endpoint to retrieve the list of players.

This endpoint returns single competitors only.

It does not return teams or doubles pairings.

Each player includes an SR competitor ID in the format sr:competitor:{id}.

Request

URL

GET https://{domain}/golf/rest/v1/players

Example request

List players
GET /golf/rest/v1/players HTTP/1.1
Host: {domain}
Authorization: Bearer <JWT_TOKEN>

Use this endpoint for player reference data. Use Entrylist when you need tournament-specific player assignments.

Response example

Response fields

field
type
description
required
required in PGA
old IMGA API equivalent

players

Array

Array of players

yes

array of players was a root element of the response

players[].player_id

Integer

Numeric ID of the player

yes

playerId

players[].sr_player_id

String

SR ID of the player

yes

-

players[].country

String

3-character FIFA country code

yes

country

players[].display_name

String

Full player name used for display

yes

displayName

players[].first_name

String

First name of the player

yes

firstName

players[].last_name

String

Last name of the player

yes

lastName

players[].is_amateur

Boolean

Indicates whether the player is amateur

yes

isAmateur

players[].player_pga_tour_id

String

PGA Tour player identifier

no

yes

playerPGATourId

players[].gender

String

Gender of the player

yes

gender

players[].birthdate

Date

Player birth date

yes

dateOfBirth

Last updated

Was this helpful?