type (string, required): Type of matches to retrieve (e.g. All)
page (integer, required): Page number for pagination (e.g. 0)
Response
Status: 200
Content-Type: application/json
Body:
An array of objects, each containing match details such as match ID, date, series ID, teams, match status, venue, match result, player of the match, match score, and more.
Authorizations
HTTPRequired
Query parameters
typestringOptional
All,International,Domestic,Leagues,Women
Example: All
pageintegerOptional
-999 to 999
Example: 0
Header parameters
x-api-keystringOptionalExample: {API_KEY}
Responses
200
OK
application/json
Responseobject
get
/cricket/api/v3/match/schedule
200
OK
Featured Matches
get
Retrieve Featured Cricket Matches
This endpoint makes an HTTP GET request to retrieve the details of featured cricket matches.
The response contains an array of objects, each representing a featured match. Each object includes details such as display feature match scorecard, match abandonment status, home match update, series ID, current innings details, match status, match type, venue, match result, start date, player of the match, match score, and more.
Authorizations
HTTPRequired
Header parameters
x-api-keystringOptionalExample: {API_KEY}
Responses
200
OK
application/json
Responseobject
get
/cricket/api/v2/match/featured
200
OK
Match Schedule
get
Get Cricket Match Schedule
This endpoint makes an HTTP GET request to retrieve the schedule of cricket matches.
type (string, required): Type of matches to retrieve (e.g. All)
page (integer, required): Page number for pagination (e.g. 0)
Response
Status: 200
Content-Type: application/json
Body:
An array of objects, each containing match details such as match ID, date, series ID, teams, match status, venue, match result, player of the match, match score, and more.