GuidesRelease Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

Global Ice Hockey API

Aggregate Scores

Release Date

Endpoints

Benefit

02/06/2024

Competitor Summaries

Added support for aggregate scores and aggregate winners for select playoff competitions.
Data points are available at the match level under:

  • aggregate_away_score
  • aggregate_home_score
  • aggregate_winner_id
<sport_event id="sr:sport_event:46202399" start_time="2024-01-16T16:30:00+00:00" start_time_confirmed="true">
	<sport_event_context>
		<sport id="sr:sport:4" name="Ice Hockey"/>
		<category id="sr:category:56" name="International"/>
		<competition id="sr:competition:494" name="Champions Hockey League" gender="men"/>
		<season id="sr:season:106507" name="Champions Hockey League 23/24" start_date="2023-08-31" end_date="2024-02-20" year="23/24" competition_id="sr:competition:494"/>
		<stage order="2" type="cup" phase="playoffs" start_date="2023-11-14" end_date="2024-02-20" year="23/24"/>
		<round name="semifinal" other_sport_event_id="sr:sport_event:46202341" cup_round_sport_event_number="2" cup_round_number_of_sport_events="2" cup_round_id="sr:cup_round:1990541"/>
		<groups>
			<group id="sr:cup:149249" name="Champions Hockey League 23/24, Knockout Stage"/>
		</groups>
	</sport_event_context>
	<coverage type="sport_event">
		<sport_event_properties basic_play_by_play="true" basic_player_stats="true" basic_team_stats="true" deeper_player_stats="true" deeper_team_stats="true" lineups="true" goal_scorers="true" scores="live"/>
	</coverage>
	<competitors>
		<competitor id="sr:competitor:3843" name="Lukko Rauma" country="Finland" country_code="FIN" abbreviation="LUK" qualifier="home" gender="male"/>
		<competitor id="sr:competitor:3903" name="Geneve-Servette HC" country="Switzerland" country_code="CHE" abbreviation="GEN" qualifier="away" gender="male"/>
	</competitors>
	<venue id="sr:venue:5862" name="Äijänsuo Arena" capacity="5400" city_name="Rauma" country_name="Finland" map_coordinates="61.120556,21.503056" country_code="FIN" timezone="Europe/Helsinki"/>
	<sport_event_conditions>
		<ground neutral="false"/>
	</sport_event_conditions>
</sport_event>
<sport_event_status status="closed" match_status="ended" home_score="2" away_score="3" winner_id="sr:competitor:3903" aggregate_home_score="4" aggregate_away_score="5" aggregate_winner_id="sr:competitor:3903">
	<period_scores>
		<period_score home_score="2" away_score="0" type="regular_period" number="1"/>
		<period_score home_score="0" away_score="2" type="regular_period" number="2"/>
		<period_score home_score="0" away_score="1" type="regular_period" number="3"/>
	</period_scores>
</sport_event_status>
{
   "generated_at":"2024-02-06T16:20:53+00:00",
   "sport_event":{
      "id":"sr:sport_event:46202399",
      "start_time":"2024-01-16T16:30:00+00:00",
      "start_time_confirmed":true,
      "sport_event_context":{
         
      },
      "coverage":{
         
      },
      "competitors":[
         
      ],
      "venue":{
         
      },
      "sport_event_conditions":{
         "ground":{
            "neutral":false
         }
      }
   },
   "sport_event_status":{
      "status":"closed",
      "match_status":"ended",
      "home_score":2,
      "away_score":3,
      "winner_id":"sr:competitor:3903",
      "period_scores":[
         {
            "home_score":2,
            "away_score":0,
            "type":"regular_period",
            "number":1
         },
         {
            "home_score":0,
            "away_score":2,
            "type":"regular_period",
            "number":2
         },
         {
            "home_score":0,
            "away_score":1,
            "type":"regular_period",
            "number":3
         }
      ],
      "aggregate_home_score":4,
      "aggregate_away_score":5,
      "aggregate_winner_id":"sr:competitor:3903"
   }
}