Series Lists API
API Endpoint: Get Cricket Series
Request Method
GET
Endpoint
https://apiv3.sportsapi360.com/cricket/api/v3/series
Query Parameters
type (required): Specifies the type of series to fetch. In this case, it should be set to All, International, Domestic, Leagues, Women.
month (required): Indicates the month for which the series data is requested. For example,
1
represents January.
Expected Response Format
The response will return a JSON object containing the following structure:
title: A string representing the title of the series.
month: A nullable integer indicating the month of the series.
data: An array of objects, where each object contains:
tourName: A string representing the name of the tour.
seriesSearchNameForES: A string for search purposes.
tourID: A string representing the unique identifier for the tour.
teamIDs: An array of strings representing the IDs of the teams involved.
seriesType: A string indicating the type of series (e.g., ODI, Test).
league: A string representing the league name.
matchLevel: A string indicating the level of the match.
seriesStartDate: A string representing the start date of the series.
seriesEndDate: A string representing the end date of the series.
T20count: An integer representing the number of T20 matches.
Odicount: An integer representing the number of ODI matches.
Testcount: An integer representing the number of Test matches.
listA: Nullable field for additional data.
firstClass: Nullable field for first-class match data.
seriesStatus: A string indicating the current status of the series.
priorityFlag: A string indicating if the series has priority.
checkStartDate: A string for date validation.
checkEndDate: A string for date validation.
tournamentImage: Nullable field for the tournament image URL.
hasStatistics: A boolean indicating if statistics are available.
hasPoints: A boolean indicating if points are available.
Additional Notes
Ensure that the
type
parameter is set to All, International, Domestic, Leagues, Women to receive relevant series data.The response may include multiple series within the
data
array, and each series will contain detailed information about the matches and teams involved.The
month
parameter helps filter the series based on the specified month, allowing for more targeted queries.
This endpoint is useful for retrieving information about international cricket series scheduled for a given month.
International, All, Domestic, Leagues, Women
International
-999 to 999
1
{API_KEY}
GET /cricket/api/v3/series HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
OK
[
{
"title": "July 2025",
"month": null,
"data": [
{
"tourName": "New Zealand tour of Zimbabwe, 2025",
"seriesSearchNameForES": "New Zealand tour of Zimbabwe, 2025, July, Jul",
"tourID": "9177",
"teamIDs": [
"5",
"10"
],
"seriesType": "Series",
"league": "ICC",
"matchLevel": "international",
"seriesStartDate": "1753862400000",
"seriesEndDate": "1754573400000",
"T20count": 0,
"Odicount": 0,
"Testcount": 2,
"listA": null,
"firstClass": null,
"seriesStatus": "upcoming",
"priorityFlag": "1753882200000",
"checkStartDate": "Wed Jul 30 2025",
"checkEndDate": "Thu Aug 07 2025",
"tournamentImage": null,
"hasStatistics": false,
"hasPoints": false
},
{
"tourName": "ICC U19 Men's Cricket World Cup Europe Qualifier, 2025",
"seriesSearchNameForES": "ICC U19 Men's Cricket World Cup Europe Qualifier, 2025, July, Jul",
"tourID": "9379",
"teamIDs": [
"1173",
"3186",
"3956",
"1150",
"1158",
"2803"
],
"seriesType": "Tournament",
"league": "Youth International",
"matchLevel": "non-domestic",
"seriesStartDate": "1753956000000",
"seriesEndDate": "1754494200000",
"T20count": 0,
"Odicount": 15,
"Testcount": 0,
"listA": null,
"firstClass": null,
"seriesStatus": "upcoming",
"priorityFlag": "1753975800000",
"checkStartDate": "Thu Jul 31 2025",
"checkEndDate": "Wed Aug 06 2025",
"tournamentImage": "https://devcdc.gumlet.io/flags/Default",
"hasStatistics": false,
"hasPoints": true
},
{
"tourName": "Pakistan tour of West Indies, 2025",
"seriesSearchNameForES": "Pakistan tour of West Indies, 2025, July, Jul",
"tourID": "9073",
"teamIDs": [
"6",
"9"
],
"seriesType": "Series",
"league": "ICC",
"matchLevel": "international",
"seriesStartDate": "1753974000000",
"seriesEndDate": "1755027000000",
"T20count": 3,
"Odicount": 3,
"Testcount": 0,
"listA": null,
"firstClass": null,
"seriesStatus": "upcoming",
"priorityFlag": "1753993800000",
"checkStartDate": "Thu Jul 31 2025",
"checkEndDate": "Tue Aug 12 2025",
"tournamentImage": null,
"hasStatistics": false,
"hasPoints": false
}
]
},
{
"title": "August 2025",
"month": null,
"data": [
{
"tourName": "South Africa tour of Australia, 2025",
"seriesSearchNameForES": "South Africa tour of Australia, 2025, August, Aug",
"tourID": "9181",
"teamIDs": [
"7",
"1"
],
"seriesType": "Series",
"league": "ICC",
"matchLevel": "international",
"seriesStartDate": "1754764200000",
"seriesEndDate": "1755993600000",
"T20count": 3,
"Odicount": 3,
"Testcount": 0,
"listA": null,
"firstClass": null,
"seriesStatus": "upcoming",
"priorityFlag": "1754836200000",
"checkStartDate": "Sun Aug 10 2025",
"checkEndDate": "Sun Aug 24 2025",
"tournamentImage": null,
"hasStatistics": false,
"hasPoints": false
},
{
"tourName": "India tour of Bangladesh, 2025",
"seriesSearchNameForES": "India tour of Bangladesh, 2025, August, Aug",
"tourID": "9223",
"teamIDs": [
"4",
"2"
],
"seriesType": "Series",
"league": "ICC",
"matchLevel": "international",
"seriesStartDate": "1755369000000",
"seriesEndDate": "1756598400000",
"T20count": 3,
"Odicount": 3,
"Testcount": 0,
"listA": null,
"firstClass": null,
"seriesStatus": "upcoming",
"priorityFlag": "1755423000000",
"checkStartDate": "Sun Aug 17 2025",
"checkEndDate": "Sun Aug 31 2025",
"tournamentImage": null,
"hasStatistics": false,
"hasPoints": false
}
]
},
{
"title": "September 2025",
"month": null,
"data": [
{
"tourName": "South Africa tour of England, 2025",
"seriesSearchNameForES": "South Africa tour of England, 2025, September, Sep",
"tourID": "6987",
"teamIDs": [
"7",
"3"
],
"seriesType": "Series",
"league": "ICC",
"matchLevel": "international",
"seriesStartDate": "1756814400000",
"seriesEndDate": "1757876400000",
"T20count": 3,
"Odicount": 3,
"Testcount": 0,
"listA": null,
"firstClass": null,
"seriesStatus": "upcoming",
"priorityFlag": "1756834200000",
"checkStartDate": "Tue Sep 02 2025",
"checkEndDate": "Sun Sep 14 2025",
"tournamentImage": null,
"hasStatistics": false,
"hasPoints": false
},
{
"tourName": "England tour of Ireland, 2025",
"seriesSearchNameForES": "England tour of Ireland, 2025, September, Sep",
"tourID": "6993",
"teamIDs": [
"3",
"13"
],
"seriesType": "Series",
"league": "ICC",
"matchLevel": "international",
"seriesStartDate": "1758112200000",
"seriesEndDate": "1758477600000",
"T20count": 3,
"Odicount": 1,
"Testcount": 0,
"listA": null,
"firstClass": null,
"seriesStatus": "upcoming",
"priorityFlag": "1758132000000",
"checkStartDate": "Wed Sep 17 2025",
"checkEndDate": "Sun Sep 21 2025",
"tournamentImage": null,
"hasStatistics": false,
"hasPoints": false
},
{
"tourName": "Nepal and West Indies tour of UAE, 2025",
"seriesSearchNameForES": "Nepal and West Indies tour of UAE, 2025, September, Sep",
"tourID": "9903",
"teamIDs": [
"9",
"637"
],
"seriesType": "Series",
"league": "ICC",
"matchLevel": "international",
"seriesStartDate": "1758911400000",
"seriesEndDate": "1759276800000",
"T20count": 3,
"Odicount": 0,
"Testcount": 0,
"listA": null,
"firstClass": null,
"seriesStatus": "upcoming",
"priorityFlag": "1759005000000",
"checkStartDate": "Sat Sep 27 2025",
"checkEndDate": "Wed Oct 01 2025",
"tournamentImage": null,
"hasStatistics": false,
"hasPoints": false
}
]
},
{
"title": "October 2025",
"month": null,
"data": [
{
"tourName": "West Indies tour of India, 2025",
"seriesSearchNameForES": "West Indies tour of India, 2025, October, Oct",
"tourID": "9196",
"teamIDs": [
"9",
"4"
],
"seriesType": "Series",
"league": "ICC",
"matchLevel": "international",
"seriesStartDate": "1759343400000",
"seriesEndDate": "1760400000000",
"T20count": 0,
"Odicount": 0,
"Testcount": 2,
"listA": null,
"firstClass": null,
"seriesStatus": "upcoming",
"priorityFlag": "1759397400000",
"checkStartDate": "Thu Oct 02 2025",
"checkEndDate": "Tue Oct 14 2025",
"tournamentImage": null,
"hasStatistics": false,
"hasPoints": false
},
{
"tourName": "South Africa tour of Namibia, 2025",
"seriesSearchNameForES": "South Africa tour of Namibia, 2025, October, Oct",
"tourID": "9417",
"teamIDs": [
"7",
"20"
],
"seriesType": "Series",
"league": "ICC",
"matchLevel": "international",
"seriesStartDate": "1760121000000",
"seriesEndDate": "1760140800000",
"T20count": 1,
"Odicount": 0,
"Testcount": 0,
"listA": null,
"firstClass": null,
"seriesStatus": "upcoming",
"priorityFlag": "1760203800000",
"checkStartDate": "Sat Oct 11 2025",
"checkEndDate": "Sat Oct 11 2025",
"tournamentImage": null,
"hasStatistics": false,
"hasPoints": false
},
{
"tourName": "India tour of Australia, 2025",
"seriesSearchNameForES": "India tour of Australia, 2025, October, Oct",
"tourID": "9183",
"teamIDs": [
"4",
"1"
],
"seriesType": "Series",
"league": "ICC",
"matchLevel": "international",
"seriesStartDate": "1760812200000",
"seriesEndDate": "1762560000000",
"T20count": 5,
"Odicount": 3,
"Testcount": 0,
"listA": null,
"firstClass": null,
"seriesStatus": "upcoming",
"priorityFlag": "1760864400000",
"checkStartDate": "Sun Oct 19 2025",
"checkEndDate": "Sat Nov 08 2025",
"tournamentImage": null,
"hasStatistics": false,
"hasPoints": false
}
]
},
{
"title": "November 2025",
"month": null,
"data": [
{
"tourName": "South Africa tour of India, 2025",
"seriesSearchNameForES": "South Africa tour of India, 2025, November, Nov",
"tourID": "9197",
"teamIDs": [
"7",
"4"
],
"seriesType": "Series",
"league": "ICC",
"matchLevel": "international",
"seriesStartDate": "1763058600000",
"seriesEndDate": "1766102400000",
"T20count": 5,
"Odicount": 3,
"Testcount": 2,
"listA": null,
"firstClass": null,
"seriesStatus": "upcoming",
"priorityFlag": "1763112600000",
"checkStartDate": "Fri Nov 14 2025",
"checkEndDate": "Fri Dec 19 2025",
"tournamentImage": null,
"hasStatistics": false,
"hasPoints": false
},
{
"tourName": "England tour of Australia, 2025/26",
"seriesSearchNameForES": "England tour of Australia, 2025/26, November, Nov",
"tourID": "7094",
"teamIDs": [
"3",
"1"
],
"seriesType": "Series",
"league": "ICC",
"matchLevel": "international",
"seriesStartDate": "1763692200000",
"seriesEndDate": "1767502800000",
"T20count": 0,
"Odicount": 0,
"Testcount": 5,
"listA": null,
"firstClass": null,
"seriesStatus": "upcoming",
"priorityFlag": "1763712000000",
"checkStartDate": "Fri Nov 21 2025",
"checkEndDate": "Sun Jan 04 2026",
"tournamentImage": null,
"hasStatistics": false,
"hasPoints": false
}
]
}
]
Cricket Series API - Get Live Series
This endpoint retrieves a list of live cricket series based on the specified filter and pagination.
Request
Method: GET
Endpoint: https://apiv3.sportsapi360.com/cricket/api/v2/series
Query Parameters
filter (string, required): Specifies the filter for the series. In this case, it is set to
all
to retrieve all available series. Supported value:all, international, domestic, leagues, women
type (string, required): Indicates the type of series to filter. Here, it is set to
live
to fetch only live series. Supported Values:live, completed, upcoming
page (integer, required): Denotes the page number for pagination. The default value is
0
, which represents the first page.
Response
The response will be in JSON format and will contain an array of series objects. Each object may have the following fields:
tourName (string): The name of the tour.
seriesSearchNameForES (string): The search name for the series in Elasticsearch.
tourID (string): The unique identifier for the tour.
league (string): The league associated with the series.
seriesStartDate (string): The start date of the series.
seriesEndDate (string): The end date of the series.
T20count (integer): The number of T20 matches in the series.
matchLevel (string): The level of matches in the series (e.g., domestic, international).
Odicount (integer): The number of ODI matches in the series.
Testcount (integer or null): The number of Test matches in the series.
seriesStatus (string): The current status of the series.
Summary
This API endpoint is designed to provide users with information about live cricket series, allowing them to filter and paginate through the data effectively.
all,international,domestic,leagues,women
all
live, completed, upcoming
live
-999 to 999
0
{API_KEY}
GET /cricket/api/v2/series HTTP/1.1
Host: apiv3.sportsapi360.com
Authorization: x-api-key YOUR_SECRET_TOKEN
Accept: */*
OK
[
{
"tourName": "West Indies tour of Ireland, 2025",
"seriesSearchNameForES": "West Indies tour of Ireland, 2025, May, May",
"tourID": "9072",
"league": "ICC",
"seriesStartDate": "1747820700000",
"seriesEndDate": "1750015800000",
"T20count": 3,
"matchLevel": "international",
"Odicount": 3,
"Testcount": null,
"seriesStatus": "live"
},
{
"tourName": "South Africa Women tour of West Indies, 2025",
"seriesSearchNameForES": "South Africa Women tour of West Indies, 2025, June, Jun",
"tourID": "9074",
"league": "Women's International",
"seriesStartDate": "1749650400000",
"seriesEndDate": "1750721400000",
"T20count": 3,
"matchLevel": "international-womens",
"Odicount": 3,
"Testcount": null,
"seriesStatus": "live"
},
{
"tourName": "ICC Women's World Cup Qualifier Warm-up Matches, 2025",
"seriesSearchNameForES": "ICC Women's World Cup Qualifier Warm-up Matches, 2025, April, Apr",
"tourID": "9161",
"league": "Women's International",
"seriesStartDate": "1744000200000",
"seriesEndDate": "1744020000000",
"T20count": null,
"matchLevel": "international-womens",
"Odicount": 3,
"Testcount": null,
"seriesStatus": "live"
},
{
"tourName": "Nordic T20 Cup, 2025",
"seriesSearchNameForES": "Nordic T20 Cup, 2025, June, Jun",
"tourID": "9426",
"league": "ICC",
"seriesStartDate": "1749823200000",
"seriesEndDate": "1749994200000",
"T20count": 6,
"matchLevel": "international",
"Odicount": null,
"Testcount": null,
"seriesStatus": "live"
},
{
"tourName": "Cambodia tour of Indonesia, 2025",
"seriesSearchNameForES": "Cambodia tour of Indonesia, 2025, June, Jun",
"tourID": "9419",
"league": "ICC",
"seriesStartDate": "1749605400000",
"seriesEndDate": "1750057200000",
"T20count": 8,
"matchLevel": "international",
"Odicount": null,
"Testcount": null,
"seriesStatus": "live"
},
{
"tourName": "T20 Blast, 2025",
"seriesSearchNameForES": "T20 Blast, 2025, May, May",
"tourID": "7159",
"league": "English Domestic",
"seriesStartDate": "1748538900000",
"seriesEndDate": "1757805300000",
"T20count": 133,
"matchLevel": "domestic",
"Odicount": null,
"Testcount": null,
"seriesStatus": "live"
},
{
"tourName": "County Championship, 2025",
"seriesSearchNameForES": "County Championship, 2025, April, Apr",
"tourID": "9077",
"league": "English Domestic",
"seriesStartDate": "1743760800000",
"seriesEndDate": "1758726000000",
"T20count": null,
"matchLevel": "domestic",
"Odicount": null,
"Testcount": 126,
"seriesStatus": "live"
},
{
"tourName": "Pakistan Super League, 2025",
"seriesSearchNameForES": "Pakistan Super League, 2025, April, Apr",
"tourID": "7207",
"league": "PSL",
"seriesStartDate": "1744385400000",
"seriesEndDate": "1748203200000",
"T20count": 42,
"matchLevel": "domestic",
"Odicount": null,
"Testcount": null,
"seriesStatus": "live"
},
{
"tourName": "Women's One Day Cup, 2025",
"seriesSearchNameForES": "Women's One Day Cup, 2025, April, Apr",
"tourID": "9159",
"league": "English Domestic",
"seriesStartDate": "1745346600000",
"seriesEndDate": "1758412800000",
"T20count": null,
"matchLevel": "domestic-womens",
"Odicount": 59,
"Testcount": null,
"seriesStatus": "live"
},
{
"tourName": "Women's Vitality Blast, 2025",
"seriesSearchNameForES": "Women's Vitality Blast, 2025, May, May",
"tourID": "9160",
"league": "English Domestic",
"seriesStartDate": "1748543400000",
"seriesEndDate": "1753660800000",
"T20count": 59,
"matchLevel": "domestic-womens",
"Odicount": null,
"Testcount": null,
"seriesStatus": "live"
}
]