In-Play 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/inplay

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": 103013897356212,
      "sport": "basketball",
      "sportID": 3,
      "eSport": true,
      "country": "Ebasketball",
      "countryCC": "ESpo",
      "divisionID": 0,
      "division": " Battle - 4x5mins",
      "home": "LA Clippers (Lalkoff) Esports",
      "away": "BOS Celtics (Resarke) Esports",
      "homeIconID": 999999,
      "awayIconID": 999999,
      "startDateTime": "2024-06-27T09:50:00.000Z"
    },
    {
      "ID": 103013897585060,
      "sport": "basketball",
      "sportID": 3,
      "eSport": true,
      "country": "Ebasketball",
      "countryCC": "ESpo",
      "divisionID": 0,
      "division": " H2H GG League - 4x5mins",
      "home": "GS Warriors (TYCOON) Esports",
      "away": "DAL Mavericks (AIRFORCE) Esports",
      "homeIconID": 999999,
      "awayIconID": 999999,
      "startDateTime": "2024-06-27T09:28:00.000Z"
    }
  ]
}