Actions

List and manage player actions.

The Player Action API provides endpoints for accessing detailed player action data, including metrics, in-game actions, and critical player statistics. This API offers versatile filtering options, allowing users to customise their queries to focus on specific players, games, or action types. This page aims to ease the integration of player action data into applications, enriching the understanding and analysis of player actions in events.

Endpoints

List all player actions within a specific fixture

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

Retrieves a list of player actions

Path Parameters

NameTypeDescription

fixtureId*

string

unique id of a requested fixture

Headers

NameTypeDescription

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 object

PropertyObject TypeDescription

action

The requested list of actions.

Rate limits

Rate LimitNotes

Last updated