# APIs

| API                         | URL                                                                                                                                                                         | Description |
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------: |
| Seasons API                 | `/soccer/seasons`                                                                                                                                                           |             |
| Live Fixtures (Subscribed)  | <p><code>/soccer/fixtures?live=true\&subscribed=true</code></p><p><strong>OR</strong></p><p><code>/soccer/seasons/{seasonId}/fixtures?live=true\&subscribed=true</code></p> |             |
| Fixtures (Subscribed)       | <p><code>/soccer/fixtures?subscribed=true</code></p><p><strong>OR</strong></p><p><code>/soccer/seasons/{seasonId}/fixtures?subscribed=true</code></p>                       |             |
| All Fixtures (Unsubscribed) | <p><code>/soccer/fixtures</code></p><p><strong>OR</strong> <code>/soccer/seasons/{seasonId}/fixtures</code></p>                                                             |             |
| Squads                      | `/soccer/seasons/{seasonId}/squads`                                                                                                                                         |             |
