Appearance
Genius Sports
Official sports data platform — fixtures, results, and in-running live event feeds across football, basketball, volleyball, and more. OAuth2 + subscription key.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://api.geniussports.com |
| Authentication | OAuth2 Client Credentials |
| Endpoints | 6 |
| Connector key | genius-sports |
Using Genius Sports in a workflow
- Go to Connections and click New Connection.
- Pick Genius Sports from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints
| Endpoint | Summary |
|---|---|
| POST /oauth/token | Exchange client credentials for an access token |
| GET /fixtures/v2/sports | List sports covered by Fixtures API |
| GET /fixtures/v2/fixtures | List fixtures (filterable by sport, competition, date range) |
| GET /fixtures/v2/fixtures/{fixtureId} | Get a single fixture by ID |
| GET /fixtures/v2/results | List finished fixtures with final scores |
| GET /livestats/v1/fixtures/{fixtureId}/feed | Real-time in-running statistics feed |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.