Release Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

Soccer APIs

Gender & Age Group

Release DateFeeds AffectedBenefit
09/11/2024Season CompetitorsWe added competitor gender and age_group to the Season Competitors endpoint.

This info was previously available in other endpoints.
<competitor id="sr:competitor:4" name="Milton Keynes Dons" short_name="Milton Keynes" abbreviation="MKD" gender="male"/>
<competitor id="sr:competitor:5" name="Bolton Wanderers" short_name="Bolton" abbreviation="BOL" gender="male"/>
<competitor id="sr:competitor:9" name="Birmingham City" short_name="Birmingham" abbreviation="BC" gender="male"/>
<competitor id="sr:competitor:10" name="Stockport County FC" short_name="Stockport" abbreviation="STO" gender="male"/>
<competitor id="sr:competitor:13" name="Rotherham United" short_name="Rotherham" abbreviation="ROU" gender="male"/>
<competitor id="sr:competitor:18" name="Grimsby Town" short_name="Grimsby" abbreviation="GRI" gender="male"/>
<competitor id="sr:competitor:19" name="Crewe Alexandra" short_name="Crewe" abbreviation="CRE" gender="male"/>
<competitor id="sr:competitor:20" name="Gillingham FC" short_name="Gillingham" abbreviation="GIL" gender="male"/>
<competitor id="sr:competitor:22" name="Bradford City" short_name="Bradford" abbreviation="BRA" gender="male"/>
<competitor id="sr:competitor:23" name="Barnsley" short_name="Barnsley" abbreviation="BAR" gender="male"/>
"season_competitors": [
  {
    "id": "sr:competitor:4",
    "name": "Milton Keynes Dons",
    "short_name": "Milton Keynes",
    "abbreviation": "MKD",
    "gender": "male"
  },
  {
    "id": "sr:competitor:5",
    "name": "Bolton Wanderers",
    "short_name": "Bolton",
    "abbreviation": "BOL",
    "gender": "male"
  },
  {
    "id": "sr:competitor:9",
    "name": "Birmingham City",
    "short_name": "Birmingham",
    "abbreviation": "BC",
    "gender": "male"
  },
  {
    "id": "sr:competitor:10",
    "name": "Stockport County FC",
    "short_name": "Stockport",
    "abbreviation": "STO",
    "gender": "male"
  },
  {
    "id": "sr:competitor:13",
    "name": "Rotherham United",
    "short_name": "Rotherham",
    "abbreviation": "ROU",
    "gender": "male"
  },
  {
    "id": "sr:competitor:18",
    "name": "Grimsby Town",
    "short_name": "Grimsby",
    "abbreviation": "GRI",
    "gender": "male"
  },
  {
    "id": "sr:competitor:19",
    "name": "Crewe Alexandra",
    "short_name": "Crewe",
    "abbreviation": "CRE",
    "gender": "male"
  },
  {
    "id": "sr:competitor:20",
    "name": "Gillingham FC",
    "short_name": "Gillingham",
    "abbreviation": "GIL",
    "gender": "male"
  },
  {
    "id": "sr:competitor:22",
    "name": "Bradford City",
    "short_name": "Bradford",
    "abbreviation": "BRA",
    "gender": "male"
  },
  {
    "id": "sr:competitor:23",
    "name": "Barnsley",
    "short_name": "Barnsley",
    "abbreviation": "BAR",
    "gender": "male"
  },

Update applies to: Soccer v4, Soccer Extended v4