APIs

API
URL
Description

Seasons API

/basketball/seasons

Lists the seasons between a start/end date and is useful for obtaining competition id's, season id's, stage id's

Live Fixtures (Subscribed)

/basketball/fixtures?live=true&subscribed=true

OR

/basketball/seasons/{seasonId}/fixtures?live=true&subscribed=true

Live fixtures for which a client is licensed. This allows clients to determine which fixtures are live and available.

Fixtures (Subscribed)

/basketball/fixtures?subscribed=true

OR

/basketball/seasons/{seasonId}/fixtures?subscribed=true

The fixtures for a competition for which a client is licensed.

All Fixtures (Unsubscribed)

/basketball/fixtures

OR /basketball/seasons/{seasonId}/fixtures

Lists ALL the fixtures for all competitions. This is useful to determine what IMGA covers for that sport.

Squads

/basketball/seasons/{seasonId}/squads

Lists all the players registered to a squad within a given competition.

Last updated