Fast Access

Terse, essential information about the state of running events (playtime, score, red cards etc.)

Does not return league and team information or odds and details.

requirement

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

API Endpoint

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

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": 101013580483414,
      "sport": "soccer",
      "sportID": 1,
      "gameStage": "1H",
      "showOdds": true,
      "topEventID": null,
      "redCards": [
        0,
        0
      ],
      "score": [
        0,
        0
      ],
      "scoreInfo": [],
      "playtime": "2024-06-27T09:53:17.000Z",
      "playtimeSeconds": 130,
      "update": "2024-06-27T09:55:26.000Z"
    },
    {
      "ID": 101013580483442,
      "sport": "soccer",
      "sportID": 1,
      "gameStage": "1H",
      "showOdds": true,
      "topEventID": null,
      "redCards": [
        0,
        0
      ],
      "score": [
        1,
        0
      ],
      "scoreInfo": [],
      "playtime": "2024-06-27T09:30:25.000Z",
      "playtimeSeconds": 1502,
      "update": "2024-06-27T09:55:26.000Z"
    },
    {
      "ID": 101013580483470,
      "sport": "soccer",
      "sportID": 1,
      "gameStage": "1H",
      "showOdds": "1",
      "topEventID": null,
      "redCards": [
        0,
        0
      ],
      "score": [
        0,
        0
      ],
      "scoreInfo": [],
      "playtime": "2024-06-27T09:32:01.000Z",
      "playtimeSeconds": 1406,
      "update": "2024-06-27T09:55:26.000Z"
    },
    {
      "ID": 101013580720672,
      "sport": "soccer",
      "sportID": 1,
      "gameStage": "1H",
      "showOdds": "1",
      "topEventID": null,
      "redCards": [
        0,
        0
      ],
      "score": [
        0,
        0
      ],
      "scoreInfo": [],
      "playtime": "2024-06-27T09:30:40.000Z",
      "playtimeSeconds": 1487,
      "update": "2024-06-27T09:55:26.000Z"
    },
    {
      "ID": 101013580720798,
      "sport": "soccer",
      "sportID": 1,
      "gameStage": "1H",
      "showOdds": "1",
      "topEventID": null,
      "redCards": [
        0,
        0
      ],
      "score": [
        0,
        0
      ],
      "scoreInfo": [],
      "playtime": "2024-06-27T09:29:59.000Z",
      "playtimeSeconds": 1528,
      "update": "2024-06-27T09:55:26.000Z"
    }
  ]
}