Golf Multiplexer Websocket
We've created an endpoint to retrieve active websockets for all golf events in play. wss://dde-streams.data.imgarena.com/multiplexer/?sport=golf
endpoint returns new packets at the point of connecting for any "live" golf event. Once connected each packet is returned based on the "timestamp" of the packet.
Golf Multiplexer Endpoint - wss://dde-streams.data.imgarena.com/multiplexer/?sport=golf
Note that if you require a backfill of events, please connect to: wss://dde-streams.data.imgarena.com/multiplexer/?catchup=true
sport
string
Default value - "Golf"
eventId
string
eventId format depends on feedType, for example We return - "eventID" as "tournamentID" for the following feedTypes: -approach -shortgame -driving -putting -scoring -holestats
-leaderboard
-matchplayleaderboard
-teamsstats
We return - "eventID" as "tournamentID - teamNo" for the following feedTypes: -holebyhole
-playerstats
We return - "eventID" as "tournamentID - MatchNo" for the following feedTypes:
-matchdetails
-matchscore
We return - "eventID" as "tournamentID - RoundId - TeamNo" for the following feedTypes: -rounddetails
feedType
string
Please view below table with possible feedType - eventId and Websocket mapping
dataType
string
Possible values of the type of data - "eventdata" "heartbeats" "connectionState"
message
object
The actual data packet
Possible vales for feedType - eventID format - websocket mapping:
leaderboard
tournamentID
wss://dde-streams.imggaming.com/golf/tournaments/{tournamentID}/leaderboard
matchplayleaderboard
tournamentID
wss://dde-streams.data.imgarena.com/golf/tournaments/tournamentID/matchplayleaderboard
holestats
tournamentID
wss://dde-test-streams.imggaming.com/golf/tournaments/{tournamentID}/holestats
scoring
tournamentID
wss://dde-streams.imggaming.com/golf/tournaments/{tournamentID}/stats/scoring
putting
tournamentID
wss://dde-streams.imggaming.com/golf/tournaments/{tournamentID}/stats/putting
driving
tournamentID
wss://dde-streams.imggaming.com/golf/tournaments/{tournamentID}/stats/driving
shortgame
tournamentID
wss://dde-streams.imggaming.com/golf/tournaments/{tournamentID}/stats/shortgame
approach
tournamentID
wss://dde-streams.imggaming.com/golf/tournaments/{tournamentID}/stats/approach
teamsstats
tournamentID
wss://dde-streams.data.imgarena.com/golf/tournaments/{tournamentID}/playerstats
holebyhole
tournamentID - teamNo
wss://dde-streams.imggaming.com/golf/tournaments/{tournamentID}/teamholebyhole/{teamNo}
matchdetails
tournamentID - MatchNo
wss://dde-streams.data.imgarena.com/golf/tournaments/{tournamentID}/matchdetails/{MatchNo}
matchscore
tournamentID - MatchNo
wss://dde-streams.data.imgarena.com/golf/tournaments/{tournamentID}/matchscore/{MatchNo}
playerstats
tournamentID - teamNo
wss://dde-streams.data.imgarena.com/golf/tournaments/{tournamentID}/playerstats/{teamNo}
rounddetails
tournamentID - roundId - teamId
wss://dde-streams.imggaming.com/golf/tournaments/{tournamentID}/round/{roundNo}/team/teamId}
Example of feedType of rounddetails
Last updated