Get the current active World Cup season and discipline
Type Data type
M Mandatory
+ Multiple values separated with pipe "|"
http://api.worldarchery.org/v3/WORLDCUPSEASON/? [&RBP=INTEGER&Page=INTEGER]
http://api.worldarchery.org/?v=3&content=WORLDCUPSEASON& [&RBP=INTEGER&Page=INTEGER]
{
"pageInfo": {
"totalResults": 1,
"resultsPerPage": 1,
"page": 0
},
"items": [
{
"Year": 2017,
"Discipline": 1
}
]
}