Match Results

Returns the game scores and other information for running or finished events.

requirement

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

API Endpoint

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

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

eventID (required)

The event's ID that you obtain from the pre-match or in-play events list endpoint.

tip

You can request up to 10 event IDs at a time by separating them with commas.

eventID=100002,100003,100004...

auth (required)

Your identification code.

returnCode

A number of your choice to synchronize this request.

Example Response

{
  "success": true,
  "error": "",
  "returnCode": 125690,
  "payload": [
    {
      "ID": 101013577969378,
      "sport": "soccer",
      "sportID": 1,
      "country": "Australia",
      "divisionID": 650,
      "division": "New South Wales Premier League",
      "home": "Sydney FC NPL",
      "away": "Marconi Stallions",
      "startDateTime": "2024-06-28T09:30:00.000Z",
      "gameState": "inprogress",
      "score": [],
      "scoreInfo": [],
      "halftime_1": 0,
      "halftime_2": 3,
      "ord_1": -1,
      "ord_2": -1,
      "redCard_ord_1": 0,
      "redCard_ord_2": 0,
      "yellowCard_ord_1": 1,
      "yellowCard_ord_2": 4,
      "corners_ht_1": 1,
      "corners_ht_2": 3,
      "corners_ord_1": 5,
      "corners_ord_2": 6,
      "corner_runningscore_1": 5,
      "corner_runningscore_2": 6,
      "goalval": "7_1h_1_x_2_x#38_1h_2_x_2_x#45+3_1h_3_x_2_x#72_2h_4_x_2_x",
      "cornerval": "8_1h_1_x_2#33_1h_2_x_1#34_1h_3_x_2#45+3_1h_4_x_2#54_2h_5_x_2#70_2h_6_x_2#81_2h_7_x_1#82_2h_8_x_1#85_2h_9_x_1#85_2h_10_x_1#88_2h_11_x_2",
      "final_1": -1,
      "final_2": -1,
      "EoF": true
    },
    {
      "ID": 101013577972430,
      "sport": "soccer",
      "sportID": 1,
      "country": "Australia",
      "divisionID": 842,
      "division": "SA Premier League Women",
      "home": "Adelaide University Women",
      "away": "Sturt Lions Women",
      "startDateTime": "2024-06-28T08:45:00.000Z",
      "gameState": "finished",
      "score": [
        1,
        1
      ],
      "scoreInfo": [
        0,
        1
      ],
      "halftime_1": 0,
      "halftime_2": 1,
      "ord_1": 1,
      "ord_2": 1,
      "redCard_ord_1": 0,
      "redCard_ord_2": 0,
      "yellowCard_ord_1": 1,
      "yellowCard_ord_2": 1,
      "corners_ht_1": 0,
      "corners_ht_2": 3,
      "corners_ord_1": 2,
      "corners_ord_2": 6,
      "corner_runningscore_1": 2,
      "corner_runningscore_2": 6,
      "goalval": "25_1h_1_x_2_x#84_2h_2_x_1_x",
      "cornerval": "1_1h_1_x_2#7_1h_2_x_2#22_1h_3_x_2#47_2h_4_x_2#61_2h_5_x_2#79_2h_6_x_1#88_2h_7_x_1#90+5_2h_8_x_2",
      "final_1": 1,
      "final_2": 1,
      "EoF": true
    }
  ]
}