WorldCup Rankings categories where data are available. If no Year and Discipline are passed, the API return the current WCup/IndoorSeries Season
Type Data type
M Mandatory
+ Multiple values separated with pipe "|"
http://api.worldarchery.org/v3/WORLDCUPRANKINGSCATEGORIES/?Year=INTEGER&DisciplineId=INTEGER [&RBP=INTEGER&Page=INTEGER]
http://api.worldarchery.org/?v=3&content=WORLDCUPRANKINGSCATEGORIES&Year=INTEGER&DisciplineId=INTEGER [&RBP=INTEGER&Page=INTEGER]
{
"pageInfo": {
"totalResults": 10,
"resultsPerPage": 10,
"page": 0
},
"items": [
{
"Cat": "RT",
"Name": "Recurve Team",
"Team": true,
"Pro": false
},
{
"Cat": "CT",
"Name": "Compound Team",
"Team": true,
"Pro": false
},
{
"Cat": "RM",
"Name": "Recurve Men",
"Team": false,
"Pro": true
},
{
"Cat": "RW",
"Name": "Recurve Women",
"Team": false,
"Pro": true
},
{
"Cat": "CM",
"Name": "Compound Men",
"Team": false,
"Pro": true
},
{
"Cat": "CW",
"Name": "Compound Women",
"Team": false,
"Pro": true
},
{
"Cat": "RM",
"Name": "Recurve Men",
"Team": false,
"Pro": false
},
{
"Cat": "RW",
"Name": "Recurve Women",
"Team": false,
"Pro": false
},
{
"Cat": "CM",
"Name": "Compound Men",
"Team": false,
"Pro": false
},
{
"Cat": "CW",
"Name": "Compound Women",
"Team": false,
"Pro": false
}
]
}