UFC Web scraper, database, and API
Scrapes UFC/MMA statistics into an MSSQL database and makes them accessible via an API, returning the data in JSON.
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
GET
/fights
Returns all fights and IDs
GET
/fights/{fightID}
Returns fight info for supplied ID(s)
Multiple IDs can be separated by commas
GET
/fightstats/{fightID}
Returns fight stats for the supplied ID