API

NationsWorldCupRankings

WorldCup Rankings for Nations

Specific Parameters

  • Year INTEGER M Ranking Year
  • Country STRING Country Code
  • SortBy STRING Order By condition of returned data, "-" to order DESC
     Available options: RANKING|POINTS|NAME

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/NATIONSWORLDCUPRANKINGS/?Year=INTEGER&Country=STRING&SortBy=STRING [&RBP=INTEGER&Page=INTEGER]

http://api.worldarchery.org/?v=3&content=NATIONSWORLDCUPRANKINGS&Year=INTEGER&Country=STRING&SortBy=STRING [&RBP=INTEGER&Page=INTEGER]

Response

{
    "pageInfo": {
        "totalResults": 81,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "Rnk": 1,
            "Points": 750,
            "NOC": "USA",
            "CName": "United States of America",
            "CShort": "USA"
        },
        {
            "Rnk": 2,
            "Points": 614,
            "NOC": "KOR",
            "CName": "Republic of Korea",
            "CShort": "Korea"
        },
        {
            "Rnk": 3,
            "Points": 396,
            "NOC": "TUR",
            "CName": "Turkey",
            "CShort": "Turkey"
        },
        {
            "Rnk": 4,
            "Points": 334,
            "NOC": "CHN",
            "CName": "People's Republic of China",
            "CShort": "PR China"
        },
        {
            "Rnk": 5,
            "Points": 305,
            "NOC": "TPE",
            "CName": "Chinese Taipei",
            "CShort": "Chinese Taipei"
        },
        {
            "Rnk": 6,
            "Points": 299,
            "NOC": "ITA",
            "CName": "Italy",
            "CShort": "Italy"
        },
        {
            "Rnk": 7,
            "Points": 290,
            "NOC": "NED",
            "CName": "Netherlands",
            "CShort": "Netherlands"
        },
        {
            "Rnk": 8,
            "Points": 244,
            "NOC": "FRA",
            "CName": "France",
            "CShort": "France"
        },
        {
            "Rnk": 9,
            "Points": 231,
            "NOC": "RUS",
            "CName": "Russian Federation",
            "CShort": "Russia"
        },
        {
            "Rnk": 10,
            "Points": 171,
            "NOC": "GER",
            "CName": "Germany",
            "CShort": "Germany"
        }
    ]
}
×

Try it: NationsWorldCupRankings

Year
Country
SortBy
RBP
Page
Request: