Pre-Match Events List

Returns all the detailed game data for a particular sport, including country, league information, home & away teams and team icons (if supported).

requirement

You'll need a license key to use the API.

API Endpoint

https://dataapi.oddsgigant-api.com/ApiR1/prematch

Parameters

sportID (required)

The ID of the sport. Available IDs are listed below. See sport ids for more information.

  • soccer
  • tennis
  • basketball
  • volleyball
  • handball
  • icehockey
  • tabletennis
  • formula1
  • alpineskiing
  • cycling
  • americanfootball
  • golf
  • cricket
  • boxing
  • baseball
  • rugbyleague
  • rugbyunion
  • snooker
  • darts
  • aussierules
  • motorbikes
  • badminton
  • biathlon
  • futsal
  • esports
  • horseracing
  • greyhounds
  • bowls
  • gaelicsport
  • floorball
  • beachvolley
  • waterpolo
  • squash

auth (required)

Your identification code.

returnCode

A number of your choice to synchronize this request.

Example Response

{
  "success": true,
  "error": "",
  "returnCode": 123456,
  "payload": [
    {
      "ID": 211015155809028,
      "sport": "americanfootball",
      "sportID": 11,
      "country": "World",
      "countryCC": "ww",
      "sortOrder": 1260,
      "divisionID": 99910037493,
      "division": "CFL",
      "home": "EDM Elks",
      "away": "BC Lions",
      "startDateTime": "2024-06-28T02:00:00.000Z"
    },
    {
      "ID": 211015155809100,
      "sport": "americanfootball",
      "sportID": 11,
      "country": "World",
      "countryCC": "ww",
      "sortOrder": 1260,
      "divisionID": 99910037493,
      "division": "CFL",
      "home": "MON Alouettes",
      "away": "TOR Argonauts",
      "startDateTime": "2024-06-28T23:30:00.000Z"
    },
    {
      "ID": 211015155809244,
      "sport": "americanfootball",
      "sportID": 11,
      "country": "World",
      "countryCC": "ww",
      "sortOrder": 1260,
      "divisionID": 99910037493,
      "division": "CFL",
      "home": "HAM Tiger Cats",
      "away": "OTT Redblacks",
      "startDateTime": "2024-06-30T23:00:00.000Z"
    }
  ]
}