Skip to main content
Version: 2.0.0

Tournaments

REQUIREMENT

You'll need a license key to use OpticOdds' API. You can get one by contacting us at www.opticodds.com.

API Endpoint

https://api-external.oddsjam.com/api/v2/tournaments

Parameters

key (required)

Your OddsJam API license key.

sport

The sport you want to receive schedule data for. We support the following:

  • football
  • basketball
  • baseball
  • mma
  • boxing
  • hockey
  • soccer
  • tennis
  • golf
  • motorsports
  • esports
  • wrestling
  • aussie-rules
  • rugby
  • lacrosse
  • cricket

league

The league you want to receive schedule data for (e.g. NBA)

season_year

Filter by the season year.

tournament_id

Filter by the tournament ID.

tournament_name

Filter by the tournament name.

Example Response

{
"data": [
{
"id": "D3C290475306",
"name": "The Sentry 2024",
"start_date": "2024-01-03T19:00:00-05:00",
"end_date": "2024-01-08T00:00:00-05:00",
"status": "completed",
"season_year": "2024",
"venue_name": "Plantation Course at Kapalua",
"venue_location": "Kapalua, Maui, Hawaii, USA",
"sport": "golf",
"league": "PGA"
},
{
"id": "AFCAF9F03173",
"name": "Sony Open in Hawaii 2024",
"start_date": "2024-01-10T19:00:00-05:00",
"end_date": "2024-01-15T00:00:00-05:00",
"status": "completed",
"season_year": "2024",
"venue_name": "Waialae Country Club",
"venue_location": "Honolulu, Hawaii, USA",
"sport": "golf",
"league": "PGA"
},
...
],
}