How to find Golden Set winner in Volleyball?
This article will help you find Golden Set winner in Volleyball using API.
Step-by-step guide:
To find the information about golden set winner you need to check the event.show method. With the event_id you will receive list of event details.
https://api.statscore.com/v2/events/5705836?token=<<YOUR TOKEN>>
Statscore is presenting “Golden Set” as additional set in the final game of the round. So for example if there were 2 games, in the semi-final round, the golden set will be included in the 2nd game feed.
You can find the golden set in the “result” section of the feed for each team
Team 1:
"id": 410,"short_name": "Golden set","name": "Golden set","value": "15","data_type": "integer"
Team 2:
"id": 410,"short_name": "Golden set","name": "Golden set","value": "17","data_type": "integer"
Now, the tricky part. We mark the Winner of the game based on set score, but the winner of the “golden set” who will play in the next round is marked in “Progress” parameter.
Team 1:
Team 2:
"name": "Progress","value": "1",
.