Tempus Ex · AsyncAPI Specification
FusionFeed Realtime (GraphQL Subscriptions)
Version v2
Live push of sports data from FusionFeed over WebSocket. Subscriptions use the graphql-ws protocol (legacy subscriptions-transport-ws is also supported). Authentication is provided in the connection-init parameters as {"authorization": "token MY_API_KEY"} because browsers cannot set WebSocket headers.
View Spec
View on GitHub
CompanySports DataSportsVideoStreamingTelemetryGraphQLRESTMediaNFLAnalyticsAsyncAPIEventsWebSockets
Channels
graphqlSubscriptions
WebSocket channel carrying GraphQL subscription operations (graphql-ws framing). Clients subscribe to live game data such as telemetry packets, automated statistics and scoreboard updates as it is produced during a game.
Messages
GraphQLSubscribeMessage
graphql-ws subscribe
Client registers a GraphQL subscription operation.
GraphQLNextMessage
graphql-ws next
Server pushes the next subscription result.
Servers
wss
production
FusionFeed GraphQL subscriptions WebSocket endpoint.
AsyncAPI Specification
Work with this as data
Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.