--- title: 'Genius Sports' description: 'Official sports data platform — fixtures, results, and in-running live event feeds across football, basketball, volleyball, and more. OAuth2 + subscription key.' --- # 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 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 | Endpoint | Summary | |---|---| | [POST /oauth/token](./post_oauth_token_auth_getaccesstoken) | Exchange client credentials for an access token | | [GET /fixtures/v2/sports](./get_fixtures_v2_sports_fixtures_listsports) | List sports covered by Fixtures API | | [GET /fixtures/v2/fixtures](./get_fixtures_v2_fixtures_fixtures_listfixtures) | List fixtures (filterable by sport, competition, date range) | | [GET /fixtures/v2/fixtures/{fixtureId}](./get_fixtures_v2_fixtures_fixtureid_fixtures_getfixture) | Get a single fixture by ID | | [GET /fixtures/v2/results](./get_fixtures_v2_results_fixtures_listresults) | List finished fixtures with final scores | | [GET /livestats/v1/fixtures/{fixtureId}/feed](./get_livestats_v1_fixtures_fixtureid_feed_livestats_getfixturefeed) | Real-time in-running statistics feed | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.