March Madness
These calls are set up to pull matchup data including differences between the two teams in the matchup with each stat being the result of teamA stat - teamB stat and a 1 indicating teamA won and a 0 indicating teamB won. There is additionally general team stats which allows you to pull the data from all teams in the tournament through a given time period. Finally, there is unlabeled data from…
March Madness endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Unlabeled Matchup Data 2025 /matchups/2025 |
This can be used to compare any two teams statistically in the 2025 march madness tournament given their names. Helpful if you want to train a model using matchups data then use… |
| GET |
Matchups Given Start and End Year /matchups/ |
This can pull all the matchups between a start year and end year. The only years where matchups can be pulled is 1991-2024. |
| GET |
Stats Given Start and End Year /stats/ |
Pull the stats from any years between 1991 and 2025. |
| GET |
Matchups Given Year /matchups/year/{year} |
This can be used to pull all the march madness games that have happened since 1991. |
| GET |
Stats Given Year /stats/year/{year} |
Find the stats of all the teams in any tournament from 1991-2025 |
| GET |
Round of 32 /matchups/2025/round32 |
This endpoint allows you to see a comparison of the teams that are playing in the round of 32 in 2025. |
| GET |
Round of 64 /matchups/2025/round64 |
This endpoint allows you to see a summary of the sum of some statistics from 3/20 and 3/21 round of 64 matchups along with a stats comparison between the teams that played. |
March Madness pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $20 / month | — |
|
| MEGA | $50 / month | — |
|