GuidesRelease Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

Soccer Extended API - Team Own Goals

We’ve added own_goals to the team statistics object in the Extended Summary endpoint of our Soccer Extended API. This data point is returned at both the match level and for each individual period, giving you a complete breakdown of own goals throughout the match.


Benefit

With Extended access, you can now track how many own goals a team conceded at both the overall match and individual period level. This makes it easier to identify exactly when in a match an own goal occurred, and attribute it accurately when building match summaries or statistical displays.


☑️ Sample Request:

Sport Event Extended Summary (Match 61624670)

curl --request GET \
     --url https://api.sportradar.com/soccer-extended/trial/v4/en/sport_events/sr:sport_event:61624670/extended_summary.json \
     --header 'accept: application/json' \
     --header 'x-api-key: YOUR_API_KEY'

🔢 Versions


🔁 Endpoints Affected


⚙️ Return Sample

<competitor id="sr:competitor:2828" name="Valencia CF" abbreviation="VCF" qualifier="away">
    <statistics assists="4" ball_possession="45" cards_given="1" chances_created="11" clean_sheet="false" clearances="30" corner_kicks="2" crosses_claimed="0" crosses_excluding_corners="5" crosses_successful="3" crosses_successful_excluding_corners="1" crosses_total="7" crosses_unsuccessful="4" defensive_blocks="0" diving_saves="2" dribbles="8" dribbles_completed="6" dribbles_successful_percentage="75" dribbles_unsuccessful="2" fouls="11" fouls_suffered_final_third="3" free_kicks="13" free_kicks_scored="0" goal_kicks="6" goals="4" goals_conceded="3" goals_counter_attack="1" goals_excluding_penalties="4" goals_expected="1.647" goals_expected_created="1.535" goals_from_header="1" goals_inside_box="4" goals_left_footed="2" goals_lower_center="1" goals_lower_left="1" goals_lower_right="1" goals_open_play="3" goals_outside_box="0" goals_right_footed="1" goals_set_piece="1" goals_top_center="0" goals_top_left="0" goals_top_right="1" injuries="1" interceptions="2" interceptions_defensive_third="1" interceptions_final_third="0" interceptions_inside_box="0" interceptions_middle_third="1" interceptions_opposition_half="0" interceptions_own_half="2" long_passes_successful="11" long_passes_total="54" long_passes_unsuccessful="43" loss_of_possession="24" offsides="3" own_goals="1" passes_backward_successful="150" passes_center="124" passes_forward_successful="155" passes_in_final_third="77" passes_in_final_third_successful="77" passes_into_box="4" passes_left="83" passes_opponent_half="105" passes_opponent_half_successful="105" passes_own_half="153" passes_own_half_successful="153" passes_right="109" passes_successful="317" passes_successful_percentage="80.25" passes_total="395" passes_unsuccessful="78" penalties_conceded="0" penalties_faced="0" penalties_missed="0" penalties_saved="0" penalties_scored="0" possessions_regained_in_defensive_third="2" possessions_regained_in_final_third="6" possessions_regained_in_middle_third="4" possessions_regained_in_opponent_half="8" possessions_regained_in_own_half="4" red_cards="1" saves_inside_box="0" saves_lower_center="0" saves_lower_left="0" saves_lower_right="0" saves_outside_box="0" saves_percentage="0" saves_top_center="0" saves_top_left="0" saves_top_right="0" shootout_penalties_faced="0" shootout_penalties_missed="0" shootout_penalties_saved="0" shootout_penalties_scored="0" shots_blocked="2" shots_center="3" shots_counter_attack="3" shots_direct_free_kicks="0" shots_excluding_blocks="11" shots_faced="6" shots_headed="0" shots_headed_off_target="0" shots_headed_on_target="0" shots_headed_woodwork="0" shots_hit_woodwork="0" shots_inside_box="0" shots_inside_box_center="0" shots_inside_box_left="0" shots_inside_box_on_target="0" shots_inside_box_right="0" shots_left="1" shots_left_footed="5" shots_left_footed_off_target="2" shots_left_footed_on_target="2" shots_missed_high="2" shots_missed_left="1" shots_missed_right="2" shots_off_target="5" shots_off_target_inside_box="0" shots_off_target_outside_box="0" shots_on_target="6" shots_on_target_lower_center="3" shots_on_target_lower_left="1" shots_on_target_lower_right="1" shots_on_target_percentage="46.15" shots_on_target_top_center="0" shots_on_target_top_left="0" shots_on_target_top_right="1" shots_open_play="11" shots_outside_box="0" shots_outside_box_center="0" shots_outside_box_left="0" shots_outside_box_on_target="0" shots_outside_box_right="0" shots_right="2" shots_right_footed="6" shots_right_footed_off_target="3" shots_right_footed_on_target="2" shots_saved="0" shots_set_piece="2" shots_total="13" substitutions="5" tackles_defensive_third_successful="1" tackles_final_third_successful="6" tackles_middle_third_successful="3" tackles_opponent_half="8" tackles_opponent_half_successful="8" tackles_own_half="3" tackles_own_half_successful="2" tackles_successful="10" tackles_total="11" tackles_unsuccessful="1" throw_ins="18" was_fouled="13" yellow_cards="0" yellow_red_cards="0"/>
{
"id": "sr:competitor:2828",
"name": "Valencia CF",
"abbreviation": "VCF",
"qualifier": "away",
"statistics": {
    "assists": 4,
    "ball_possession": 45,
    "cards_given": 1,
    "chances_created": 11,
    "clean_sheet": false,
    "clearances": 30,
    "corner_kicks": 2,
    "crosses_claimed": 0,
    "crosses_excluding_corners": 5,
    "crosses_successful": 3,
    "crosses_successful_excluding_corners": 1,
    "crosses_total": 7,
    "crosses_unsuccessful": 4,
    "defensive_blocks": 0,
    "diving_saves": 2,
    "dribbles": 8,
    "dribbles_completed": 6,
    "dribbles_successful_percentage": 75,
    "dribbles_unsuccessful": 2,
    "fouls": 11,
    "fouls_suffered_final_third": 3,
    "free_kicks": 13,
    "free_kicks_scored": 0,
    "goal_kicks": 6,
    "goals": 4,
    "goals_conceded": 3,
    "goals_counter_attack": 1,
    "goals_excluding_penalties": 4,
    "goals_expected": 1.647,
    "goals_expected_created": 1.5350000000000001,
    "goals_from_header": 1,
    "goals_inside_box": 4,
    "goals_left_footed": 2,
    "goals_lower_center": 1,
    "goals_lower_left": 1,
    "goals_lower_right": 1,
    "goals_open_play": 3,
    "goals_outside_box": 0,
    "goals_right_footed": 1,
    "goals_set_piece": 1,
    "goals_top_center": 0,
    "goals_top_left": 0,
    "goals_top_right": 1,
    "injuries": 1,
    "interceptions": 2,
    "interceptions_defensive_third": 1,
    "interceptions_final_third": 0,
    "interceptions_inside_box": 0,
    "interceptions_middle_third": 1,
    "interceptions_opposition_half": 0,
    "interceptions_own_half": 2,
    "long_passes_successful": 11,
    "long_passes_total": 54,
    "long_passes_unsuccessful": 43,
    "loss_of_possession": 24,
    "offsides": 3,
    "own_goals": 1,
    "passes_backward_successful": 150,
    "passes_center": 124,
    "passes_forward_successful": 155,
    "passes_in_final_third": 77,
    "passes_in_final_third_successful": 77,
    "passes_into_box": 4,
    "passes_left": 83,
    "passes_opponent_half": 105,
    "passes_opponent_half_successful": 105,
    "passes_own_half": 153,
    "passes_own_half_successful": 153,
    "passes_right": 109,
    "passes_successful": 317,
    "passes_successful_percentage": 80.25,
    "passes_total": 395,
    "passes_unsuccessful": 78,
    "penalties_conceded": 0,
    "penalties_faced": 0,
    "penalties_missed": 0,
    "penalties_saved": 0,
    "penalties_scored": 0,
    "possessions_regained_in_defensive_third": 2,
    "possessions_regained_in_final_third": 6,
    "possessions_regained_in_middle_third": 4,
    "possessions_regained_in_opponent_half": 8,
    "possessions_regained_in_own_half": 4,
    "red_cards": 1,
    "saves_inside_box": 0,
    "saves_lower_center": 0,
    "saves_lower_left": 0,
    "saves_lower_right": 0,
    "saves_outside_box": 0,
    "saves_percentage": 0,
    "saves_top_center": 0,
    "saves_top_left": 0,
    "saves_top_right": 0,
    "shootout_penalties_faced": 0,
    "shootout_penalties_missed": 0,
    "shootout_penalties_saved": 0,
    "shootout_penalties_scored": 0,
    "shots_blocked": 2,
    "shots_center": 3,
    "shots_counter_attack": 3,
    "shots_direct_free_kicks": 0,
    "shots_excluding_blocks": 11,
    "shots_faced": 6,
    "shots_headed": 0,
    "shots_headed_off_target": 0,
    "shots_headed_on_target": 0,
    "shots_headed_woodwork": 0,
    "shots_hit_woodwork": 0,
    "shots_inside_box": 0,
    "shots_inside_box_center": 0,
    "shots_inside_box_left": 0,
    "shots_inside_box_on_target": 0,
    "shots_inside_box_right": 0,
    "shots_left": 1,
    "shots_left_footed": 5,
    "shots_left_footed_off_target": 2,
    "shots_left_footed_on_target": 2,
    "shots_missed_high": 2,
    "shots_missed_left": 1,
    "shots_missed_right": 2,
    "shots_off_target": 5,
    "shots_off_target_inside_box": 0,
    "shots_off_target_outside_box": 0,
    "shots_on_target": 6,
    "shots_on_target_lower_center": 3,
    "shots_on_target_lower_left": 1,
    "shots_on_target_lower_right": 1,
    "shots_on_target_percentage": 46.15,
    "shots_on_target_top_center": 0,
    "shots_on_target_top_left": 0,
    "shots_on_target_top_right": 1,
    "shots_open_play": 11,
    "shots_outside_box": 0,
    "shots_outside_box_center": 0,
    "shots_outside_box_left": 0,
    "shots_outside_box_on_target": 0,
    "shots_outside_box_right": 0,
    "shots_right": 2,
    "shots_right_footed": 6,
    "shots_right_footed_off_target": 3,
    "shots_right_footed_on_target": 2,
    "shots_saved": 0,
    "shots_set_piece": 2,
    "shots_total": 13,
    "substitutions": 5,
    "tackles_defensive_third_successful": 1,
    "tackles_final_third_successful": 6,
    "tackles_middle_third_successful": 3,
    "tackles_opponent_half": 8,
    "tackles_opponent_half_successful": 8,
    "tackles_own_half": 3,
    "tackles_own_half_successful": 2,
    "tackles_successful": 10,
    "tackles_total": 11,
    "tackles_unsuccessful": 1,
    "throw_ins": 18,
    "was_fouled": 13,
    "yellow_cards": 0,
    "yellow_red_cards": 0
},