Release Log
Coverage MatrixDocumentationRelease LogLog InContact Us

Cricket API

Player Info

Release DateFeeds AffectedBenefit
04/10/2024Tournament
Squads
Added the following player data points to the Tournament Squads endpoint:
- Date of Birth
- Nationality
- Role/Position
<tournament_team_squads xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated_at="2024-04-10T10:17:14+00:00" xmlns="http://schemas.sportradar.com/sportsapi/cricket/v2" xsi:schemaLocation="http://schemas.sportradar.com/sportsapi/cricket/v2 https://schemas.sportradar.com/sportsapi/cricket/v2/schemas/tournament_team_squads.xsd">
    <team id="sr:competitor:152318" name="Royal Challengers Bengaluru" country="India" country_code="IND" abbreviation="RCB" gender="male"/>
    <manager id="sr:player:647880" name="Bangar, Sanjay" date_of_birth="1972-10-11" nationality="India" country_code="IND"/>
    <players>
        <player id="sr:player:638248" name="Singh, Swapnil" date_of_birth="1991-01-22" country_code="IND" nationality="India" type="all_rounder"/>
        <player id="sr:player:643154" name="Kohli, Virat" date_of_birth="1988-11-05" country_code="IND" nationality="India" type="batsman"/>
        <player id="sr:player:655834" name="Karthik, Dinesh" date_of_birth="1985-06-01" country_code="IND" nationality="India" type="wicket_keeper"/>
        <player id="sr:player:656636" name="Sharma, Karn" date_of_birth="1987-10-23" country_code="IND" nationality="India" type="bowler"/>
        <player id="sr:player:663378" name="Maxwell, Glenn" date_of_birth="1988-10-14" country_code="AUS" nationality="Australia" type="all_rounder"/>
        <player id="sr:player:699754" name="du Plessis, Faf" date_of_birth="1984-07-13" country_code="ZAF" nationality="South africa" type="batsman"/>
        <player id="sr:player:703432" name="Topley, Reece" date_of_birth="1994-02-21" country_code="ENG" nationality="England" type="bowler"/>
        <player id="sr:player:713202" name="Ferguson, Lockie" date_of_birth="1991-06-13" country_code="NZL" nationality="New zealand" type="bowler"/>
        <player id="sr:player:728962" name="Curran, Tom" date_of_birth="1995-03-12" country_code="ENG" nationality="England" type="all_rounder"/>
        <player id="sr:player:741580" name="Joseph, Alzarri" date_of_birth="1996-11-20" country_code="ATG" nationality="Antigua and barbuda" type="bowler"/>
        <player id="sr:player:748522" name="Kumar, Vyshak" date_of_birth="1997-01-31" country_code="IND" nationality="India" type="bowler"/>
        <player id="sr:player:980915" name="Lomror, Mahipal" date_of_birth="1999-11-16" country_code="IND" nationality="India" type="all_rounder"/>
        <player id="sr:player:1097578" name="Jacks, Will" date_of_birth="1998-11-21" country_code="ENG" nationality="England" type="batsman"/>
        <player id="sr:player:1104247" name="Siraj, Mohammed" date_of_birth="1994-03-13" country_code="IND" nationality="India" type="bowler"/>
        <player id="sr:player:1279018" name="Bhandage, Manoj" date_of_birth="1998-10-05" country_code="IND" nationality="India" type="all_rounder"/>
        <player id="sr:player:1283622" name="Dagar, Mayank" date_of_birth="1996-11-11" country_code="IND" nationality="India" type="all_rounder"/>
        <player id="sr:player:1322738" name="Patidar, Rajat" date_of_birth="1993-06-01" country_code="IND" nationality="India" type="batsman"/>
        <player id="sr:player:1325934" name="Rawat, Anuj" date_of_birth="1999-10-17" country_code="IND" nationality="India" type="wicket_keeper"/>
        <player id="sr:player:1374295" name="Green, Cameron" date_of_birth="1999-06-03" country_code="AUS" nationality="Australia" type="all_rounder"/>
        <player id="sr:player:1602994" name="Prabhudessai, Suyash" date_of_birth="1997-12-06" country_code="IND" nationality="India" type="batsman"/>
        <player id="sr:player:1603338" name="Dayal, Yash" date_of_birth="1997-12-13" country_code="IND" nationality="India" type="bowler"/>
        <player id="sr:player:1717659" name="Deep, Akash" date_of_birth="1996-12-15" country_code="IND" nationality="India" type="bowler"/>
        <player id="sr:player:2250811" name="Chauhan, Saurav Dilipsingh" date_of_birth="2000-05-27" country_code="IND" nationality="India" type="batsman"/>
        <player id="sr:player:2467757" name="Kumar, Rajan" date_of_birth="1996-07-08" country_code="IND" nationality="India" type="bowler"/>
        <player id="sr:player:2530447" name="Sharma, Himanshu" date_of_birth="1998-06-06" country_code="IND" nationality="India" type="bowler"/>
    </players>
</tournament_team_squads>
{
    "generated_at": "2024-04-10T14:28:46+00:00",
    "team": {
        "id": "sr:competitor:152318",
        "name": "Royal Challengers Bengaluru",
        "country": "India",
        "country_code": "IND",
        "abbreviation": "RCB",
        "gender": "male"
    },
    "manager": {
        "id": "sr:player:647880",
        "name": "Bangar, Sanjay",
        "date_of_birth": "1972-10-11",
        "nationality": "India",
        "country_code": "IND"
    },
    "players": [
        {
            "id": "sr:player:638248",
            "name": "Singh, Swapnil",
            "date_of_birth": "1991-01-22",
            "country_code": "IND",
            "nationality": "India",
            "type": "all_rounder"
        },
        {
            "id": "sr:player:643154",
            "name": "Kohli, Virat",
            "date_of_birth": "1988-11-05",
            "country_code": "IND",
            "nationality": "India",
            "type": "batsman"
        },
        {
            "id": "sr:player:655834",
            "name": "Karthik, Dinesh",
            "date_of_birth": "1985-06-01",
            "country_code": "IND",
            "nationality": "India",
            "type": "wicket_keeper"
        },
        {
            "id": "sr:player:656636",
            "name": "Sharma, Karn",
            "date_of_birth": "1987-10-23",
            "country_code": "IND",
            "nationality": "India",
            "type": "bowler"
        },
        {
            "id": "sr:player:663378",
            "name": "Maxwell, Glenn",
            "date_of_birth": "1988-10-14",
            "country_code": "AUS",
            "nationality": "Australia",
            "type": "all_rounder"
        },
        {
            "id": "sr:player:699754",
            "name": "du Plessis, Faf",
            "date_of_birth": "1984-07-13",
            "country_code": "ZAF",
            "nationality": "South africa",
            "type": "batsman"
        },
        {
            "id": "sr:player:703432",
            "name": "Topley, Reece",
            "date_of_birth": "1994-02-21",
            "country_code": "ENG",
            "nationality": "England",
            "type": "bowler"
        },
        {
            "id": "sr:player:713202",
            "name": "Ferguson, Lockie",
            "date_of_birth": "1991-06-13",
            "country_code": "NZL",
            "nationality": "New zealand",
            "type": "bowler"
        },
        {
            "id": "sr:player:728962",
            "name": "Curran, Tom",
            "date_of_birth": "1995-03-12",
            "country_code": "ENG",
            "nationality": "England",
            "type": "all_rounder"
        },
        {
            "id": "sr:player:741580",
            "name": "Joseph, Alzarri",
            "date_of_birth": "1996-11-20",
            "country_code": "ATG",
            "nationality": "Antigua and barbuda",
            "type": "bowler"
        },
        {
            "id": "sr:player:748522",
            "name": "Kumar, Vyshak",
            "date_of_birth": "1997-01-31",
            "country_code": "IND",
            "nationality": "India",
            "type": "bowler"
        },
        {
            "id": "sr:player:980915",
            "name": "Lomror, Mahipal",
            "date_of_birth": "1999-11-16",
            "country_code": "IND",
            "nationality": "India",
            "type": "all_rounder"
        },
        {
            "id": "sr:player:1097578",
            "name": "Jacks, Will",
            "date_of_birth": "1998-11-21",
            "country_code": "ENG",
            "nationality": "England",
            "type": "batsman"
        },
        {
            "id": "sr:player:1104247",
            "name": "Siraj, Mohammed",
            "date_of_birth": "1994-03-13",
            "country_code": "IND",
            "nationality": "India",
            "type": "bowler"
        },
        {
            "id": "sr:player:1279018",
            "name": "Bhandage, Manoj",
            "date_of_birth": "1998-10-05",
            "country_code": "IND",
            "nationality": "India",
            "type": "all_rounder"
        },
        {
            "id": "sr:player:1283622",
            "name": "Dagar, Mayank",
            "date_of_birth": "1996-11-11",
            "country_code": "IND",
            "nationality": "India",
            "type": "all_rounder"
        },
        {
            "id": "sr:player:1322738",
            "name": "Patidar, Rajat",
            "date_of_birth": "1993-06-01",
            "country_code": "IND",
            "nationality": "India",
            "type": "batsman"
        },
        {
            "id": "sr:player:1325934",
            "name": "Rawat, Anuj",
            "date_of_birth": "1999-10-17",
            "country_code": "IND",
            "nationality": "India",
            "type": "wicket_keeper"
        },
        {
            "id": "sr:player:1374295",
            "name": "Green, Cameron",
            "date_of_birth": "1999-06-03",
            "country_code": "AUS",
            "nationality": "Australia",
            "type": "all_rounder"
        },
        {
            "id": "sr:player:1602994",
            "name": "Prabhudessai, Suyash",
            "date_of_birth": "1997-12-06",
            "country_code": "IND",
            "nationality": "India",
            "type": "batsman"
        },
        {
            "id": "sr:player:1603338",
            "name": "Dayal, Yash",
            "date_of_birth": "1997-12-13",
            "country_code": "IND",
            "nationality": "India",
            "type": "bowler"
        },
        {
            "id": "sr:player:1717659",
            "name": "Deep, Akash",
            "date_of_birth": "1996-12-15",
            "country_code": "IND",
            "nationality": "India",
            "type": "bowler"
        },
        {
            "id": "sr:player:2250811",
            "name": "Chauhan, Saurav Dilipsingh",
            "date_of_birth": "2000-05-27",
            "country_code": "IND",
            "nationality": "India",
            "type": "batsman"
        },
        {
            "id": "sr:player:2467757",
            "name": "Kumar, Rajan",
            "date_of_birth": "1996-07-08",
            "country_code": "IND",
            "nationality": "India",
            "type": "bowler"
        },
        {
            "id": "sr:player:2530447",
            "name": "Sharma, Himanshu",
            "date_of_birth": "1998-06-06",
            "country_code": "IND",
            "nationality": "India",
            "type": "bowler"
        }
    ]
}

Update applies to: Cricket v2