Football V1
Related Entities
Retrieve related entities for a competitor, competition, or athlete including rival teams, related competitions, and popular players
GET
Related Entities
Overview
Returns entities that are related to the queried competitor, competition, or athlete. This includes rival teams, competitions the entity participates in, and popular athletes. Useful for building “Related Content” sections and discovery features.Query Parameters
Comma-separated list of competitor IDs to find related entities for.
Comma-separated list of competition IDs to find related entities for.
Comma-separated list of athlete IDs to find related entities for.
Application type identifier (resolved automatically).
Language identifier (resolved automatically).
Timezone for date/time values (auto-resolved, or specify e.g.,
America/New_York). All date/time fields use ISO 8601 format with a dynamic timezone offset.Country identifier for localization (resolved automatically).
At least one of
competitors, competitions, or athletes is required.Response Structure
Array of sport definitions relevant to the related entities.
Array of countries associated with related entities.
Array of related competitions (leagues, cups, tournaments).
Array of related competitors/teams (rivals, league opponents).
Array of related athletes (players, managers).
Example Request
Example Response
Use Cases
- Related Teams: Show rival teams and league opponents on team pages
- Competition Discovery: Display competitions a team participates in
- Player Highlights: Feature popular players from a team
- Content Recommendations: Build “You might also like” sections
- Navigation: Create related content sidebars and footers
- SEO Internal Linking: Generate contextual links between related entities
Notes
- Entities are sorted by
popularityRank(higher values = more popular) - The response includes managers in the
athletesarray (e.g., Pep Guardiola) - Related competitors typically include league rivals and recent opponents
- International competitions (e.g., Champions League) have
isInternational: truein countries
Last modified on March 15, 2026
Related Entities