How to find Golden Set winner in Volleyball
Question: Is there information which team has promotion to the next stage in the Volleyball tournaments?
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.
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:
Based on this example, Team 1 won the regular game (3 sets), but Team 2 won the golden set and is marked as “progress” now "name": "Progress","value": "1",
.