Skip to content

Uncovering the ESPN Fantasy Football API

Because I love fantasy football, databases, and analytics, I've decided to do a deep dive through the ESPN Fantasy Football API this week to document how to get this data and demonstrate how to use Jackson and create SpringBoot apps and MySql databases in the process! Badass right!

Even though I've already made a ton of progress on the Java side with modeling the json data from the responses, I wanted to take some time today to actually on the documentation of the API views. Check out how to get the api request and an in depth analysis of the response data.

Comments