Complete list of Countries from DB
Type Data type
M Mandatory
+ Multiple values separated with pipe "|"
http://api.worldarchery.org/v3/COUNTRIES/?Country=STRING&fText=STRING&SortBy=STRING [&RBP=INTEGER&Page=INTEGER]
http://api.worldarchery.org/?v=3&content=COUNTRIES&Country=STRING&fText=STRING&SortBy=STRING [&RBP=INTEGER&Page=INTEGER]
{
"pageInfo": {
"totalResults": 188,
"resultsPerPage": 10,
"page": 0
},
"items": [
{
"NOC": "AFG",
"CName": "Afghanistan",
"CShort": "Afghanistan",
"Historical": false
},
{
"NOC": "ALB",
"CName": "Albania",
"CShort": "Albania",
"Historical": false
},
{
"NOC": "ALG",
"CName": "Algeria",
"CShort": "Algeria",
"Historical": false
},
{
"NOC": "ASA",
"CName": "American Samoa",
"CShort": "American Samoa",
"Historical": false
},
{
"NOC": "AND",
"CName": "Andorra",
"CShort": "Andorra",
"Historical": false
},
{
"NOC": "ARG",
"CName": "Argentina",
"CShort": "Argentina",
"Historical": false
},
{
"NOC": "ARM",
"CName": "Armenia",
"CShort": "Armenia",
"Historical": false
},
{
"NOC": "ARU",
"CName": "Aruba",
"CShort": "Aruba",
"Historical": false
},
{
"NOC": "AUS",
"CName": "Australia",
"CShort": "Australia",
"Historical": false
},
{
"NOC": "AUT",
"CName": "Austria",
"CShort": "Austria",
"Historical": false
}
]
}