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 DataSportsVideoStreamingTelemetryGraphQLRESTMediaNFLAnalyticsAsyncAPIWebhooksEvents
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.