Get top teams/clubs sorted by popularity
| Parameter | Type | Description |
|---|---|---|
limit | number | Number of top competitors to return (e.g., 10, 20, 50) |
sports | number | Filter by sport ID (e.g., 1 for Football) |
withSeasons | boolean | Include season information for each competitor |
isDashboard | boolean | Optimize response for dashboard display |
appTypeId | number | Client application type identifier (auto-resolved) |
langId | number | Language identifier (auto-resolved) |
timezoneName | string | Timezone for date/time values (auto-resolved, or specify e.g., America/New_York) |
userCountryId | number | User’s country for localization (auto-resolved) |
timezoneName with a specific timezone (e.g., America/New_York). All date/time fields use ISO 8601 format with a dynamic timezone offset.| Field | Type | Description |
|---|---|---|
lastUpdateId | number | Internal versioning ID for incremental updates |
requestedUpdateId | number | The update ID requested (-1 means latest) |
ttl | number | Cache time-to-live in seconds (typically 300) |
sports | array | List of sports referenced by competitors |
countries | array | List of countries referenced by competitors |
competitors | array | List of top competitors sorted by popularity |
| Field | Type | Description |
|---|---|---|
id | number | Unique competitor identifier |
countryId | number | ID of the country the competitor belongs to |
sportId | number | ID of the sport (1 = Football) |
name | string | Full competitor name |
shortName | string | Abbreviated display name (e.g., “Barcelona”, “Man Utd”) |
longName | string | Extended official name |
symbolicName | string | 3-letter code (e.g., “BAR”, “RMA”, “MUN”) |
nameForURL | string | URL-friendly competitor name |
type | number | Competitor type (1 = club, 2 = national team) |
popularityRank | number | Popularity score (higher = more popular) |
imageVersion | number | Version number for competitor logo assets |
color | string | Primary brand color in hex format |
awayColor | string | Away kit/secondary color in hex format |
mainCompetitionId | number | Primary competition ID (e.g., domestic league) |
hasSquad | boolean | Whether squad/roster data is available |
hasTransfers | boolean | Whether transfer data is available |
competitorNum | number | Internal competitor number |
hideOnSearch | boolean | Whether hidden from search results |
hideOnCatalog | boolean | Whether hidden from main catalog |
| Field | Type | Description |
|---|---|---|
id | number | Unique country identifier |
name | string | Country display name |
nameForURL | string | URL-friendly country name |
sportTypes | array | Array of sport IDs available in this country |
imageVersion | number | Version number for country flag assets |
isInternational | boolean | Whether this is an international/continental region |
| Type | Description |
|---|---|
| 1 | Club/Team (e.g., FC Barcelona, Manchester United) |
| 2 | National Team (e.g., Spain, England) |
| Club | Country | ID | Competition |
|---|---|---|---|
| FC Barcelona | Spain | 132 | LaLiga |
| Real Madrid | Spain | 131 | LaLiga |
| Manchester United | England | 105 | Premier League |
| Chelsea | England | 106 | Premier League |
| Manchester City | England | 110 | Premier League |
| Liverpool | England | 108 | Premier League |
| Arsenal | England | 104 | Premier League |
| Bayern Munich | Germany | 331 | Bundesliga |
| Juventus | Italy | 226 | Serie A |
| PSG | France | 480 | Ligue 1 |
Your SportsAPI Pro API key
Top teams retrieved successfully