Continental Rankings available categories
Type Data type
M Mandatory
+ Multiple values separated with pipe "|"
http://api.worldarchery.org/v3/CONTINENTALRANKINGSCATEGORIES/?Continent=INTEGER&Date=DATE&ParaArchery=BOOLEAN [&RBP=INTEGER&Page=INTEGER]
http://api.worldarchery.org/?v=3&content=CONTINENTALRANKINGSCATEGORIES&Continent=INTEGER&Date=DATE&ParaArchery=BOOLEAN [&RBP=INTEGER&Page=INTEGER]
{
"pageInfo": {
"totalResults": 10,
"resultsPerPage": 10,
"page": 0
},
"items": [
{
"Cat": "RM",
"Team": true
},
{
"Cat": "RW",
"Team": true
},
{
"Cat": "CM",
"Team": true
},
{
"Cat": "CW",
"Team": true
},
{
"Cat": "CX",
"Team": true
},
{
"Cat": "RX",
"Team": true
},
{
"Cat": "RM",
"Team": false
},
{
"Cat": "RW",
"Team": false
},
{
"Cat": "CM",
"Team": false
},
{
"Cat": "CW",
"Team": false
}
]
}