# 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)  | <p><code>/basketball/fixtures?live=true\&subscribed=true</code></p><p><strong>OR</strong></p><p><code>/basketball/seasons/{seasonId}/fixtures?live=true\&subscribed=true</code></p> | Live fixtures for which a client is licensed. This allows clients to determine which fixtures are live and availabl&#x65;*.* |
| Fixtures (Subscribed)       | <p><code>/basketball/fixtures?subscribed=true</code></p><p><strong>OR</strong></p><p><code>/basketball/seasons/{seasonId}/fixtures?subscribed=true</code></p>                       | The fixtures for a competition for which a client is licensed.                                                               |
| All Fixtures (Unsubscribed) | <p><code>/basketball/fixtures</code></p><p><strong>OR</strong> <code>/basketball/seasons/{seasonId}/fixtures</code></p>                                                             | 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.                                                      |
