Get comprehensive details about a specific competition or league
competitions array along with upcoming matches.
| Parameter | Type | Description |
|---|---|---|
competitions | number | Competition ID to fetch details for |
showOdds | boolean | Include betting odds (optional) |
timezoneName | string | Timezone for date/time values (auto-resolved, or specify e.g., America/New_York) |
startTime fields in game data use ISO 8601 format with a dynamic timezone offset based on the resolved or specified timezone.competitions array in the response contains competition details:
| Field | Type | Description |
|---|---|---|
id | number | Unique competition identifier |
countryId | number | ID of the country/region the competition belongs to |
sportId | number | ID of the sport (1 = Football) |
name | string | Full competition name |
nameForURL | string | URL-friendly name for SEO |
hasBrackets | boolean | Whether bracket/knockout stage data is available |
hasStandings | boolean | Whether standings/table data is available |
imageVersion | number | Version number for logo assets |
popularityRank | number | Popularity score (lower = more popular) |
country | object | Country information with id and name |
nameForURL field to construct URLs: