Games
REQUIREMENT
You'll need a license key to use OddsJam's API. You can get one by emailing us at [email protected].
#
API Endpoint#
ParametersNOTE
You can pass in multiple of the same parameters in each GET
request. The returned games array is sorted by games with a start date nearest to furthest.
key
(required)#
Your OddsJam API license key.
page
#
The page of the response you want. Note: the page index starts at 1, and each response returns up to 500 games.
sport
#
The sport you want to receive games for. We support the following:
football
basketball
baseball
mma
boxing
hockey
soccer
tennis
golf
motorsports
esports
league
#
The league you want to receive games for (e.g. NCAA
)
isLive
#
Flag to filter for odds for live games (supports values true
, yes
, t
, 1
)
startDateBefore
#
Specify this value if you want to receive all games before a specific date. Please pass in an ISO 8601 date for the best results.
startDateAfter
#
Specify this value if you want to receive all games after a specific date. Please pass in an ISO 8601 date for the best results.