Matches List API

Match Schedule (v3)

get

Get Cricket Match Schedule

This endpoint makes an HTTP GET request to retrieve the schedule of cricket matches.

Request

  • Endpoint: https://apiv3.sportsapi360.com/cricket/api/v3/match/schedule

  • Query Parameters:

    • 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
chevron-right
200

OK

application/json
Responseobject
get
/cricket/api/v3/match/schedule
200

OK

get

Retrieve Featured Cricket Matches

This endpoint makes an HTTP GET request to retrieve the details of featured cricket matches.

Request

  • Endpoint: https://apiv3.sportsapi360.com/cricket/api/v2/match/featured

Response

  • Status: 200

  • Content-Type: application/json

  • Body:

    • 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
chevron-right
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.

Request

  • Endpoint: https://apiv3.sportsapi360.com/cricket/api/v2/match/schedule

  • Query Parameters:

    • 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
statusstringOptional

completed, upcoming, live

Example: live
typestringOptional

all, international, domestic, t20, women

Example: all
pageintegerOptional

-999 to 999

Example: 0
Header parameters
x-api-keystringOptionalExample: {API_KEY}
Responses
chevron-right
200

OK

application/json
Responseobject
get
/cricket/api/v2/match/schedule
200

OK

Last updated