Record Areas
Type Data type
M Mandatory
+ Multiple values separated with pipe "|"
http://api.worldarchery.org/v3/RECORDAREAS/?RecordLevel=INTEGER [&RBP=INTEGER&Page=INTEGER]
http://api.worldarchery.org/?v=3&content=RECORDAREAS&RecordLevel=INTEGER [&RBP=INTEGER&Page=INTEGER]
{
"pageInfo": {
"totalResults": 7,
"resultsPerPage": 10,
"page": 0
},
"items": [
{
"AreaId": "1",
"Description": "Olympic/Paralympic",
"Level": "1"
},
{
"AreaId": "2",
"Description": "World",
"Level": "2"
},
{
"AreaId": "3",
"Description": "Americas",
"Level": "3"
},
{
"AreaId": "4",
"Description": "Asia",
"Level": "3"
},
{
"AreaId": "5",
"Description": "Europe",
"Level": "3"
},
{
"AreaId": "6",
"Description": "Oceania",
"Level": "3"
},
{
"AreaId": "7",
"Description": "Africa",
"Level": "3"
}
]
}