Competitions
Featured Competitions
Retrieve featured competitions with standings support, organized by sport type
GET
Featured Competitions
Overview
Returns a curated list of featured competitions that have standings available. This endpoint is useful for displaying prominent leagues and tournaments to users, such as top football leagues (Premier League, LaLiga, Serie A, etc.).Request
Sport type filter. Use
1 for Football.Filter type. Use
standings to get competitions with standings support.The following parameters are auto-resolved based on request context:
appTypeId- Application type identifierlangId- Language identifiertimezoneName- User’s timezone (can be overridden, e.g.,America/New_York)userCountryId- User’s country for localization
Response
Array of sport definitions included in the response.
Array of countries that have featured competitions.
Array of featured competition objects.
Example Request
Example Response
Use Cases
- Featured Leagues Display: Show top leagues with standings on the homepage
- Quick Navigation: Provide shortcuts to popular competitions
- League Selector: Build a dropdown of featured leagues for filtering
- Standings Widget: Display standings for multiple top leagues
Notes
- Competitions are returned sorted by
popularityRank(higher = more popular) - The
type=standingsfilter ensures only competitions with standings support are returned - Use the
hasStandings,hasBrackets,hasStatsfields to determine available features - Competition logos can be retrieved via the Images API using the competition
id
Authorizations
Your SportsAPI Pro API key
Response
200
Featured competitions retrieved successfully
Last modified on April 12, 2026
Featured Competitions