Statistics (coming soon)

List of aggregated stats for a player and the team which help a user create a scorecard

The Stats API lets developers list and manage aggregated match statistics packet in a single URL call (which are typically delivered in the live match statistics websocket). These stats are delivered in the API call at the end of the fixture.

The data contained will include all team and player aggregated stats happening within a match as well as aggregated statistics of sport actions. For a list of these actions, please see the relevant action type sections within each sport.

Endpoints

Aggregated fixture statistics

GET https://dde-api.data.imgarena.com/cricket/fixtures/{fixtureId}/statistics

Retrieves a list of statistical data for a specific fixture

Path Parameters

Name
Type
Description

fixtureId*

string

unique id of a requested fixture

Headers

Name
Type
Description

Accept*

string

application/vnd.imggaming.dde.api+json;version=1

Authorization*

string

Bearer ACCESS_TOKEN

Content-Type*

string

application/json

{
    Request is missing required HTTP header 'Accept'
}

Response Fields

seqNum integer

Sequence number

traceId uuid

Tracing Id for logs

version integer

API version

finished boolean

Indicates whether a match has finished Example: true or false

fixtureId uuid

Unique id of a fixture

timestamp timestamp

Unique timestamp at a time the stats were created

teamActionAggregates teamActionAggregates []

Aggregated actions statistics

advancedSportStatistics advancedSportStatistics []

Aggregated sports statistics

Polling frequency

We recommend the following frequency for your REST requests to ensure that you have the most up-to-date information at all times - once post match.

Last updated