Seasons
Last updated
Last updated
The seasons endpoint only returns information on seasons in the leagues that you can access with your subscription package. The responses includes the season ID, year, league information, series list for the season, and whether standings are available or not.
https://cricket.sportsjupiter.com/v1/seasons?api_token={api_token}
{
"data": [
{
"id": 4,
"name": "2018",
"code": "2018",
"year": "2018",
"league": {
"id": 2,
"name": "One Day International",
"code": "ODI",
"image_url": "https://d2419d3f12rvro.cloudfront.net/cricket/assets/leagues/2.png"
},
"series": [
{
"id": 20,
"name": "Zimbabwe tour of Bangladesh",
"code": "ZB",
"standings": false
},
{
"id": 23,
"name": "West indies tour of India",
"code": "WI",
"standings": false
},
{
"id": 27,
"name": "South Africa tour of Australia",
"code": "SA",
"standings": false
},
{
"id": 30,
"name": "Pakistan v New Zealand in UAE",
"code": "PN",
"standings": false
},
{
"id": 33,
"name": "West indies tour of Bangladesh",
"code": "WB",
"standings": false
},
{
"id": 119,
"name": "India tour of England",
"code": "IE",
"standings": false
},
{
"id": 128,
"name": "South Africa tour of Sri Lanka",
"code": "SS",
"standings": false
},
{
"id": 137,
"name": "Bangladesh tour of West Indies",
"code": "BWI",
"standings": false
},
{
"id": 143,
"name": "Pakistan tour of Zimbabwe",
"code": "PZ",
"standings": false
},
{
"id": 152,
"name": "Australia tour of England",
"code": "AE",
"standings": false
},
{
"id": 1758,
"name": "England tour of Sri Lanka",
"code": "ESL",
"standings": false
},
{
"id": 1911,
"name": "England tour of Australia",
"code": "EA",
"standings": false
}
]
},
]
}