API

Categories

Categories List

Specific Parameters

  • CatId INTEGER + do not use with CatCode Category Id
  • CatCode STRING + do not use with CatId Category Code
  • CompId INTEGER + Competition Id

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/CATEGORIES/?CatId=INTEGER&CatCode=STRING&CompId=INTEGER [&RBP=INTEGER&Page=INTEGER]

http://api.worldarchery.org/?v=3&content=CATEGORIES&CatId=INTEGER&CatCode=STRING&CompId=INTEGER [&RBP=INTEGER&Page=INTEGER]

Response

{
    "pageInfo": {
        "totalResults": 4,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "Id": 9,
            "Code": "CM",
            "Name": "Compound Men",
            "ParaAr": false,
            "His": false,
            "DivId": [
                2
            ],
            "DivisionLabel": "Compound",
            "PlayersLabel": "Men",
            "Mixed": false,
            "Gender": [
                "M"
            ]
        },
        {
            "Id": 10,
            "Code": "CW",
            "Name": "Compound Women",
            "ParaAr": false,
            "His": false,
            "DivId": [
                2
            ],
            "DivisionLabel": "Compound",
            "PlayersLabel": "Women",
            "Mixed": false,
            "Gender": [
                "W"
            ]
        },
        {
            "Id": 1,
            "Code": "RM",
            "Name": "Recurve Men",
            "ParaAr": false,
            "His": false,
            "DivId": [
                1
            ],
            "DivisionLabel": "Recurve",
            "PlayersLabel": "Men",
            "Mixed": false,
            "Gender": [
                "M"
            ]
        },
        {
            "Id": 2,
            "Code": "RW",
            "Name": "Recurve Women",
            "ParaAr": false,
            "His": false,
            "DivId": [
                1
            ],
            "DivisionLabel": "Recurve",
            "PlayersLabel": "Women",
            "Mixed": false,
            "Gender": [
                "W"
            ]
        }
    ]
}
×

Try it: Categories

CatId
CatCode
CompId
RBP
Page
Request: