Reference Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Reference Docs

NCAAMB Overview

Get started with NCAAMB API v7

❗️

Alert

Please 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.

NO ID NEEDEDDATESEASON YEARGAME IDTEAM IDPLAYER IDTOURNAMENT IDGetting OrientedSTART HERE · SCHEDULES PROVIDE GAME AND TEAM IDS Seasons League Hierarchy Teams Schedule Daily ScheduleTrack Games LiveGAME IDS COME FROM THE SCHEDULE FEEDS Game Boxscore Game Summary Game Play-by-PlayTeams and PlayersIDS COME FROM TEAMS AND TEAM ROSTERSTeam Profile Player ProfileMonitor Data Changes Daily Change LogFollow the SeasonTAKE A SEASON YEAR AND TYPESOME ADD A TEAM OR DIVISION ID Standings Seasonal Statistics League LeadersRankings and PollsPOLL RANKINGS TAKE A POLL TYPE AND SEASON YEAR Rankings (Current Week) Rankings (By Week) RPI RankingsTournamentsTOURNAMENT LIST PROVIDES TOURNAMENT IDS Tournament List Tournament Schedule Tournament Summary Tournament StatisticsLive PushREALTIME ADD-ON · SUBSCRIBE, NO ID REQUIRED Push Events Push Statistics

Data Retrieval Samples

To find a team's leader in assists for a given game:

  1. Call the schedule or daily schedule and find the Game Id for the chosen game
  2. Call the Game Boxscore using the Game Id
  3. 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:

  1. Call the season or series schedule and find id for the team the player is on
  2. Call the Team Profile using the Team ID
  3. Locate the Player ID for your chosen player and call the Player Profile.
  4. 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.

NCAAMB v7 Schema