GraphQL
For most use-cases, we recommend accessing FusionFeed through its GraphQL API. GraphQL makes it possible to efficiently access all the data you need while minimizing round trips to FusionFeed.
For example, to fetch the 2022 regular season games for the Pac-12 and the abbreviations for their teams, you can use the following query:
While GraphQL is generally recommended, for those that prefer it, a REST API is also available. Both REST and GraphQL APIs have all of the same data and can be used interchangeably.
Next Steps
This site is open source!
See something that could be improved? Open a pull request on GitHub.
Contribute to This Page