API

PrecisionPrizeCategories

Precision Prize available categories

Specific Parameters

  • Year INTEGER M Ranking Year

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/PRECISIONPRIZECATEGORIES/?Year=INTEGER [&RBP=INTEGER&Page=INTEGER]

http://api.worldarchery.org/?v=3&content=PRECISIONPRIZECATEGORIES&Year=INTEGER [&RBP=INTEGER&Page=INTEGER]

Response

{
    "pageInfo": {
        "totalResults": 4,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "Cat": "RM",
            "CatName": "Recurve Men",
            "WCupStage": 1,
            "seasonPrize": false
        },
        {
            "Cat": "RW",
            "CatName": "Recurve Women",
            "WCupStage": 2,
            "seasonPrize": false
        },
        {
            "Cat": "CM",
            "CatName": "Compound Men",
            "WCupStage": 3,
            "seasonPrize": true
        },
        {
            "Cat": "CW",
            "CatName": "Compound Women",
            "WCupStage": 4,
            "seasonPrize": true
        }
    ]
}
×

Try it: PrecisionPrizeCategories

Year
RBP
Page
Request: