Skip to content
For LLMsView as Markdown·

Genius Sports

Official sports data platform — fixtures, results, and in-running live event feeds across football, basketball, volleyball, and more. OAuth2 + subscription key.

DetailValue
CategoryiGaming
Base URLhttps://api.geniussports.com
AuthenticationOAuth2 Client Credentials
Endpoints6
Connector keygenius-sports

Using Genius Sports in a workflow

  1. Go to Connections and click New Connection.
  2. Pick Genius Sports from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints

EndpointSummary
POST /oauth/tokenExchange client credentials for an access token
GET /fixtures/v2/sportsList sports covered by Fixtures API
GET /fixtures/v2/fixturesList fixtures (filterable by sport, competition, date range)
GET /fixtures/v2/fixtures/{fixtureId}Get a single fixture by ID
GET /fixtures/v2/resultsList finished fixtures with final scores
GET /livestats/v1/fixtures/{fixtureId}/feedReal-time in-running statistics feed

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.