--- title: 'The Odds API' description: 'Aggregated betting odds from multiple bookmakers across global sports markets.' --- # The Odds API Aggregated betting odds from multiple bookmakers across global sports markets. | Detail | Value | |---|---| | Category | iGaming | | Base URL | `https://api.the-odds-api.com` | | Authentication | API Key (Query) | | Endpoints | 8 | | Connector key | `the-odds-api` | ## Using The Odds API in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **The Odds API** 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 | |---|---| | [GET /v4/sports/](./get_v4_sports_odds_listsports) | List in-season sports | | [GET /v4/sports/{sport}/odds/](./get_v4_sports_sport_odds_odds_getodds) | Odds for a sport | | [GET /v4/sports/{sport}/scores/](./get_v4_sports_sport_scores_odds_getscores) | Live/recent scores | | [GET /v4/sports/{sport}/events](./get_v4_sports_sport_events_odds_listevents) | List events | | [GET /v4/sports/{sport}/events/{eventId}/odds](./get_v4_sports_sport_events_eventid_odds_odds_geteventodds) | Event odds | | [GET /v4/sports/{sport}/participants](./get_v4_sports_sport_participants_odds_listparticipants) | Teams/players | | [GET /v4/historical/sports/{sport}/odds/](./get_v4_historical_sports_sport_odds_odds_gethistoricalodds) | Historical odds | | [GET /v4/historical/sports/{sport}/events](./get_v4_historical_sports_sport_events_odds_gethistoricalevents) | Historical events | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.