Soccer on the DDE

Welcome to the documentation section for IMG Arena's Soccer Data Feeds. In this section, we will cover off all our consumer facing APIs and Websockets, which allow our clients to connect to the best in class Data Feeds.

Below is a summary of our current offering. For more detail on each feed, please use the left hand navigation section for more detail. Each section will overview that API/Websocket, Endpoint URLs, Request Parameters, Response Models and sample files.

For any further issues or information please reach out to our Support team.

APIs

API
URL
Description

Seasons API

/soccer/seasons

Lists the seasons between a start/end date and is useful for obtaining competition id's, season id's, stage id's

Live Fixtures (Subscribed)

/soccer/fixtures?live=true&subscribed=true

OR

/soccer/seasons/{seasonId}/fixtures?live=true&subscribed=true

Live fixtures for which a client is licensed. This allows clients to determine which fixtures are live and available.

Fixtures (Subscribed)

/soccer/fixtures?subscribed=true

OR

/soccer/seasons/{seasonId}/fixtures?subscribed=true

The fixtures for a competition for which a client is licensed.

All Fixtures (Unsubscribed)

/soccer/fixtures

OR /soccer/seasons/{seasonId}/fixtures

Lists ALL the fixtures for all competitions. This is useful to determine what IMGA covers for that sport.

Squads

/soccer/seasons/{seasonId}/squads

Lists all the players registered to a squad within a given competition

Websockets

WS Feed
URL
Description

Live Actions

/football/fixtures/{fixture-id}/actions

Contains a live 'stream' of the team and player actions happening within the football match - this will include; goals, cards, shots and more.

Match Statistics

/football/fixtures/{fixture-id}/statistics

This will display the aggregated player and team match actions which produce statistics like goals, cards, shots, number of attacks and more.

Last updated