NBA API - Player Salary Info
August 27th, 2025
We've added player salary information into our NBA Player Profile and Team Profile endpoints. This value (player.salary
) represents the player's current base annual salary.
☑️ Sample Requests:
Player Profile - https://api.sportradar.com/nba/trial/v8/en/players/ab532a66-9314-4d57-ade7-bb54a70c65ad/profile.json
🔢 Versions
🔁 Endpoints Affected
- Player Profile, Team Profile
⚙️ Return Sample
<players>
<player id="24a0f5aa-209a-4d54-91db-bddecc37f87e" status="ACT" full_name="Joan Beringer" first_name="Joan" last_name="Beringer" abbr_name="J.Beringer" height="83" weight="240" position="C" primary_position="C" jersey_number="19" experience="0" birth_place="Selestat,, FRA" birthdate="2006-11-11" updated="2025-08-22T23:01:12Z" sr_id="sr:player:2864669" salary="5082911" reference="1642866">
<draft team_id="583eca2f-fb46-11e1-82cb-f4ce4684ea4c" year="2025" round="1" pick="17"/>
<references>
<reference source_id="1642866" scope="NBA" id_type="external"/>
<reference source_id="8d718f98-b8d7-4aa8-9069-3764baac4b09" scope="basketball" id_type="sport_profile"/>
</references>
</player>
<player id="24c85a15-686e-4161-934b-40948188fa36" status="ACT" full_name="Julius Randle" first_name="Julius" last_name="Randle" abbr_name="J.Randle" height="81" weight="250" position="F-C" primary_position="PF" jersey_number="30" experience="11" college="Kentucky" high_school="Prestonwood Christian (TX)" birth_place="Dallas, TX, USA" birthdate="1994-11-29" updated="2025-07-16T22:54:20Z" sr_id="sr:player:608108" rookie_year="2014" salary="33333333" reference="203944">
<draft team_id="583ecae2-fb46-11e1-82cb-f4ce4684ea4c" year="2014" round="1" pick="7"/>
<references>
<reference source_id="203944" scope="NBA" id_type="external"/>
<reference source_id="76d6a19e-f0ed-4d4f-bddc-3341a1576484" scope="NCAAM" id_type="league_profile"/>
<reference source_id="8e011a55-192c-4e6e-9ff1-13b98958424a" scope="basketball" id_type="sport_profile"/>
</references>
</player>
{
"id": "ab532a66-9314-4d57-ade7-bb54a70c65ad",
"status": "ACT",
"full_name": "Karl-Anthony Towns",
"first_name": "Karl-Anthony",
"last_name": "Towns",
"abbr_name": "K.Towns",
"height": 84,
"weight": 248,
"position": "C-F",
"primary_position": "C",
"jersey_number": "32",
"experience": "10",
"college": "Kentucky",
"high_school": "St. Joseph (NJ)",
"birth_place": "Edison, NJ, USA",
"birthdate": "1995-11-15",
"updated": "2025-07-16T19:57:53Z",
"sr_id": "sr:player:852120",
"rookie_year": 2015,
"salary": 55110496,
"reference": "1626157",
"league": {
"id": "4353138d-4c22-4396-95d8-5f587d2df25c",
"name": "NBA",
"alias": "NBA"
},