UFCData
UFC Web scraper, database, and API
Scrapes statistics from http://ufcstats.com into an MSSQL database
# About As most mainstream sports are fully embracing analytics, UFC seems to lag behind. One reason for this could be the lack of public tools that allow you to easily pull data. The UFC API provides a clean UFC dataset in a friendly JSON format.
API Methods
Fight Cards
GET
/fightcards
Returns all fight cards and IDs
/fightcards/{fightCardID}
Returns fight card(s) for supplied ID(s)
Multiple IDs can be separated by commas
/fightcards/fights/{fightCardID}
Returns fights for card for supplied ID
Fight
GET
/fights
Returns all fights and IDs
GET
/fights/{fightID}
Returns fight info for supplied ID(s)
Multiple IDs can be separated by commas
FightStats
GET
/fightstats/{fightID}
Returns fight stats for the supplied ID
Log in or sign up for Devpost to join the conversation.