API

Countries

Complete list of Countries from DB

Specific Parameters

  • Country STRING + Country Code
  • fText STRING Textual search on main values
  • SortBy STRING Order By condition of returned data, "-" to order DESC
     Available options: NOC|NAME|NAMESHORT

Common Parameters

  • RBP INTEGER Items per page
  • Page INTEGER Page to request

Type Data type

M Mandatory

+ Multiple values separated with pipe "|"

Syntax Try it yourself

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]

Response

{
    "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
        }
    ]
}
×

Try it: Countries

Country
fText
SortBy
RBP
Page
Request: