Navigating Games
The primary means of navigating soccer games is via the top level soccerMatchesConnection field, which provides powerful search functionality using FQL:
Soccer matches implement the Node interface, so matches found via search can be looked up directly by id:
Matches returned by soccerMatchesConnection implement the SoccerMatch interface. As a best practice, we highly recommend using SoccerMatch in queries like these and avoiding referencing concrete match types such as EPLMatch.
This site is open source!
See something that could be improved? Open a pull request on GitHub.