Skip to main content

Overview

Fantasy leagues are the foundation for mini leagues, squads, points, and pricing. Start here and store the fantasy_league_id for subsequent requests.

Key endpoints

Typical flow

1

Create the league

Create a new fantasy league and capture the fantasy_league_id from the response.
2

Load season data

Fetch clubs, gameweeks, and fixtures to populate your client experience and to align with your season timeline.
3

Keep details current

Use the update endpoint if the league configuration changes. Re-sync any cached league data as needed.

What to set up next