NCAA Football API - Transfer Portal Status
April 28th, 2025
We've added a player status (TP
) for players who have entered the transfer portal.
Click here for a list of all valid player statuses.
☑️ Sample Requests:
Player Profile - https://api.sportradar.com/ncaafb/trial/v7/en/players/{player_id}/profile.xml?api_key=[API_KEY]
🔢 Versions
🔁 Endpoints Affected
- Player Profile
⚙️ Return Sample
{
name: "Jesus Machado",
last_name: "Machado",
first_name: "Jesus",
abbr_name: "J.Machado",
weight: 220,
height: 73,
eligibility: "SR",
id: "c2684fb3-82d2-47f8-89af-99febcb01f34",
position: "LB",
birth_place: "Miami, FL, USA",
status: "TP",
}