Get started with NCAAMB API v7
AlertPlease note that the current, stable version of our NCAA Men's Basketball API is v8. We suggest integrating with this version.
API Map
To best utilize the NCAA Men's Basketball API, you will need specific parameters to create your API calls. The map below shows every feed in the API, grouped by task; the key marks the identifier each feed takes, and each entry links out to its endpoint page.
Feeds that require no ID, or only a date or season year, can be called directly. Their responses provide the game, team, player, and tournament IDs that the remaining feeds take. Tournament IDs are listed in the Tournament List feed.
Data Retrieval Samples
To find a team's leader in assists for a given game:
- Call the schedule or daily schedule and find the Game Id for the chosen game
- Call the Game Boxscore using the Game Id
- Find the Team Assists Leader statistics and locate the player full_name attribute
The name of the team's leader in assists is displayed.
To find a player's average points per game:
- Call the season or series schedule and find id for the team the player is on
- Call the Team Profile using the Team ID
- Locate the Player ID for your chosen player and call the Player Profile.
- Find the average element with the points attribute
The players's average points are displayed.
Integration Links
Postman Workspace
Our entire Media APIs are available on Postman. Click the link above to be taken directly to our NCAA Men's Basketball API collection.
Feel free to follow and/or fork any collections to receive updates.
Schema Download
Open the zip file below to access our entire NCAA Men's Basketball API XSD schema.
