Soccer Extended API - Season Statistics
March 25th, 2025
We've added four (4) statistics at the season level, available in the Soccer Extended package. View all team and player seasonal stats available here.
- Defensive Blocks (Player & Team Level)
- Fouls Committed (Player Level)
- Fouls Won (Player Level)
- Penalties Saved (Player Level)
☑️ Sample Request:
Seasonal Competitor Statistics (Ext v4) - https://api.sportradar.com/soccer-extended/trial/v4/en/seasons/sr:season:118689/competitors/sr:competitor:48/statistics.json?api_key=[API_KEY]
🔢 Versions
🔁 Endpoints Affected
Seasonal Competitor Statistics
⚙️ Return Sample
<season id="sr:season:118689" name="Premier League 24/25" start_date="2024-08-16" end_date="2025-05-25" year="24/25" competition_id="sr:competition:17">
<sport id="sr:sport:1" name="Soccer"/>
</season>
<competitor id="sr:competitor:48" name="Everton FC" country="England" country_code="ENG" abbreviation="EVE" gender="male">
<statistics average_ball_possession="40.48" cards_given="61" chances_created="200" clearances="1057" corner_kicks="121" crosses_successful="137" crosses_total="583" crosses_unsuccessful="446" defensive_blocks="148" diving_saves="25" dribbles="110" free_kicks="340" goals_by_foot="25" goals_by_head="4" goals_conceded="36" goals_conceded_first_half="12" goals_conceded_second_half="24" goals_scored="32" goals_scored_first_half="20" goals_scored_second_half="12" interceptions="135" long_passes_successful="417" long_passes_total="1129" long_passes_unsuccessful="712" loss_of_possession="787" matches_played="29" offsides="66" passes_successful="7515" passes_total="8551" passes_unsuccessful="1036" red_cards="1" shots_blocked="78" shots_off_target="114" shots_on_bar="2" shots_on_post="2" shots_on_target="113" shots_total="305" tackles_successful="278" tackles_total="336" tackles_unsuccessful="58" was_fouled="286" yellow_cards="59" yellow_red_cards="1"/>
<players>
<player id="sr:player:10589" name="Young, Ashley">
<statistics assists="3" cards_given="7" chances_created="13" clean_sheets="26" clearances="81" corner_kicks="12" crosses_successful="9" crosses_total="68" defensive_blocks="9" dribbles_completed="2" fouls_committed="7" fouls_won="4" goals_by_head="0" goals_by_penalty="0" goals_conceded="0" goals_scored="1" interceptions="11" long_passes_successful="29" long_passes_total="81" long_passes_unsuccessful="52" loss_of_possession="13" matches_played="25" minutes_played="1555" own_goals="0" passes_successful="503" passes_total="586" passes_unsuccessful="83" penalties_missed="0" red_cards="1" shots_blocked="3" shots_faced="0" shots_on_target="3" substituted_in="8" substituted_out="4" tackles_successful="21" tackles_total="27" yellow_cards="6" yellow_red_cards="0"/>
</player>
<player id="sr:player:76632" name="Coleman, Seamus">
<statistics assists="0" cards_given="1" chances_created="0" clean_sheets="2" clearances="10" crosses_successful="0" crosses_total="3" defensive_blocks="4" dribbles_completed="1" fouls_committed="0" fouls_won="0" goals_by_head="0" goals_by_penalty="0" goals_conceded="0" goals_scored="0" interceptions="0" long_passes_successful="3" long_passes_total="5" long_passes_unsuccessful="2" loss_of_possession="4" matches_played="3" minutes_played="197" offsides="1" own_goals="0" passes_successful="49" passes_total="60" passes_unsuccessful="11" penalties_missed="0" red_cards="0" shots_faced="0" shots_on_target="1" substituted_in="1" substituted_out="1" yellow_cards="1" yellow_red_cards="0"/>
</player>
<player id="sr:player:96535" name="Doucoure, Abdoulaye">
<statistics assists="2" cards_given="3" chances_created="20" clean_sheets="18" clearances="12" crosses_successful="2" crosses_total="20" defensive_blocks="11" dribbles_completed="4" fouls_committed="14" fouls_won="2" goals_by_head="1" goals_by_penalty="0" goals_conceded="0" goals_scored="2" interceptions="8" long_passes_successful="0" long_passes_total="7" long_passes_unsuccessful="7" loss_of_possession="59" matches_played="25" minutes_played="1993" offsides="8" own_goals="0" passes_successful="531" passes_total="613" passes_unsuccessful="82" penalties_missed="0" red_cards="0" shots_blocked="8" shots_faced="0" shots_off_target="6" shots_on_target="6" substituted_in="1" substituted_out="11" tackles_successful="13" tackles_total="18" yellow_cards="2" yellow_red_cards="1"/>
</player>
{
"generated_at": "2025-03-24T08:31:12+00:00",
"season": {
"id": "sr:season:118689",
"name": "Premier League 24/25",
"start_date": "2024-08-16",
"end_date": "2025-05-25",
"year": "24/25",
"competition_id": "sr:competition:17",
"sport": {
"id": "sr:sport:1",
"name": "Soccer"
}
},
"competitor": {
"id": "sr:competitor:48",
"name": "Everton FC",
"country": "England",
"country_code": "ENG",
"abbreviation": "EVE",
"gender": "male",
"statistics": {
"average_ball_possession": 40.48,
"cards_given": 61,
"chances_created": 200,
"clearances": 1057,
"corner_kicks": 121,
"crosses_successful": 137,
"crosses_total": 583,
"crosses_unsuccessful": 446,
"defensive_blocks": 148,
"diving_saves": 25,
"dribbles": 110,
"free_kicks": 340,
"goals_by_foot": 25,
"goals_by_head": 4,
"goals_conceded": 36,
"goals_conceded_first_half": 12,
"goals_conceded_second_half": 24,
"goals_scored": 32,
"goals_scored_first_half": 20,
"goals_scored_second_half": 12,
"interceptions": 135,
"long_passes_successful": 417,
"long_passes_total": 1129,
"long_passes_unsuccessful": 712,
"loss_of_possession": 787,
"matches_played": 29,
"offsides": 66,
"passes_successful": 7515,
"passes_total": 8551,
"passes_unsuccessful": 1036,
"red_cards": 1,
"shots_blocked": 78,
"shots_off_target": 114,
"shots_on_bar": 2,
"shots_on_post": 2,
"shots_on_target": 113,
"shots_total": 305,
"tackles_successful": 278,
"tackles_total": 336,
"tackles_unsuccessful": 58,
"was_fouled": 286,
"yellow_cards": 59,
"yellow_red_cards": 1
},
"players": [
{
"id": "sr:player:10589",
"name": "Young, Ashley",
"statistics": {
"assists": 3,
"cards_given": 7,
"chances_created": 13,
"clean_sheets": 26,
"clearances": 81,
"corner_kicks": 12,
"crosses_successful": 9,
"crosses_total": 68,
"defensive_blocks": 9,
"dribbles_completed": 2,
"fouls_committed": 7,
"fouls_won": 4,
"goals_by_head": 0,
"goals_by_penalty": 0,
"goals_conceded": 0,
"goals_scored": 1,
"interceptions": 11,
"long_passes_successful": 29,
"long_passes_total": 81,
"long_passes_unsuccessful": 52,
"loss_of_possession": 13,
"matches_played": 25,
"minutes_played": 1555,
"own_goals": 0,
"passes_successful": 503,
"passes_total": 586,
"passes_unsuccessful": 83,
"penalties_missed": 0,
"red_cards": 1,
"shots_blocked": 3,
"shots_faced": 0,
"shots_on_target": 3,
"substituted_in": 8,
"substituted_out": 4,
"tackles_successful": 21,
"tackles_total": 27,
"yellow_cards": 6,
"yellow_red_cards": 0
}
},
{
"id": "sr:player:76632",
"name": "Coleman, Seamus",
"statistics": {
"assists": 0,
"cards_given": 1,
"chances_created": 0,
"clean_sheets": 2,
"clearances": 10,
"crosses_successful": 0,
"crosses_total": 3,
"defensive_blocks": 4,
"dribbles_completed": 1,
"fouls_committed": 0,
"fouls_won": 0,
"goals_by_head": 0,
"goals_by_penalty": 0,
"goals_conceded": 0,
"goals_scored": 0,
"interceptions": 0,
"long_passes_successful": 3,
"long_passes_total": 5,
"long_passes_unsuccessful": 2,
"loss_of_possession": 4,
"matches_played": 3,
"minutes_played": 197,
"offsides": 1,
"own_goals": 0,
"passes_successful": 49,
"passes_total": 60,
"passes_unsuccessful": 11,
"penalties_missed": 0,
"red_cards": 0,
"shots_faced": 0,
"shots_on_target": 1,
"substituted_in": 1,
"substituted_out": 1,
"yellow_cards": 1,
"yellow_red_cards": 0
}
},
{
"id": "sr:player:96535",
"name": "Doucoure, Abdoulaye",
"statistics": {
"assists": 2,
"cards_given": 3,
"chances_created": 20,
"clean_sheets": 18,
"clearances": 12,
"crosses_successful": 2,
"crosses_total": 20,
"defensive_blocks": 11,
"dribbles_completed": 4,
"fouls_committed": 14,
"fouls_won": 2,
"goals_by_head": 1,
"goals_by_penalty": 0,
"goals_conceded": 0,
"goals_scored": 2,
"interceptions": 8,
"long_passes_successful": 0,
"long_passes_total": 7,
"long_passes_unsuccessful": 7,
"loss_of_possession": 59,
"matches_played": 25,
"minutes_played": 1993,
"offsides": 8,
"own_goals": 0,
"passes_successful": 531,
"passes_total": 613,
"passes_unsuccessful": 82,
"penalties_missed": 0,
"red_cards": 0,
"shots_blocked": 8,
"shots_faced": 0,
"shots_off_target": 6,
"shots_on_target": 6,
"substituted_in": 1,
"substituted_out": 11,
"tackles_successful": 13,
"tackles_total": 18,
"yellow_cards": 2,
"yellow_red_cards": 1
}
},