Search code examples
javaapistatisticsstat

API for NCAA 2011/12 mens basketball team and player stats


I am looking for an existing API or a method to obtain NCAA Men's Basketball player and team stats. I have failed to finding anything that is easy to use or up-to-date. Any suggestions out there?


Solution

  • I was unable to find a API to provide NCAA Mens Basketball data. I have hacked together the following service that parses data from http://stats.ncaa.org/.

    Examples at: http://ncaa-data-api.appspot.com/

    The following services are available.

    1. Get all the Division 1 teams in JSON format
    2. Get all the players on team in JSON format
    3. Get statistics for a specified player in JSON format
    4. Get schedule for a team in JSON format