Series Data API
Get Matches for a Cricket Series
This endpoint retrieves the list of matches associated with a specific cricket series identified by the seriesId
.
Request
Method: GET
Endpoint:
https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/matches
Path Parameters
seriesId: The unique identifier for the cricket series for which the matches are being requested.
Response Format
The response will be a JSON array containing match details with the following structure:
isAbandoned: Boolean indicating if the match was abandoned.
matchName: Name of the match.
homeTeamShortName: Short name of the home team.
awayTeamShortName: Short name of the away team.
matchResult: Result of the match.
venue: Venue where the match is held.
winningTeamID: ID of the winning team.
matchNumber: Number assigned to the match.
matchdate: Date of the match.
matchID: Unique identifier for the match.
matchStatus: Current status of the match.
startDate: Scheduled start date of the match.
matchLevel: Level of the match (e.g., international, domestic).
matchType: Type of the match (e.g., Test, ODI, T20).
statusMessage: Message indicating the current status of the match.
playing11Status: Boolean indicating if the playing XI has been announced.
probable11Status: Boolean indicating if the probable XI has been announced.
playerOfTheMatch: Name of the player of the match.
playerOfTheMatchDetails: Object containing details about the player of the match.
teamsWinProbability: Object containing win probabilities for both teams and tie percentage.
matchScore: Array of score details for each team in the match.
This endpoint is useful for obtaining detailed information about the matches in a cricket series, including their status and scores.
{API_KEY}
GET /cricket/api/v2/series/{seriesId}/matches HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
OK
[
{
"isAbandoned": false,
"matchName": "Match 1, Big Bash League, 2024/25",
"homeTeamShortName": "SCO",
"awayTeamShortName": "STA",
"matchResult": "SCO Won By 6 wickets",
"venue": " Perth",
"winningTeamID": "1267",
"matchNumber": "Match 1",
"matchdate": null,
"matchID": "248343",
"matchStatus": "completed",
"startDate": "1734270300000",
"matchLevel": "domestic",
"matchType": "T20",
"statusMessage": "Perth Scorchers beat Melbourne Stars by 6 wickets",
"playing11Status": true,
"probable11Status": false,
"playerOfTheMatch": "Jhye Richardson",
"playerID": "65051",
"playerOfTheMatchdDetails": {
"playerID": "65051",
"playerTeamID": "1267",
"playerName": "Jhye Richardson",
"batsman": [],
"bowler": []
},
"firstInningsTeamID": "1266",
"secondInningsTeamID": "1267",
"thirdInningsTeamID": "",
"fourthInningsTeamID": "",
"currentinningsNo": "2",
"currentInningteamID": "1267",
"currentInningsTeamName": "Perth Scorchers",
"seriesName": "Big Bash League, 2024/25",
"seriesID": "5083",
"toss": "Melbourne Stars won the toss and elected to bat",
"coverageLevel": "8",
"showSeriesBell": false,
"teamsWinProbability": {
"homeTeamShortName": "SCO",
"homeTeamPercentage": "100",
"awayTeamShortName": "STA",
"awayTeamPercentage": "0",
"tiePercentage": "0"
},
"matchScore": [
{
"teamShortName": "STA",
"teamID": "1266",
"teamFullName": "Melbourne Stars",
"teamScore": [
{
"inning": 1,
"inningNumber": "First",
"battingTeam": "Melbourne Stars",
"runsScored": "146",
"wickets": "9",
"overs": "20.0",
"runRate": "7.30",
"battingSide": "away",
"teamID": "1266",
"battingTeamShortName": "STA",
"declared": false,
"folowOn": false
}
]
},
{
"teamShortName": "SCO",
"teamID": "1267",
"teamFullName": "Perth Scorchers",
"teamScore": [
{
"inning": 2,
"inningNumber": "Second",
"battingTeam": "Perth Scorchers",
"runsScored": "150",
"wickets": "4",
"overs": "17.1",
"runRate": "8.74",
"battingSide": "home",
"teamID": "1267",
"battingTeamShortName": "SCO",
"declared": false,
"folowOn": false
}
]
}
]
}
]
Get the Point Table for the Cricket Series
This endpoint retrieves the point table for a specific cricket series identified by seriesId
.
Request
Method:
GET
Endpoint:
https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/point-table
Path Parameters:
seriesId
(required): The unique identifier for the cricket series whose point table you want to fetch.
Response
The response will be in JSON format and includes the following structure:
name: A string representing the name of the series.
teams: An array of team objects, each containing:
pos
: The position of the team in the point table (integer).teamID
: The unique identifier for the team (string).teamName
: The full name of the team (string).teamShortName
: The abbreviated name of the team (string).all
: Total matches played by the team (string).wins
: Total matches won by the team (string).qp
: Total matches that resulted in a qualified position (string).lost
: Total matches lost by the team (string).points
: Total points accumulated by the team (string).nrr
: Net Run Rate of the team (string).noResult
: Total matches with no result (string).isQualified
: A boolean indicating whether the team has qualified for the next stage.
{API_KEY}
GET /cricket/api/v2/series/{seriesId}/point-table HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
OK
[
{
"name": "League-League",
"teams": [
{
"pos": 1,
"teamID": "1264",
"teamName": "Hobart Hurricanes",
"teamShortName": "HUR",
"all": "10",
"wins": "7",
"qp": "",
"lost": "2",
"points": "15",
"nrr": "-0.120",
"noResult": "1",
"isQualified": true
},
{
"pos": 2,
"teamID": "1268",
"teamName": "Sydney Sixers",
"teamShortName": "SIX",
"all": "10",
"wins": "6",
"qp": "",
"lost": "2",
"points": "14",
"nrr": "+0.156",
"noResult": "2",
"isQualified": true
},
{
"pos": 3,
"teamID": "1269",
"teamName": "Sydney Thunder",
"teamShortName": "THU",
"all": "10",
"wins": "5",
"qp": "",
"lost": "3",
"points": "12",
"nrr": "+0.340",
"noResult": "2",
"isQualified": true
},
{
"pos": 4,
"teamID": "1266",
"teamName": "Melbourne Stars",
"teamShortName": "STA",
"all": "10",
"wins": "5",
"qp": "",
"lost": "5",
"points": "10",
"nrr": "+0.135",
"noResult": "0",
"isQualified": true
},
{
"pos": 5,
"teamID": "1267",
"teamName": "Perth Scorchers",
"teamShortName": "SCO",
"all": "10",
"wins": "4",
"qp": "",
"lost": "6",
"points": "8",
"nrr": "+0.219",
"noResult": "0",
"isQualified": false
},
{
"pos": 6,
"teamID": "1265",
"teamName": "Melbourne Renegades",
"teamShortName": "REN",
"all": "10",
"wins": "4",
"qp": "",
"lost": "6",
"points": "8",
"nrr": "+0.139",
"noResult": "0",
"isQualified": false
},
{
"pos": 7,
"teamID": "1263",
"teamName": "Brisbane Heat",
"teamShortName": "HEA",
"all": "10",
"wins": "3",
"qp": "",
"lost": "6",
"points": "7",
"nrr": "-0.831",
"noResult": "1",
"isQualified": false
},
{
"pos": 8,
"teamID": "1262",
"teamName": "Adelaide Strikers",
"teamShortName": "STR",
"all": "10",
"wins": "3",
"qp": "",
"lost": "7",
"points": "6",
"nrr": "-0.122",
"noResult": "0",
"isQualified": false
}
]
}
]
Get Cricket Series Squads
This endpoint retrieves the squads for a specific cricket series identified by the seriesId
.
Request
Method:
GET
Endpoint:
https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/squads
Path Parameters:
seriesId
(string): The unique identifier for the cricket series whose squads are being requested.
Response
The response will be in JSON format and includes the following key components:
isNewSeries
(boolean): Indicates whether the series is new.displayFormats
(array of strings): Contains the formats in which the series is displayed.squadData
(array): An array of squad information, where each squad includes:teamID
(string): The unique identifier for the team.name
(string): The name of the team.squad
(array): Contains details about the squad members, where each member includes:matchType
(string): The type of match.playersArray
(array): An array of player details, where each player includes:playerID
(string): The unique identifier for the player.iswk
(boolean): Indicates if the player is a wicketkeeper.iscap
(boolean): Indicates if the player is a captain.playerRole
(string): The role of the player in the team.playerName
(string): The name of the player.
This structure provides a comprehensive overview of the squads participating in the specified cricket series.
{API_KEY}
GET /cricket/api/v2/series/{seriesId}/squads HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
OK
{
"isNewSeries": true,
"displayFormats": [
"T20"
],
"squadData": [
{
"teamID": "1265",
"name": "Melbourne Renegades",
"squad": [
{
"matchType": "T20",
"playersArray": [
{
"playerID": "85736",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Jacob Bethell"
},
{
"playerID": "70746",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Jake Fraser-McGurk"
},
{
"playerID": "37161",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Jonathan Wells"
},
{
"playerID": "95581",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Josh Brown"
},
{
"playerID": "25663",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Mackenzie Harvey"
},
{
"playerID": "57043",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Marcus Harris"
},
{
"playerID": "118077",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Ollie Peake"
},
{
"playerID": "85247",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Tawanda Muyeye"
},
{
"playerID": "29200",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Harry Dixon"
},
{
"playerID": "65999",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Hassan Khan"
},
{
"playerID": "66869",
"iswk": false,
"iscap": true,
"playerRole": "ALL_ROUNDER",
"playerName": "Will Sutherland"
},
{
"playerID": "4841",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Laurie Evans"
},
{
"playerID": "63867",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Tim Seifert"
},
{
"playerID": "58913",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Adam Zampa"
},
{
"playerID": "125784",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Callum Stow"
},
{
"playerID": "88003",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Fergus O'Neill"
},
{
"playerID": "57518",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Gurinder Sandhu"
},
{
"playerID": "10027",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Kane Richardson"
},
{
"playerID": "74634",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Sam Elliott"
},
{
"playerID": "67685",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Tom Rogers"
},
{
"playerID": "68019",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Xavier Crone"
}
]
}
]
},
{
"teamID": "1263",
"name": "Brisbane Heat",
"squad": [
{
"matchType": "T20",
"playersArray": [
{
"playerID": "11724",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Colin Munro"
},
{
"playerID": "74285",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Daniel Drew"
},
{
"playerID": "65083",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Marnus Labuschagne"
},
{
"playerID": "65050",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Matt Renshaw"
},
{
"playerID": "67267",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Max Bryant"
},
{
"playerID": "68008",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Nathan McSweeney"
},
{
"playerID": "10048",
"iswk": false,
"iscap": true,
"playerRole": "BATSMAN",
"playerName": "Usman Khawaja"
},
{
"playerID": "63098",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Jack Wildermuth"
},
{
"playerID": "81811",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Jack Wood"
},
{
"playerID": "39447",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Michael Neser"
},
{
"playerID": "66357",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Paul Walter"
},
{
"playerID": "60299",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Jimmy Peirson"
},
{
"playerID": "63627",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Tom Alsop"
},
{
"playerID": "66923",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Tom Banton"
},
{
"playerID": "102053",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Callum Vidler"
},
{
"playerID": "65722",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Mitchell Swepson"
},
{
"playerID": "67778",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Spencer Johnson"
},
{
"playerID": "101802",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Tom Straker"
},
{
"playerID": "90691",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Tom Whitney"
},
{
"playerID": "88000",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Will Prestwidge"
},
{
"playerID": "66516",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Xavier Bartlett"
}
]
}
]
},
{
"teamID": "1264",
"name": "Hobart Hurricanes",
"squad": [
{
"matchType": "T20",
"playersArray": [
{
"playerID": "65622",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Caleb Jewell"
},
{
"playerID": "65953",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Charlie Wakim"
},
{
"playerID": "67689",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Macalister Wright"
},
{
"playerID": "75287",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Tim Ward"
},
{
"playerID": "26718",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Chris Jordan"
},
{
"playerID": "81813",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Mitchell Owen"
},
{
"playerID": "66951",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Nikhil Chaudhary"
},
{
"playerID": "67402",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Tim David"
},
{
"playerID": "63853",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Ben McDermott"
},
{
"playerID": "63855",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Jake Doran"
},
{
"playerID": "4195",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Matthew Wade"
},
{
"playerID": "13849",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Cameron Gannon"
},
{
"playerID": "67273",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Iain Carlisle"
},
{
"playerID": "111254",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Marcus Bean"
},
{
"playerID": "70324",
"iswk": false,
"iscap": true,
"playerRole": "BOWLER",
"playerName": "Nathan Ellis"
},
{
"playerID": "91088",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Patrick Dooley"
},
{
"playerID": "82662",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Peter Hatzoglou"
},
{
"playerID": "66871",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Riley Meredith"
}
]
}
]
},
{
"teamID": "1268",
"name": "Sydney Sixers",
"squad": [
{
"matchType": "T20",
"playersArray": [
{
"playerID": "10131",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "James Vince"
},
{
"playerID": "63276",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Jordan Silk"
},
{
"playerID": "57089",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Kurtis Patterson"
},
{
"playerID": "70777",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Lachlan Hearne"
},
{
"playerID": "4957",
"iswk": false,
"iscap": true,
"playerRole": "BATSMAN",
"playerName": "Moises Henriques"
},
{
"playerID": "74134",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Hayden Kerr"
},
{
"playerID": "67266",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Jack Edwards"
},
{
"playerID": "90695",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Joel Davies"
},
{
"playerID": "68051",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Josh Philippe"
},
{
"playerID": "90689",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Lachlan Shaw"
},
{
"playerID": "57239",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Akeal Hosein"
},
{
"playerID": "64473",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Ben Dwarshuis"
},
{
"playerID": "70728",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Benjamin Manenti"
},
{
"playerID": "95556",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Hanno Jacobs"
},
{
"playerID": "11332",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Jackson Bird"
},
{
"playerID": "98448",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Jafer Chohan"
},
{
"playerID": "74140",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Mitchell Perry"
}
]
}
]
},
{
"teamID": "1266",
"name": "Melbourne Stars",
"squad": [
{
"matchType": "T20",
"playersArray": [
{
"playerID": "95562",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Blake Macdonald"
},
{
"playerID": "90686",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Campbell Kellaway"
},
{
"playerID": "63348",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Hilton Cartwright"
},
{
"playerID": "91020",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Thomas Rogers"
},
{
"playerID": "65548",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Dan Lawrence"
},
{
"playerID": "10085",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Glenn Maxwell"
},
{
"playerID": "67270",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Jonathan Merlo"
},
{
"playerID": "4311",
"iswk": false,
"iscap": true,
"playerRole": "ALL_ROUNDER",
"playerName": "Marcus Stoinis"
},
{
"playerID": "64149",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Tom Curran"
},
{
"playerID": "63082",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Ben Duckett"
},
{
"playerID": "56977",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Peter Handscomb"
},
{
"playerID": "65044",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Sam Harper"
},
{
"playerID": "11933",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Adam Milne"
},
{
"playerID": "102052",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Austin Anlezark"
},
{
"playerID": "81814",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Brody Couch"
},
{
"playerID": "112816",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Doug Warren"
},
{
"playerID": "62251",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Joel Paris"
},
{
"playerID": "57861",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Mark Steketee"
},
{
"playerID": "4197",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Peter Siddle"
},
{
"playerID": "64050",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Usama Mir"
}
]
}
]
},
{
"teamID": "1262",
"name": "Adelaide Strikers",
"squad": [
{
"matchType": "T20",
"playersArray": [
{
"playerID": "18958",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Alex Ross"
},
{
"playerID": "10062",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Chris Lynn"
},
{
"playerID": "66573",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "D'Arcy Short"
},
{
"playerID": "66204",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Jake Weatherald"
},
{
"playerID": "83365",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Thomas Kelly"
},
{
"playerID": "78388",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Harry Manenti"
},
{
"playerID": "64568",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "James Bazley"
},
{
"playerID": "58482",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Jamie Overton"
},
{
"playerID": "72440",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Liam Scott"
},
{
"playerID": "63846",
"iswk": false,
"iscap": true,
"playerRole": "ALL_ROUNDER",
"playerName": "Matthew Short"
},
{
"playerID": "63706",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Alex Carey"
},
{
"playerID": "67690",
"iswk": false,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Harry Nielsen"
},
{
"playerID": "66403",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Ollie Pope"
},
{
"playerID": "66572",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Brendan Doggett"
},
{
"playerID": "55485",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Cameron Boyce"
},
{
"playerID": "65532",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Henry Thornton"
},
{
"playerID": "88002",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Jordan Buckingham"
},
{
"playerID": "103894",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Liam Haskett"
},
{
"playerID": "67274",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Lloyd Pope"
}
]
}
]
},
{
"teamID": "1267",
"name": "Perth Scorchers",
"squad": [
{
"matchType": "T20",
"playersArray": [
{
"playerID": "68072",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Aaron Hardie"
},
{
"playerID": "58635",
"iswk": false,
"iscap": true,
"playerRole": "BATSMAN",
"playerName": "Ashton Turner"
},
{
"playerID": "60403",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Keaton Jennings"
},
{
"playerID": "70829",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Nick Hobson"
},
{
"playerID": "70767",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Sam Fanning"
},
{
"playerID": "57172",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Ashton Agar"
},
{
"playerID": "74410",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Cooper Connolly"
},
{
"playerID": "67276",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Matthew Spoors"
},
{
"playerID": "10094",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Mitchell Marsh"
},
{
"playerID": "66046",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Finn Allen"
},
{
"playerID": "65893",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Josh Inglis"
},
{
"playerID": "97108",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Matthew Hurst"
},
{
"playerID": "64274",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Andrew Tye"
},
{
"playerID": "88012",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Bryce Jackson"
},
{
"playerID": "57041",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Jason Behrendorff"
},
{
"playerID": "70602",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Lance Morris"
},
{
"playerID": "101794",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Mahli Beardman"
},
{
"playerID": "63958",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Matthew Kelly"
}
]
}
]
},
{
"teamID": "1269",
"name": "Sydney Thunder",
"squad": [
{
"matchType": "T20",
"playersArray": [
{
"playerID": "91620",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Blake Nikitaras"
},
{
"playerID": "5380",
"iswk": false,
"iscap": true,
"playerRole": "BATSMAN",
"playerName": "David Warner"
},
{
"playerID": "101791",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Hugh Weibgen"
},
{
"playerID": "66110",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Jason Sangha"
},
{
"playerID": "10152",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Nic Maddinson"
},
{
"playerID": "68133",
"iswk": false,
"iscap": false,
"playerRole": "BATSMAN",
"playerName": "Oliver Davies"
},
{
"playerID": "64971",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Chris Green"
},
{
"playerID": "10043",
"iswk": false,
"iscap": false,
"playerRole": "ALL_ROUNDER",
"playerName": "Dan Christian"
},
{
"playerID": "67118",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Matthew Gilkes"
},
{
"playerID": "58285",
"iswk": true,
"iscap": false,
"playerRole": "KEEPER",
"playerName": "Sam Billings"
},
{
"playerID": "65634",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "George Garton"
},
{
"playerID": "65626",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Liam Hatcher"
},
{
"playerID": "71119",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Mohammad Hasnain"
},
{
"playerID": "65960",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Nathan McAndrew"
},
{
"playerID": "67277",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Ryan Hadley"
},
{
"playerID": "70770",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Tanveer Sangha"
},
{
"playerID": "63859",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Tom Andrews"
},
{
"playerID": "66108",
"iswk": false,
"iscap": false,
"playerRole": "BOWLER",
"playerName": "Wes Agar"
}
]
}
]
}
]
}
Get Cricket Series Statistics
This endpoint retrieves the statistics for a specific cricket series identified by the seriesId
. It provides detailed information about the series, including various performance metrics and statistics relevant to the matches played within that series.
Request
Method: GET
URL:
https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/statics
Path Parameters
seriesId
(required): The unique identifier for the cricket series whose statistics are being requested.
Response
The response will contain a detailed JSON object with statistics related to the specified series. The structure of the response may include various metrics such as match results, player performances, and other relevant data points.
Expected Response Format
Status Code: 200 OK (if the request is successful)
Content-Type: application/json
Important Notes
Ensure that the
seriesId
is valid and corresponds to an existing cricket series in the database.The response may vary based on the availability of data for the requested series.
Handle potential errors gracefully, such as invalid
seriesId
or server issues, which may return appropriate error codes (e.g., 404 Not Found, 500 Internal Server Error).
{API_KEY}
GET /cricket/api/v2/series/{seriesId}/statics HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
OK
{
"odi": null,
"test": null,
"t20": {
"topGuns": {
"Most_Runs": {
"player_id": "5380",
"team_id": "1269",
"player_name": "David Warner",
"runs_scored": "357",
"team_short_name": "THU"
},
"Most_Wickets": {
"player_id": "57041",
"team_id": "1267",
"player_name": "Jason Behrendorff",
"wickets": "17",
"team_short_name": "SCO"
},
"Highest_Score": {
"player_id": "4308",
"team_id": "1268",
"player_name": "Steven Smith",
"team_short_name": "SIX",
"highest_score": "121*",
"balls_faced": "64"
},
"Best_figures": {
"player_id": "65960",
"team_id": "1269",
"player_name": "Nathan McAndrew",
"team_short_name": "THU",
"best_bowling_figures": "5/16"
}
},
"Batting": {
"Most_Runs": [
{
"player_id": "5380",
"player_name": "David Warner",
"matches_played": "11",
"innings_played": "11",
"runs_scored": "357",
"highest_score": "88*",
"team_id": "1269",
"team_short_name": "THU"
},
{
"player_id": "74410",
"player_name": "Cooper Connolly",
"matches_played": "10",
"innings_played": "10",
"runs_scored": "351",
"highest_score": "66",
"team_id": "1267",
"team_short_name": "SCO"
},
{
"player_id": "81813",
"player_name": "Mitchell Owen",
"matches_played": "10",
"innings_played": "10",
"runs_scored": "344",
"highest_score": "101*",
"team_id": "1264",
"team_short_name": "HUR"
},
{
"player_id": "10085",
"player_name": "Glenn Maxwell",
"matches_played": "9",
"innings_played": "9",
"runs_scored": "325",
"highest_score": "90",
"team_id": "1266",
"team_short_name": "STA"
},
{
"player_id": "4311",
"player_name": "Marcus Stoinis",
"matches_played": "11",
"innings_played": "11",
"runs_scored": "311",
"highest_score": "62",
"team_id": "1266",
"team_short_name": "STA"
},
{
"player_id": "65050",
"player_name": "Matt Renshaw",
"matches_played": "9",
"innings_played": "9",
"runs_scored": "280",
"highest_score": "54",
"team_id": "1263",
"team_short_name": "HEA"
},
{
"player_id": "67267",
"player_name": "Max Bryant",
"matches_played": "9",
"innings_played": "9",
"runs_scored": "259",
"highest_score": "77*",
"team_id": "1263",
"team_short_name": "HEA"
},
{
"player_id": "18958",
"player_name": "Alex Ross",
"matches_played": "10",
"innings_played": "10",
"runs_scored": "256",
"highest_score": "48",
"team_id": "1262",
"team_short_name": "STR"
},
{
"player_id": "67402",
"player_name": "Tim David",
"matches_played": "10",
"innings_played": "9",
"runs_scored": "254",
"highest_score": "68*",
"team_id": "1264",
"team_short_name": "HUR"
},
{
"player_id": "58285",
"player_name": "Sam Billings",
"matches_played": "11",
"innings_played": "10",
"runs_scored": "251",
"highest_score": "72",
"team_id": "1269",
"team_short_name": "THU"
},
{
"player_id": "63082",
"player_name": "Ben Duckett",
"matches_played": "7",
"innings_played": "7",
"runs_scored": "243",
"highest_score": "68",
"team_id": "1266",
"team_short_name": "STA"
},
{
"player_id": "58635",
"player_name": "Ashton Turner",
"matches_played": "10",
"innings_played": "10",
"runs_scored": "240",
"highest_score": "66*",
"team_id": "1267",
"team_short_name": "SCO"
},
{
"player_id": "63846",
"player_name": "Matthew Short",
"matches_played": "7",
"innings_played": "7",
"runs_scored": "236",
"highest_score": "109",
"team_id": "1262",
"team_short_name": "STR"
},
{
"player_id": "4957",
"player_name": "Moises Henriques",
"matches_played": "11",
"innings_played": "10",
"runs_scored": "236",
"highest_score": "53*",
"team_id": "1268",
"team_short_name": "SIX"
},
{
"player_id": "66951",
"player_name": "Nikhil Chaudhary",
"matches_played": "10",
"innings_played": "9",
"runs_scored": "231",
"highest_score": "42",
"team_id": "1264",
"team_short_name": "HUR"
}
],
"Highest_Score": [
{
"player_id": "4308",
"player_name": "Steven Smith",
"team_id": "1268",
"team_short_name": "SIX",
"vs_team_short_name": "SCO",
"highest_score": "121*",
"balls_faced": "64"
},
{
"player_id": "63846",
"player_name": "Matthew Short",
"team_id": "1262",
"team_short_name": "STR",
"vs_team_short_name": "HEA",
"highest_score": "109",
"balls_faced": "54"
},
{
"player_id": "10131",
"player_name": "James Vince",
"team_id": "1268",
"team_short_name": "SIX",
"vs_team_short_name": "STA",
"highest_score": "101*",
"balls_faced": "58"
},
{
"player_id": "81813",
"player_name": "Mitchell Owen",
"team_id": "1264",
"team_short_name": "HUR",
"vs_team_short_name": "SCO",
"highest_score": "101*",
"balls_faced": "64"
},
{
"player_id": "70746",
"player_name": "Jake Fraser-McGurk",
"team_id": "1265",
"team_short_name": "REN",
"vs_team_short_name": "HEA",
"highest_score": "95",
"balls_faced": "46"
},
{
"player_id": "10085",
"player_name": "Glenn Maxwell",
"team_id": "1266",
"team_short_name": "STA",
"vs_team_short_name": "REN",
"highest_score": "90",
"balls_faced": "52"
},
{
"player_id": "10062",
"player_name": "Chris Lynn",
"team_id": "1262",
"team_short_name": "STR",
"vs_team_short_name": "REN",
"highest_score": "88",
"balls_faced": "51"
},
{
"player_id": "5380",
"player_name": "David Warner",
"team_id": "1269",
"team_short_name": "THU",
"vs_team_short_name": "HUR",
"highest_score": "88*",
"balls_faced": "66"
},
{
"player_id": "85736",
"player_name": "Jacob Bethell",
"team_id": "1265",
"team_short_name": "REN",
"vs_team_short_name": "HUR",
"highest_score": "87",
"balls_faced": "50"
},
{
"player_id": "5380",
"player_name": "David Warner",
"team_id": "1269",
"team_short_name": "THU",
"vs_team_short_name": "REN",
"highest_score": "86*",
"balls_faced": "57"
},
{
"player_id": "68008",
"player_name": "Nathan McSweeney",
"team_id": "1263",
"team_short_name": "HEA",
"vs_team_short_name": "STR",
"highest_score": "78*",
"balls_faced": "49"
},
{
"player_id": "65083",
"player_name": "Marnus Labuschagne",
"team_id": "1263",
"team_short_name": "HEA",
"vs_team_short_name": "HUR",
"highest_score": "77",
"balls_faced": "44"
},
{
"player_id": "67267",
"player_name": "Max Bryant",
"team_id": "1263",
"team_short_name": "HEA",
"vs_team_short_name": "STA",
"highest_score": "77*",
"balls_faced": "48"
},
{
"player_id": "10085",
"player_name": "Glenn Maxwell",
"team_id": "1266",
"team_short_name": "STA",
"vs_team_short_name": "HUR",
"highest_score": "76*",
"balls_faced": "32"
},
{
"player_id": "65622",
"player_name": "Caleb Jewell",
"team_id": "1264",
"team_short_name": "HUR",
"vs_team_short_name": "HEA",
"highest_score": "76",
"balls_faced": "49"
}
],
"Most_Fifties": [
{
"player_id": "63082",
"team_id": "1266",
"player_name": "Ben Duckett",
"matches_played": "7",
"innings_played": "7",
"fifties": "3",
"team_short_name": "STA",
"runs_scored": "243"
},
{
"player_id": "10085",
"team_id": "1266",
"player_name": "Glenn Maxwell",
"matches_played": "9",
"innings_played": "9",
"fifties": "3",
"team_short_name": "STA",
"runs_scored": "325"
},
{
"player_id": "5380",
"team_id": "1269",
"player_name": "David Warner",
"matches_played": "11",
"innings_played": "11",
"fifties": "3",
"team_short_name": "THU",
"runs_scored": "357"
},
{
"player_id": "110298",
"team_id": "1269",
"player_name": "Sam Konstas",
"matches_played": "5",
"innings_played": "5",
"fifties": "2",
"team_short_name": "THU",
"runs_scored": "122"
},
{
"player_id": "67267",
"team_id": "1263",
"player_name": "Max Bryant",
"matches_played": "9",
"innings_played": "9",
"fifties": "2",
"team_short_name": "HEA",
"runs_scored": "259"
},
{
"player_id": "67402",
"team_id": "1264",
"player_name": "Tim David",
"matches_played": "10",
"innings_played": "9",
"fifties": "2",
"team_short_name": "HUR",
"runs_scored": "254"
},
{
"player_id": "74410",
"team_id": "1267",
"player_name": "Cooper Connolly",
"matches_played": "10",
"innings_played": "10",
"fifties": "2",
"team_short_name": "SCO",
"runs_scored": "351"
},
{
"player_id": "66046",
"team_id": "1267",
"player_name": "Finn Allen",
"matches_played": "10",
"innings_played": "10",
"fifties": "2",
"team_short_name": "SCO",
"runs_scored": "181"
},
{
"player_id": "65083",
"team_id": "1263",
"player_name": "Marnus Labuschagne",
"matches_played": "1",
"innings_played": "1",
"fifties": "1",
"team_short_name": "HEA",
"runs_scored": "77"
},
{
"player_id": "4308",
"team_id": "1268",
"player_name": "Steven Smith",
"matches_played": "3",
"innings_played": "2",
"fifties": "1",
"team_short_name": "SIX",
"runs_scored": "173"
},
{
"player_id": "65548",
"team_id": "1266",
"player_name": "Dan Lawrence",
"matches_played": "3",
"innings_played": "3",
"fifties": "1",
"team_short_name": "STA",
"runs_scored": "80"
},
{
"player_id": "59365",
"team_id": "1269",
"player_name": "Cameron Bancroft",
"matches_played": "5",
"innings_played": "4",
"fifties": "1",
"team_short_name": "THU",
"runs_scored": "105"
},
{
"player_id": "60299",
"team_id": "1263",
"player_name": "Jimmy Peirson",
"matches_played": "4",
"innings_played": "4",
"fifties": "1",
"team_short_name": "HEA",
"runs_scored": "105"
},
{
"player_id": "72440",
"team_id": "1262",
"player_name": "Liam Scott",
"matches_played": "5",
"innings_played": "5",
"fifties": "1",
"team_short_name": "STR",
"runs_scored": "87"
},
{
"player_id": "10131",
"team_id": "1268",
"player_name": "James Vince",
"matches_played": "6",
"innings_played": "6",
"fifties": "1",
"team_short_name": "SIX",
"runs_scored": "228"
}
],
"Most_Hundreds": [
{
"player_id": "4308",
"team_id": "1268",
"player_name": "Steven Smith",
"hundred": "1",
"runs_scored": "173",
"matches_played": "3",
"innings_played": "2",
"team_short_name": "SIX"
},
{
"player_id": "10131",
"team_id": "1268",
"player_name": "James Vince",
"hundred": "1",
"runs_scored": "228",
"matches_played": "6",
"innings_played": "6",
"team_short_name": "SIX"
},
{
"player_id": "63846",
"team_id": "1262",
"player_name": "Matthew Short",
"hundred": "1",
"runs_scored": "236",
"matches_played": "7",
"innings_played": "7",
"team_short_name": "STR"
},
{
"player_id": "81813",
"team_id": "1264",
"player_name": "Mitchell Owen",
"hundred": "1",
"runs_scored": "344",
"matches_played": "10",
"innings_played": "10",
"team_short_name": "HUR"
}
],
"Most_4s": [
{
"player_id": "5380",
"team_id": "1269",
"player_name": "David Warner",
"matches_played": "11",
"team_short_name": "THU",
"runs_scored": "357",
"fours": "39",
"innings_played": "11"
},
{
"player_id": "4311",
"team_id": "1266",
"player_name": "Marcus Stoinis",
"matches_played": "11",
"team_short_name": "STA",
"runs_scored": "311",
"fours": "34",
"innings_played": "11"
},
{
"player_id": "63082",
"team_id": "1266",
"player_name": "Ben Duckett",
"matches_played": "7",
"team_short_name": "STA",
"runs_scored": "243",
"fours": "29",
"innings_played": "7"
},
{
"player_id": "81813",
"team_id": "1264",
"player_name": "Mitchell Owen",
"matches_played": "10",
"team_short_name": "HUR",
"runs_scored": "344",
"fours": "29",
"innings_played": "10"
},
{
"player_id": "10131",
"team_id": "1268",
"player_name": "James Vince",
"matches_played": "6",
"team_short_name": "SIX",
"runs_scored": "228",
"fours": "27",
"innings_played": "6"
},
{
"player_id": "58285",
"team_id": "1269",
"player_name": "Sam Billings",
"matches_played": "11",
"team_short_name": "THU",
"runs_scored": "251",
"fours": "27",
"innings_played": "10"
},
{
"player_id": "18958",
"team_id": "1262",
"player_name": "Alex Ross",
"matches_played": "10",
"team_short_name": "STR",
"runs_scored": "256",
"fours": "24",
"innings_played": "10"
},
{
"player_id": "63846",
"team_id": "1262",
"player_name": "Matthew Short",
"matches_played": "7",
"team_short_name": "STR",
"runs_scored": "236",
"fours": "23",
"innings_played": "7"
},
{
"player_id": "10062",
"team_id": "1262",
"player_name": "Chris Lynn",
"matches_played": "7",
"team_short_name": "STR",
"runs_scored": "230",
"fours": "23",
"innings_played": "7"
},
{
"player_id": "66951",
"team_id": "1264",
"player_name": "Nikhil Chaudhary",
"matches_played": "10",
"team_short_name": "HUR",
"runs_scored": "231",
"fours": "22",
"innings_played": "9"
},
{
"player_id": "68051",
"team_id": "1268",
"player_name": "Josh Philippe",
"matches_played": "11",
"team_short_name": "SIX",
"runs_scored": "195",
"fours": "21",
"innings_played": "10"
},
{
"player_id": "10085",
"team_id": "1266",
"player_name": "Glenn Maxwell",
"matches_played": "9",
"team_short_name": "STA",
"runs_scored": "325",
"fours": "20",
"innings_played": "9"
},
{
"player_id": "67267",
"team_id": "1263",
"player_name": "Max Bryant",
"matches_played": "9",
"team_short_name": "HEA",
"runs_scored": "259",
"fours": "20",
"innings_played": "9"
},
{
"player_id": "67402",
"team_id": "1264",
"player_name": "Tim David",
"matches_played": "10",
"team_short_name": "HUR",
"runs_scored": "254",
"fours": "20",
"innings_played": "9"
},
{
"player_id": "66573",
"team_id": "1262",
"player_name": "D'Arcy Short",
"matches_played": "9",
"team_short_name": "STR",
"runs_scored": "188",
"fours": "20",
"innings_played": "9"
}
],
"Most_6s": [
{
"player_id": "10085",
"team_id": "1266",
"player_name": "Glenn Maxwell",
"matches_played": "9",
"sixes": "27",
"runs_scored": "325",
"team_short_name": "STA"
},
{
"player_id": "81813",
"team_id": "1264",
"player_name": "Mitchell Owen",
"matches_played": "10",
"sixes": "25",
"runs_scored": "344",
"team_short_name": "HUR"
},
{
"player_id": "74410",
"team_id": "1267",
"player_name": "Cooper Connolly",
"matches_played": "10",
"sixes": "19",
"runs_scored": "351",
"team_short_name": "SCO"
},
{
"player_id": "65050",
"team_id": "1263",
"player_name": "Matt Renshaw",
"matches_played": "9",
"sixes": "17",
"runs_scored": "280",
"team_short_name": "HEA"
},
{
"player_id": "67402",
"team_id": "1264",
"player_name": "Tim David",
"matches_played": "10",
"sixes": "17",
"runs_scored": "254",
"team_short_name": "HUR"
},
{
"player_id": "67267",
"team_id": "1263",
"player_name": "Max Bryant",
"matches_played": "9",
"sixes": "14",
"runs_scored": "259",
"team_short_name": "HEA"
},
{
"player_id": "63846",
"team_id": "1262",
"player_name": "Matthew Short",
"matches_played": "7",
"sixes": "12",
"runs_scored": "236",
"team_short_name": "STR"
},
{
"player_id": "10062",
"team_id": "1262",
"player_name": "Chris Lynn",
"matches_played": "7",
"sixes": "12",
"runs_scored": "230",
"team_short_name": "STR"
},
{
"player_id": "95581",
"team_id": "1265",
"player_name": "Josh Brown",
"matches_played": "9",
"sixes": "12",
"runs_scored": "183",
"team_short_name": "REN"
},
{
"player_id": "70746",
"team_id": "1265",
"player_name": "Jake Fraser-McGurk",
"matches_played": "10",
"sixes": "12",
"runs_scored": "188",
"team_short_name": "REN"
},
{
"player_id": "4308",
"team_id": "1268",
"player_name": "Steven Smith",
"matches_played": "3",
"sixes": "11",
"runs_scored": "173",
"team_short_name": "SIX"
},
{
"player_id": "64473",
"team_id": "1268",
"player_name": "Ben Dwarshuis",
"matches_played": "11",
"sixes": "10",
"runs_scored": "146",
"team_short_name": "SIX"
},
{
"player_id": "58482",
"team_id": "1262",
"player_name": "Jamie Overton",
"matches_played": "9",
"sixes": "10",
"runs_scored": "191",
"team_short_name": "STR"
},
{
"player_id": "66046",
"team_id": "1267",
"player_name": "Finn Allen",
"matches_played": "10",
"sixes": "10",
"runs_scored": "181",
"team_short_name": "SCO"
},
{
"player_id": "85736",
"team_id": "1265",
"player_name": "Jacob Bethell",
"matches_played": "8",
"sixes": "9",
"runs_scored": "195",
"team_short_name": "REN"
}
],
"Best_Batting_Average": [
{
"player_id": "4308",
"team_id": "1268",
"player_name": "Steven Smith",
"matches_played": "3",
"innings_played": "2",
"team_short_name": "SIX",
"runs_scored": "173",
"average": "173.00"
},
{
"player_id": "58482",
"team_id": "1262",
"player_name": "Jamie Overton",
"matches_played": "9",
"innings_played": "9",
"team_short_name": "STR",
"runs_scored": "191",
"average": "95.50"
},
{
"player_id": "65083",
"team_id": "1263",
"player_name": "Marnus Labuschagne",
"matches_played": "1",
"innings_played": "1",
"team_short_name": "HEA",
"runs_scored": "77",
"average": "77.00"
},
{
"player_id": "63859",
"team_id": "1269",
"player_name": "Tom Andrews",
"matches_played": "9",
"innings_played": "4",
"team_short_name": "THU",
"runs_scored": "66",
"average": "66.00"
},
{
"player_id": "10085",
"team_id": "1266",
"player_name": "Glenn Maxwell",
"matches_played": "9",
"innings_played": "9",
"team_short_name": "STA",
"runs_scored": "325",
"average": "54.16"
},
{
"player_id": "74410",
"team_id": "1267",
"player_name": "Cooper Connolly",
"matches_played": "10",
"innings_played": "10",
"team_short_name": "SCO",
"runs_scored": "351",
"average": "50.14"
},
{
"player_id": "67685",
"team_id": "1265",
"player_name": "Tom Rogers",
"matches_played": "10",
"innings_played": "9",
"team_short_name": "REN",
"runs_scored": "99",
"average": "49.50"
},
{
"player_id": "66572",
"team_id": "1262",
"player_name": "Brendan Doggett",
"matches_played": "6",
"innings_played": "2",
"team_short_name": "STR",
"runs_scored": "49",
"average": "49.00"
},
{
"player_id": "10131",
"team_id": "1268",
"player_name": "James Vince",
"matches_played": "6",
"innings_played": "6",
"team_short_name": "SIX",
"runs_scored": "228",
"average": "45.60"
},
{
"player_id": "37161",
"team_id": "1265",
"player_name": "Jonathan Wells",
"matches_played": "2",
"innings_played": "1",
"team_short_name": "REN",
"runs_scored": "45",
"average": "45.00"
},
{
"player_id": "5380",
"team_id": "1269",
"player_name": "David Warner",
"matches_played": "11",
"innings_played": "11",
"team_short_name": "THU",
"runs_scored": "357",
"average": "44.62"
},
{
"player_id": "72440",
"team_id": "1262",
"player_name": "Liam Scott",
"matches_played": "5",
"innings_played": "5",
"team_short_name": "STR",
"runs_scored": "87",
"average": "43.50"
},
{
"player_id": "67267",
"team_id": "1263",
"player_name": "Max Bryant",
"matches_played": "9",
"innings_played": "9",
"team_short_name": "HEA",
"runs_scored": "259",
"average": "43.16"
},
{
"player_id": "67402",
"team_id": "1264",
"player_name": "Tim David",
"matches_played": "10",
"innings_played": "9",
"team_short_name": "HUR",
"runs_scored": "254",
"average": "42.33"
},
{
"player_id": "65548",
"team_id": "1266",
"player_name": "Dan Lawrence",
"matches_played": "3",
"innings_played": "3",
"team_short_name": "STA",
"runs_scored": "80",
"average": "40.00"
}
],
"Best_Strike_Rate": [
{
"player_id": "10048",
"team_id": "1263",
"player_name": "Usman Khawaja",
"matches_played": "1",
"team_short_name": "HEA",
"batting_strike_rate": "255.55",
"runs_scored": "23"
},
{
"player_id": "67859",
"team_id": "1269",
"player_name": "Daniel Sams",
"matches_played": "5",
"team_short_name": "THU",
"batting_strike_rate": "214.28",
"runs_scored": "60"
},
{
"player_id": "63859",
"team_id": "1269",
"player_name": "Tom Andrews",
"matches_played": "9",
"team_short_name": "THU",
"batting_strike_rate": "206.25",
"runs_scored": "66"
},
{
"player_id": "90695",
"team_id": "1268",
"player_name": "Joel Davies",
"matches_played": "3",
"team_short_name": "SIX",
"batting_strike_rate": "200.00",
"runs_scored": "10"
},
{
"player_id": "39447",
"team_id": "1263",
"player_name": "Michael Neser",
"matches_played": "4",
"team_short_name": "HEA",
"batting_strike_rate": "200.00",
"runs_scored": "30"
},
{
"player_id": "81813",
"team_id": "1264",
"player_name": "Mitchell Owen",
"matches_played": "10",
"team_short_name": "HUR",
"batting_strike_rate": "191.11",
"runs_scored": "344"
},
{
"player_id": "63706",
"team_id": "1262",
"player_name": "Alex Carey",
"matches_played": "3",
"team_short_name": "STR",
"batting_strike_rate": "189.28",
"runs_scored": "53"
},
{
"player_id": "10085",
"team_id": "1266",
"player_name": "Glenn Maxwell",
"matches_played": "9",
"team_short_name": "STA",
"batting_strike_rate": "186.78",
"runs_scored": "325"
},
{
"player_id": "65960",
"team_id": "1269",
"player_name": "Nathan McAndrew",
"matches_played": "6",
"team_short_name": "THU",
"batting_strike_rate": "185.00",
"runs_scored": "37"
},
{
"player_id": "66046",
"team_id": "1267",
"player_name": "Finn Allen",
"matches_played": "10",
"team_short_name": "SCO",
"batting_strike_rate": "184.69",
"runs_scored": "181"
},
{
"player_id": "4308",
"team_id": "1268",
"player_name": "Steven Smith",
"matches_played": "3",
"team_short_name": "SIX",
"batting_strike_rate": "182.10",
"runs_scored": "173"
},
{
"player_id": "67402",
"team_id": "1264",
"player_name": "Tim David",
"matches_played": "10",
"team_short_name": "HUR",
"batting_strike_rate": "177.62",
"runs_scored": "254"
},
{
"player_id": "64568",
"team_id": "1262",
"player_name": "James Bazley",
"matches_played": "6",
"team_short_name": "STR",
"batting_strike_rate": "176.08",
"runs_scored": "81"
},
{
"player_id": "65083",
"team_id": "1263",
"player_name": "Marnus Labuschagne",
"matches_played": "1",
"team_short_name": "HEA",
"batting_strike_rate": "175.00",
"runs_scored": "77"
},
{
"player_id": "64473",
"team_id": "1268",
"player_name": "Ben Dwarshuis",
"matches_played": "11",
"team_short_name": "SIX",
"batting_strike_rate": "173.81",
"runs_scored": "146"
}
]
},
"Bowling": {
"Most_Wickets": [
{
"player_id": "57041",
"team_id": "1267",
"player_name": "Jason Behrendorff",
"wickets": "17",
"team_short_name": "SCO",
"overs": "39.1",
"matches_played": "10"
},
{
"player_id": "67685",
"team_id": "1265",
"player_name": "Tom Rogers",
"wickets": "16",
"team_short_name": "REN",
"overs": "36.2",
"matches_played": "10"
},
{
"player_id": "57861",
"team_id": "1266",
"player_name": "Mark Steketee",
"wickets": "15",
"team_short_name": "STA",
"overs": "19.3",
"matches_played": "6"
},
{
"player_id": "70602",
"team_id": "1267",
"player_name": "Lance Morris",
"wickets": "15",
"team_short_name": "SCO",
"overs": "31.2",
"matches_played": "8"
},
{
"player_id": "67274",
"team_id": "1262",
"player_name": "Lloyd Pope",
"wickets": "15",
"team_short_name": "STR",
"overs": "35",
"matches_played": "10"
},
{
"player_id": "64473",
"team_id": "1268",
"player_name": "Ben Dwarshuis",
"wickets": "14",
"team_short_name": "SIX",
"overs": "39",
"matches_played": "11"
},
{
"player_id": "67778",
"team_id": "1263",
"player_name": "Spencer Johnson",
"wickets": "13",
"team_short_name": "HEA",
"overs": "28",
"matches_played": "7"
},
{
"player_id": "66871",
"team_id": "1264",
"player_name": "Riley Meredith",
"wickets": "13",
"team_short_name": "HUR",
"overs": "34",
"matches_played": "9"
},
{
"player_id": "64971",
"team_id": "1269",
"player_name": "Chris Green",
"wickets": "12",
"team_short_name": "THU",
"overs": "38",
"matches_played": "11"
},
{
"player_id": "58913",
"team_id": "1265",
"player_name": "Adam Zampa",
"wickets": "12",
"team_short_name": "REN",
"overs": "36",
"matches_played": "10"
},
{
"player_id": "4197",
"team_id": "1266",
"player_name": "Peter Siddle",
"wickets": "12",
"team_short_name": "STA",
"overs": "36.1",
"matches_played": "10"
},
{
"player_id": "65532",
"team_id": "1262",
"player_name": "Henry Thornton",
"wickets": "12",
"team_short_name": "STR",
"overs": "29.5",
"matches_played": "8"
},
{
"player_id": "66516",
"team_id": "1263",
"player_name": "Xavier Bartlett",
"wickets": "12",
"team_short_name": "HEA",
"overs": "35.1",
"matches_played": "9"
},
{
"player_id": "64050",
"team_id": "1266",
"player_name": "Usama Mir",
"wickets": "11",
"team_short_name": "STA",
"overs": "30",
"matches_played": "8"
},
{
"player_id": "66108",
"team_id": "1269",
"player_name": "Wes Agar",
"wickets": "11",
"team_short_name": "THU",
"overs": "24.4",
"matches_played": "7"
}
],
"Best_figures": [
{
"player_id": "65960",
"team_id": "1269",
"player_name": "Nathan McAndrew",
"best_bowling_figures": "5/16",
"team_short_name": "THU",
"overs": "4",
"vs_team_short_name": "STA"
},
{
"player_id": "57861",
"team_id": "1266",
"player_name": "Mark Steketee",
"best_bowling_figures": "5/17",
"team_short_name": "STA",
"overs": "4",
"vs_team_short_name": "REN"
},
{
"player_id": "66516",
"team_id": "1263",
"player_name": "Xavier Bartlett",
"best_bowling_figures": "4/10",
"team_short_name": "HEA",
"overs": "4",
"vs_team_short_name": "STA"
},
{
"player_id": "66573",
"team_id": "1262",
"player_name": "D'Arcy Short",
"best_bowling_figures": "4/15",
"team_short_name": "STR",
"overs": "3",
"vs_team_short_name": "HEA"
},
{
"player_id": "11332",
"team_id": "1268",
"player_name": "Jackson Bird",
"best_bowling_figures": "4/16",
"team_short_name": "SIX",
"overs": "4",
"vs_team_short_name": "HUR"
},
{
"player_id": "67778",
"team_id": "1263",
"player_name": "Spencer Johnson",
"best_bowling_figures": "4/20",
"team_short_name": "HEA",
"overs": "4",
"vs_team_short_name": "SCO"
},
{
"player_id": "57861",
"team_id": "1266",
"player_name": "Mark Steketee",
"best_bowling_figures": "4/24",
"team_short_name": "STA",
"overs": "3.3",
"vs_team_short_name": "HUR"
},
{
"player_id": "64473",
"team_id": "1268",
"player_name": "Ben Dwarshuis",
"best_bowling_figures": "4/32",
"team_short_name": "SIX",
"overs": "4",
"vs_team_short_name": "HEA"
},
{
"player_id": "66108",
"team_id": "1269",
"player_name": "Wes Agar",
"best_bowling_figures": "4/32",
"team_short_name": "THU",
"overs": "4",
"vs_team_short_name": "REN"
},
{
"player_id": "57028",
"team_id": "1268",
"player_name": "Sean Abbott",
"best_bowling_figures": "4/43",
"team_short_name": "SIX",
"overs": "4",
"vs_team_short_name": "SCO"
},
{
"player_id": "62251",
"team_id": "1266",
"player_name": "Joel Paris",
"best_bowling_figures": "3/13",
"team_short_name": "STA",
"overs": "4",
"vs_team_short_name": "REN"
},
{
"player_id": "64971",
"team_id": "1269",
"player_name": "Chris Green",
"best_bowling_figures": "3/13",
"team_short_name": "THU",
"overs": "4",
"vs_team_short_name": "SCO"
},
{
"player_id": "66869",
"team_id": "1265",
"player_name": "Will Sutherland",
"best_bowling_figures": "3/14",
"team_short_name": "REN",
"overs": "3",
"vs_team_short_name": "HUR"
},
{
"player_id": "57861",
"team_id": "1266",
"player_name": "Mark Steketee",
"best_bowling_figures": "3/14",
"team_short_name": "STA",
"overs": "3",
"vs_team_short_name": "SIX"
},
{
"player_id": "88003",
"team_id": "1265",
"player_name": "Fergus O'Neill",
"best_bowling_figures": "3/16",
"team_short_name": "REN",
"overs": "3",
"vs_team_short_name": "HUR"
}
],
"Five_Wicket_Haul": [
{
"player_id": "65960",
"team_id": "1269",
"player_name": "Nathan McAndrew",
"team_short_name": "THU",
"five_wickets_haul": "1",
"matches_played": "6",
"wickets": "8"
},
{
"player_id": "57861",
"team_id": "1266",
"player_name": "Mark Steketee",
"team_short_name": "STA",
"five_wickets_haul": "1",
"matches_played": "6",
"wickets": "15"
}
],
"Three_Wicket_Haul": [
{
"player_id": "67778",
"team_id": "1263",
"player_name": "Spencer Johnson",
"team_short_name": "HEA",
"three_wickets_haul": "3",
"matches_played": "7",
"wickets": "13"
},
{
"player_id": "64971",
"team_id": "1269",
"player_name": "Chris Green",
"team_short_name": "THU",
"three_wickets_haul": "3",
"matches_played": "11",
"wickets": "12"
},
{
"player_id": "11332",
"team_id": "1268",
"player_name": "Jackson Bird",
"team_short_name": "SIX",
"three_wickets_haul": "2",
"matches_played": "3",
"wickets": "7"
},
{
"player_id": "65051",
"team_id": "1267",
"player_name": "Jhye Richardson",
"team_short_name": "SCO",
"three_wickets_haul": "2",
"matches_played": "5",
"wickets": "8"
},
{
"player_id": "57861",
"team_id": "1266",
"player_name": "Mark Steketee",
"team_short_name": "STA",
"three_wickets_haul": "2",
"matches_played": "6",
"wickets": "15"
},
{
"player_id": "57028",
"team_id": "1268",
"player_name": "Sean Abbott",
"team_short_name": "SIX",
"three_wickets_haul": "2",
"matches_played": "6",
"wickets": "10"
},
{
"player_id": "66108",
"team_id": "1269",
"player_name": "Wes Agar",
"team_short_name": "THU",
"three_wickets_haul": "2",
"matches_played": "7",
"wickets": "11"
},
{
"player_id": "70602",
"team_id": "1267",
"player_name": "Lance Morris",
"team_short_name": "SCO",
"three_wickets_haul": "2",
"matches_played": "8",
"wickets": "15"
},
{
"player_id": "66871",
"team_id": "1264",
"player_name": "Riley Meredith",
"team_short_name": "HUR",
"three_wickets_haul": "2",
"matches_played": "9",
"wickets": "13"
},
{
"player_id": "66516",
"team_id": "1263",
"player_name": "Xavier Bartlett",
"team_short_name": "HEA",
"three_wickets_haul": "2",
"matches_played": "9",
"wickets": "12"
},
{
"player_id": "67685",
"team_id": "1265",
"player_name": "Tom Rogers",
"team_short_name": "REN",
"three_wickets_haul": "2",
"matches_played": "10",
"wickets": "16"
},
{
"player_id": "101794",
"team_id": "1267",
"player_name": "Mahli Beardman",
"team_short_name": "SCO",
"three_wickets_haul": "1",
"matches_played": "2",
"wickets": "3"
},
{
"player_id": "57518",
"team_id": "1265",
"player_name": "Gurinder Sandhu",
"team_short_name": "REN",
"three_wickets_haul": "1",
"matches_played": "2",
"wickets": "3"
},
{
"player_id": "63277",
"team_id": "1266",
"player_name": "Beau Webster",
"team_short_name": "STA",
"three_wickets_haul": "1",
"matches_played": "7",
"wickets": "4"
},
{
"player_id": "66573",
"team_id": "1262",
"player_name": "D'Arcy Short",
"team_short_name": "STR",
"three_wickets_haul": "1",
"matches_played": "9",
"wickets": "6"
}
],
"Best_Bowling_Average": [
{
"player_id": "66110",
"team_id": "1269",
"player_name": "Jason Sangha",
"team_short_name": "THU",
"best_bowling_average": "9.00",
"wickets": "1",
"matches_played": "2"
},
{
"player_id": "57861",
"team_id": "1266",
"player_name": "Mark Steketee",
"team_short_name": "STA",
"best_bowling_average": "9.40",
"wickets": "15",
"matches_played": "6"
},
{
"player_id": "64253",
"team_id": "1262",
"player_name": "Fabian Allen",
"team_short_name": "STR",
"best_bowling_average": "10.00",
"wickets": "1",
"matches_played": "1"
},
{
"player_id": "11332",
"team_id": "1268",
"player_name": "Jackson Bird",
"team_short_name": "SIX",
"best_bowling_average": "10.57",
"wickets": "7",
"matches_played": "3"
},
{
"player_id": "101794",
"team_id": "1267",
"player_name": "Mahli Beardman",
"team_short_name": "SCO",
"best_bowling_average": "12.00",
"wickets": "3",
"matches_played": "2"
},
{
"player_id": "66573",
"team_id": "1262",
"player_name": "D'Arcy Short",
"team_short_name": "STR",
"best_bowling_average": "13.00",
"wickets": "6",
"matches_played": "9"
},
{
"player_id": "68008",
"team_id": "1263",
"player_name": "Nathan McSweeney",
"team_short_name": "HEA",
"best_bowling_average": "15.00",
"wickets": "1",
"matches_played": "8"
},
{
"player_id": "62251",
"team_id": "1266",
"player_name": "Joel Paris",
"team_short_name": "STA",
"best_bowling_average": "16.11",
"wickets": "9",
"matches_played": "6"
},
{
"player_id": "70602",
"team_id": "1267",
"player_name": "Lance Morris",
"team_short_name": "SCO",
"best_bowling_average": "16.86",
"wickets": "15",
"matches_played": "8"
},
{
"player_id": "57518",
"team_id": "1265",
"player_name": "Gurinder Sandhu",
"team_short_name": "REN",
"best_bowling_average": "17.00",
"wickets": "3",
"matches_played": "2"
},
{
"player_id": "67943",
"team_id": "1264",
"player_name": "Waqar Salamkheil",
"team_short_name": "HUR",
"best_bowling_average": "17.33",
"wickets": "6",
"matches_played": "5"
},
{
"player_id": "57041",
"team_id": "1267",
"player_name": "Jason Behrendorff",
"team_short_name": "SCO",
"best_bowling_average": "17.41",
"wickets": "17",
"matches_played": "10"
},
{
"player_id": "67778",
"team_id": "1263",
"player_name": "Spencer Johnson",
"team_short_name": "HEA",
"best_bowling_average": "17.76",
"wickets": "13",
"matches_played": "7"
},
{
"player_id": "63859",
"team_id": "1269",
"player_name": "Tom Andrews",
"team_short_name": "THU",
"best_bowling_average": "18.70",
"wickets": "10",
"matches_played": "9"
},
{
"player_id": "85736",
"team_id": "1265",
"player_name": "Jacob Bethell",
"team_short_name": "REN",
"best_bowling_average": "19.00",
"wickets": "4",
"matches_played": "8"
}
],
"Best_Bowling_Strike_Rate": [
{
"player_id": "66110",
"team_id": "1269",
"player_name": "Jason Sangha",
"team_short_name": "THU",
"bowling_strike_rate": "5.00",
"matches_played": "2",
"wickets": "1"
},
{
"player_id": "68008",
"team_id": "1263",
"player_name": "Nathan McSweeney",
"team_short_name": "HEA",
"bowling_strike_rate": "6.00",
"matches_played": "8",
"wickets": "1"
},
{
"player_id": "57861",
"team_id": "1266",
"player_name": "Mark Steketee",
"team_short_name": "STA",
"bowling_strike_rate": "7.80",
"matches_played": "6",
"wickets": "15"
},
{
"player_id": "11332",
"team_id": "1268",
"player_name": "Jackson Bird",
"team_short_name": "SIX",
"bowling_strike_rate": "9.42",
"matches_played": "3",
"wickets": "7"
},
{
"player_id": "101794",
"team_id": "1267",
"player_name": "Mahli Beardman",
"team_short_name": "SCO",
"bowling_strike_rate": "10.00",
"matches_played": "2",
"wickets": "3"
},
{
"player_id": "66573",
"team_id": "1262",
"player_name": "D'Arcy Short",
"team_short_name": "STR",
"bowling_strike_rate": "10.33",
"matches_played": "9",
"wickets": "6"
},
{
"player_id": "67943",
"team_id": "1264",
"player_name": "Waqar Salamkheil",
"team_short_name": "HUR",
"bowling_strike_rate": "11.00",
"matches_played": "5",
"wickets": "6"
},
{
"player_id": "64253",
"team_id": "1262",
"player_name": "Fabian Allen",
"team_short_name": "STR",
"bowling_strike_rate": "12.00",
"matches_played": "1",
"wickets": "1"
},
{
"player_id": "4957",
"team_id": "1268",
"player_name": "Moises Henriques",
"team_short_name": "SIX",
"bowling_strike_rate": "12.00",
"matches_played": "11",
"wickets": "1"
},
{
"player_id": "70602",
"team_id": "1267",
"player_name": "Lance Morris",
"team_short_name": "SCO",
"bowling_strike_rate": "12.53",
"matches_played": "8",
"wickets": "15"
},
{
"player_id": "57028",
"team_id": "1268",
"player_name": "Sean Abbott",
"team_short_name": "SIX",
"bowling_strike_rate": "12.60",
"matches_played": "6",
"wickets": "10"
},
{
"player_id": "67778",
"team_id": "1263",
"player_name": "Spencer Johnson",
"team_short_name": "HEA",
"bowling_strike_rate": "12.92",
"matches_played": "7",
"wickets": "13"
},
{
"player_id": "66108",
"team_id": "1269",
"player_name": "Wes Agar",
"team_short_name": "THU",
"bowling_strike_rate": "13.45",
"matches_played": "7",
"wickets": "11"
},
{
"player_id": "67685",
"team_id": "1265",
"player_name": "Tom Rogers",
"team_short_name": "REN",
"bowling_strike_rate": "13.62",
"matches_played": "10",
"wickets": "16"
},
{
"player_id": "57041",
"team_id": "1267",
"player_name": "Jason Behrendorff",
"team_short_name": "SCO",
"bowling_strike_rate": "13.82",
"matches_played": "10",
"wickets": "17"
}
],
"Best_Economy_Rates": [
{
"player_id": "64253",
"team_id": "1262",
"player_name": "Fabian Allen",
"team_short_name": "STR",
"economy": "5.00",
"matches_played": "1",
"wickets": "1"
},
{
"player_id": "57172",
"team_id": "1267",
"player_name": "Ashton Agar",
"team_short_name": "SCO",
"economy": "5.83",
"matches_played": "9",
"wickets": "6"
},
{
"player_id": "70770",
"team_id": "1269",
"player_name": "Tanveer Sangha",
"team_short_name": "THU",
"economy": "6.45",
"matches_played": "5",
"wickets": "5"
},
{
"player_id": "62251",
"team_id": "1266",
"player_name": "Joel Paris",
"team_short_name": "STA",
"economy": "6.59",
"matches_played": "6",
"wickets": "9"
},
{
"player_id": "98448",
"team_id": "1268",
"player_name": "Jafer Chohan",
"team_short_name": "SIX",
"economy": "6.66",
"matches_played": "4",
"wickets": "3"
},
{
"player_id": "11332",
"team_id": "1268",
"player_name": "Jackson Bird",
"team_short_name": "SIX",
"economy": "6.72",
"matches_played": "3",
"wickets": "7"
},
{
"player_id": "85736",
"team_id": "1265",
"player_name": "Jacob Bethell",
"team_short_name": "REN",
"economy": "6.80",
"matches_played": "8",
"wickets": "4"
},
{
"player_id": "63859",
"team_id": "1269",
"player_name": "Tom Andrews",
"team_short_name": "THU",
"economy": "6.92",
"matches_played": "9",
"wickets": "10"
},
{
"player_id": "88003",
"team_id": "1265",
"player_name": "Fergus O'Neill",
"team_short_name": "REN",
"economy": "6.94",
"matches_played": "8",
"wickets": "7"
},
{
"player_id": "68072",
"team_id": "1267",
"player_name": "Aaron Hardie",
"team_short_name": "SCO",
"economy": "7.00",
"matches_played": "7",
"wickets": "0"
},
{
"player_id": "64971",
"team_id": "1269",
"player_name": "Chris Green",
"team_short_name": "THU",
"economy": "7.05",
"matches_played": "11",
"wickets": "12"
},
{
"player_id": "4311",
"team_id": "1266",
"player_name": "Marcus Stoinis",
"team_short_name": "STA",
"economy": "7.08",
"matches_played": "11",
"wickets": "5"
},
{
"player_id": "63719",
"team_id": "1269",
"player_name": "Lockie Ferguson",
"team_short_name": "THU",
"economy": "7.16",
"matches_played": "6",
"wickets": "8"
},
{
"player_id": "101794",
"team_id": "1267",
"player_name": "Mahli Beardman",
"team_short_name": "SCO",
"economy": "7.20",
"matches_played": "2",
"wickets": "3"
},
{
"player_id": "58913",
"team_id": "1265",
"player_name": "Adam Zampa",
"team_short_name": "REN",
"economy": "7.22",
"matches_played": "10",
"wickets": "12"
}
]
},
"fielding": {
"Most_Catches": [
{
"player_id": "10085",
"team_id": "1266",
"player_name": "Glenn Maxwell",
"team_short_name": "STA",
"most_catches": "14",
"matches_played": "9"
},
{
"player_id": "81813",
"team_id": "1264",
"player_name": "Mitchell Owen",
"team_short_name": "HUR",
"most_catches": "9",
"matches_played": "10"
},
{
"player_id": "63082",
"team_id": "1266",
"player_name": "Ben Duckett",
"team_short_name": "STA",
"most_catches": "8",
"matches_played": "7"
},
{
"player_id": "5380",
"team_id": "1269",
"player_name": "David Warner",
"team_short_name": "THU",
"most_catches": "8",
"matches_played": "11"
},
{
"player_id": "63276",
"team_id": "1268",
"player_name": "Jordan Silk",
"team_short_name": "SIX",
"most_catches": "8",
"matches_played": "11"
},
{
"player_id": "4841",
"team_id": "1265",
"player_name": "Laurie Evans",
"team_short_name": "REN",
"most_catches": "6",
"matches_played": "7"
},
{
"player_id": "64050",
"team_id": "1266",
"player_name": "Usama Mir",
"team_short_name": "STA",
"most_catches": "6",
"matches_played": "8"
},
{
"player_id": "68008",
"team_id": "1263",
"player_name": "Nathan McSweeney",
"team_short_name": "HEA",
"most_catches": "6",
"matches_played": "8"
},
{
"player_id": "57172",
"team_id": "1267",
"player_name": "Ashton Agar",
"team_short_name": "SCO",
"most_catches": "6",
"matches_played": "9"
},
{
"player_id": "70324",
"team_id": "1264",
"player_name": "Nathan Ellis",
"team_short_name": "HUR",
"most_catches": "6",
"matches_played": "9"
},
{
"player_id": "58482",
"team_id": "1262",
"player_name": "Jamie Overton",
"team_short_name": "STR",
"most_catches": "6",
"matches_played": "9"
},
{
"player_id": "70829",
"team_id": "1267",
"player_name": "Nick Hobson",
"team_short_name": "SCO",
"most_catches": "6",
"matches_played": "10"
},
{
"player_id": "57041",
"team_id": "1267",
"player_name": "Jason Behrendorff",
"team_short_name": "SCO",
"most_catches": "6",
"matches_played": "10"
},
{
"player_id": "4957",
"team_id": "1268",
"player_name": "Moises Henriques",
"team_short_name": "SIX",
"most_catches": "6",
"matches_played": "11"
},
{
"player_id": "63348",
"team_id": "1266",
"player_name": "Hilton Cartwright",
"team_short_name": "STA",
"most_catches": "6",
"matches_played": "11"
}
],
"Most_Run_Outs": [
{
"player_id": "66572",
"team_id": "1262",
"player_name": "Brendan Doggett",
"team_short_name": "STR",
"most_run_outs": "2",
"matches_played": "6"
},
{
"player_id": "29200",
"team_id": "1265",
"player_name": "Harry Dixon",
"team_short_name": "REN",
"most_run_outs": "1",
"matches_played": "3"
},
{
"player_id": "63958",
"team_id": "1267",
"player_name": "Matthew Kelly",
"team_short_name": "SCO",
"most_run_outs": "1",
"matches_played": "4"
},
{
"player_id": "65953",
"team_id": "1264",
"player_name": "Charlie Wakim",
"team_short_name": "HUR",
"most_run_outs": "1",
"matches_played": "4"
},
{
"player_id": "70770",
"team_id": "1269",
"player_name": "Tanveer Sangha",
"team_short_name": "THU",
"most_run_outs": "1",
"matches_played": "5"
},
{
"player_id": "25663",
"team_id": "1265",
"player_name": "Mackenzie Harvey",
"team_short_name": "REN",
"most_run_outs": "1",
"matches_played": "5"
},
{
"player_id": "57089",
"team_id": "1268",
"player_name": "Kurtis Patterson",
"team_short_name": "SIX",
"most_run_outs": "1",
"matches_played": "6"
},
{
"player_id": "64274",
"team_id": "1267",
"player_name": "Andrew Tye",
"team_short_name": "SCO",
"most_run_outs": "1",
"matches_played": "6"
},
{
"player_id": "66046",
"team_id": "1267",
"player_name": "Finn Allen",
"team_short_name": "SCO",
"most_run_outs": "1",
"matches_played": "6"
},
{
"player_id": "67118",
"team_id": "1269",
"player_name": "Matthew Gilkes",
"team_short_name": "THU",
"most_run_outs": "1",
"matches_played": "8"
},
{
"player_id": "85736",
"team_id": "1265",
"player_name": "Jacob Bethell",
"team_short_name": "REN",
"most_run_outs": "1",
"matches_played": "8"
},
{
"player_id": "68008",
"team_id": "1263",
"player_name": "Nathan McSweeney",
"team_short_name": "HEA",
"most_run_outs": "1",
"matches_played": "8"
},
{
"player_id": "58482",
"team_id": "1262",
"player_name": "Jamie Overton",
"team_short_name": "STR",
"most_run_outs": "1",
"matches_played": "9"
},
{
"player_id": "66871",
"team_id": "1264",
"player_name": "Riley Meredith",
"team_short_name": "HUR",
"most_run_outs": "1",
"matches_played": "9"
},
{
"player_id": "70324",
"team_id": "1264",
"player_name": "Nathan Ellis",
"team_short_name": "HUR",
"most_run_outs": "1",
"matches_played": "9"
}
],
"Most_Dismissals": [
{
"player_id": "68051",
"team_id": "1268",
"player_name": "Josh Philippe",
"team_short_name": "SIX",
"most_dismissals": "13",
"matches_played": "11"
},
{
"player_id": "63867",
"team_id": "1265",
"player_name": "Tim Seifert",
"team_short_name": "REN",
"most_dismissals": "12",
"matches_played": "10"
},
{
"player_id": "58285",
"team_id": "1269",
"player_name": "Sam Billings",
"team_short_name": "THU",
"most_dismissals": "12",
"matches_played": "11"
},
{
"player_id": "97108",
"team_id": "1267",
"player_name": "Matthew Hurst",
"team_short_name": "SCO",
"most_dismissals": "7",
"matches_played": "4"
},
{
"player_id": "66403",
"team_id": "1262",
"player_name": "Ollie Pope",
"team_short_name": "STR",
"most_dismissals": "7",
"matches_played": "6"
},
{
"player_id": "4195",
"team_id": "1264",
"player_name": "Matthew Wade",
"team_short_name": "HUR",
"most_dismissals": "7",
"matches_played": "8"
},
{
"player_id": "66046",
"team_id": "1267",
"player_name": "Finn Allen",
"team_short_name": "SCO",
"most_dismissals": "6",
"matches_played": "4"
},
{
"player_id": "65044",
"team_id": "1266",
"player_name": "Sam Harper",
"team_short_name": "STA",
"most_dismissals": "6",
"matches_played": "11"
},
{
"player_id": "63627",
"team_id": "1263",
"player_name": "Tom Alsop",
"team_short_name": "HEA",
"most_dismissals": "4",
"matches_played": "4"
},
{
"player_id": "60299",
"team_id": "1263",
"player_name": "Jimmy Peirson",
"team_short_name": "HEA",
"most_dismissals": "4",
"matches_played": "4"
},
{
"player_id": "66923",
"team_id": "1263",
"player_name": "Tom Banton",
"team_short_name": "HEA",
"most_dismissals": "2",
"matches_played": "1"
},
{
"player_id": "65893",
"team_id": "1267",
"player_name": "Josh Inglis",
"team_short_name": "SCO",
"most_dismissals": "1",
"matches_played": "2"
},
{
"player_id": "63853",
"team_id": "1264",
"player_name": "Ben McDermott",
"team_short_name": "HUR",
"most_dismissals": "1",
"matches_played": "2"
},
{
"player_id": "63706",
"team_id": "1262",
"player_name": "Alex Carey",
"team_short_name": "STR",
"most_dismissals": "1",
"matches_played": "3"
}
]
}
},
"tourType": "Tournament",
"formatArray": [
"t20"
]
}
Get Stadiums by Series ID
This endpoint retrieves a list of stadiums associated with a specific cricket series identified by the seriesId
.
Request Method
GET
Endpoint
https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/stadiums
Path Parameters
seriesId
(string): The unique identifier for the cricket series for which you want to fetch the associated stadiums.
Expected Response Format
The response will be in JSON format and includes the following fields:
status
(boolean): Indicates the success of the request.statusCode
(integer): A code representing the status of the response.message
(string): A message providing additional information about the response.response
(array): An array of stadium objects, each containing:stadiumName
(string): The name of the stadium.capacity
(string): The seating capacity of the stadium.city
(string): The city where the stadium is located.venueId
(string): The unique identifier for the stadium.
Example Response
{
"status": true,
"statusCode": 0,
"message": "",
"response": [
{
"stadiumName": "",
"capacity": "",
"city": "",
"venueId": ""
}
]
}
This endpoint is useful for applications that require information about stadiums for a particular cricket series, allowing users to view venue details and capacities.
{API_KEY}
GET /cricket/api/v2/series/{seriesId}/stadiums HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
OK
{
"status": true,
"statusCode": 200,
"message": "Data fetch successfully",
"response": [
{
"stadiumName": "Adelaide Oval, Adelaide",
"capacity": "50000",
"city": "Adelaide",
"venueId": "1"
},
{
"stadiumName": "Melbourne Cricket Ground (MCG), Melbourne",
"capacity": "90000",
"city": "Melbourne",
"venueId": "96"
},
{
"stadiumName": "Marvel Stadium, Melbourne",
"capacity": "48000",
"city": "Melbourne",
"venueId": "34"
},
{
"stadiumName": "The Gabba, Brisbane",
"capacity": "37000",
"city": "Brisbane",
"venueId": "22"
},
{
"stadiumName": "Bellerive Oval, Hobart",
"capacity": "19500",
"city": "Hobart",
"venueId": "16"
},
{
"stadiumName": "C.ex Coffs International Stadium, Coffs Harbour",
"capacity": "20000",
"city": "Coffs Harbour",
"venueId": "1050"
},
{
"stadiumName": "Perth Stadium, Perth",
"capacity": "65000",
"city": "Perth",
"venueId": "1926"
},
{
"stadiumName": "Sydney Cricket Ground (SCG), Sydney",
"capacity": "44002",
"city": "Sydney",
"venueId": "154"
},
{
"stadiumName": "GMHBA Stadium, Geelong",
"capacity": "36000",
"city": "Geelong",
"venueId": "520"
},
{
"stadiumName": "Manuka Oval, Canberra",
"capacity": "12000",
"city": "Canberra",
"venueId": "93"
},
{
"stadiumName": "ENGIE Stadium, Sydney",
"capacity": "22000",
"city": "Sydney",
"venueId": "1855"
}
]
}