OpenAPI 3.0.3
API coverage
Application usage map for all 39 endpoints
39catalogued endpoints
4realtime operations
1maintenance operations
This page shows integration coverage, not live provider health. Empty or unavailable upstream data is reported in the related demo screen.
| # | Operation | BFF | Role | Cache | Consumer |
|---|---|---|---|---|---|
| 1 | get_search | /search | ui | noStore | catalog.search |
| 2 | get_areas | /areas | ui | catalogLong | catalog.getAreas |
| 3 | get_competitions | /competitions | ui | catalogMedium | catalog.getCompetitions |
| 4 | get_seasons | /seasons | ui | catalogMedium | catalog.getSeasons |
| 5 | get_rounds | /rounds | ui | seasonData | catalog.getRounds |
| 6 | get_groups | /groups | ui | seasonData | catalog.getGroups |
| 7 | get_season_coverage | /season-coverage | ui | catalogMedium | catalog.getSeasonCoverage |
| 8 | get_teams | /teams | ui | catalogMedium | teams.getTeams |
| 9 | get_squads | /squads | ui | seasonData | teams.getSquads |
| 10 | get_squads_changes | /squads/changes | realtime | liveDelta | teams.getSquadChanges |
| 11 | get_venues | /venues | ui | catalogLong | venues.getVenues |
| 12 | get_referees | /referees | ui | catalogMedium | people.getReferees |
| 13 | get_matches | /matches | ui | schedule | matches.getMatches |
| 14 | get_matches_live | /matches/live | realtime | liveSnapshot | matches.getLiveSnapshot |
| 15 | get_matches_live_updates | /matches/live-updates | catalog | liveDelta | matches.getLiveUpdates |
| 16 | get_match_statistics | /matches/statistics | ui | matchDetail | matches.getStatistics |
| 17 | get_match_formations | /matches/formations | ui | matchDetail | matches.getFormations |
| 18 | get_match_commentary | /matches/commentary | ui | matchDetail | matches.getCommentary |
| 19 | get_match_extra | /matches/extra | ui | matchDetail | matches.getExtra |
| 20 | get_match_editorials | /matches/editorials | ui | analytics | matches.getEditorials |
| 21 | get_tables | /tables | ui | standings | standings.getTable |
| 22 | get_tables_live | /tables/live | realtime | liveSnapshot | standings.getLiveTable |
| 23 | get_tables_cumulative | /tables/cumulative | ui | standings | standings.getCumulativeTable |
| 24 | get_head2head | /head-to-head | ui | analytics | analytics.getHeadToHead |
| 25 | get_predictions | /predictions | ui | analytics | analytics.getPrediction |
| 26 | get_transfers | /transfers | ui | pagedData | people.getTransfers |
| 27 | get_players_abroad | /players-abroad | ui | seasonData | people.getPlayersAbroad |
| 28 | get_career | /career | ui | analytics | people.getCareer |
| 29 | get_player_statistics | /player-statistics | ui | analytics | analytics.getPlayerStatistics |
| 30 | get_team_statistics | /team-statistics | ui | analytics | analytics.getTeamStatistics |
| 31 | get_injuries | /injuries | ui | seasonData | people.getInjuries |
| 32 | get_suspensions | /suspensions | ui | seasonData | people.getSuspensions |
| 33 | get_trophies | /trophies | ui | catalogLong | people.getTrophies |
| 34 | get_rankings | /rankings | ui | catalogLong | analytics.getRankings |
| 35 | get_deleted | /deleted | maintenance | noStore | sync.getDeletedRecords |
| 36 | get_betting_statistics | /betting-statistics | ui | analytics | analytics.getBettingStatistics |
| 37 | get_runningball_matches | /matches/running | catalog | liveSnapshot | matches.getRunningMatches |
| 38 | get_hashtags | /hashtags | ui | catalogMedium | social.getHashtags |
| 39 | get_ws_token | /realtime/session | realtime | noStore | realtime.createSession |