Actions

List of team and player actions within a match, including information for scores, penalties and more.

The Actions API lets developers list and manage player actions.

It returns all match action packets in a single URL call (which are typically delivered in the 'Live Actions' websocket). Crucially these match action packets are delivered in the API call at the end of the fixture.

The data contained all team and player actions happening within a match.

Endpoints

List all player actions within a specific fixture

GET https://dde-api.data.imgarena.com/soccer/fixtures/{fixtureId}/actions

Retrieves a list of player actions

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

The requested list of actions.

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