API

IndividualQualificationArrows

Qualification Arrows Details

Specific Parameters

  • CompId INTEGER M Competition Id
  • Id STRING M Athlete WA Id
  • CatId INTEGER M do not use with CatCode Category Id
  • CatCode STRING M do not use with CatId Category Code

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

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

Response

{
    "pageInfo": {
        "totalResults": 1,
        "resultsPerPage": 1,
        "page": 0
    },
    "items": [
        {
            "Distance": 1,
            "Score": 342,
            "Gold": 20,
            "Xnine": 10,
            "GoldHeader": "10+X",
            "XnineHeader": "X",
            "Ends": [
                {
                    "End": 1,
                    "Arrows": [
                        "X",
                        "X",
                        "10",
                        "10",
                        "9",
                        "9"
                    ],
                    "Sum": 58,
                    "Total": 58,
                    "Gold": 4,
                    "XNine": 2
                },
                {
                    "End": 2,
                    "Arrows": [
                        "X",
                        "X",
                        "10",
                        "10",
                        "9",
                        "9"
                    ],
                    "Sum": 58,
                    "Total": 116,
                    "Gold": 4,
                    "XNine": 2
                },
                {
                    "End": 3,
                    "Arrows": [
                        "X",
                        "X",
                        "10",
                        "9",
                        "9",
                        "8"
                    ],
                    "Sum": 56,
                    "Total": 172,
                    "Gold": 3,
                    "XNine": 2
                },
                {
                    "End": 4,
                    "Arrows": [
                        "X",
                        "9",
                        "9",
                        "9",
                        "9",
                        "8"
                    ],
                    "Sum": 54,
                    "Total": 226,
                    "Gold": 1,
                    "XNine": 1
                },
                {
                    "End": 5,
                    "Arrows": [
                        "X",
                        "X",
                        "10",
                        "10",
                        "10",
                        "10"
                    ],
                    "Sum": 60,
                    "Total": 286,
                    "Gold": 6,
                    "XNine": 2
                },
                {
                    "End": 6,
                    "Arrows": [
                        "X",
                        "10",
                        "9",
                        "9",
                        "9",
                        "9"
                    ],
                    "Sum": 56,
                    "Total": 342,
                    "Gold": 2,
                    "XNine": 1
                }
            ]
        },
        {
            "Distance": 2,
            "Score": 347,
            "Gold": 23,
            "Xnine": 11,
            "GoldHeader": "10+X",
            "XnineHeader": "X",
            "Ends": [
                {
                    "End": 1,
                    "Arrows": [
                        "X",
                        "X",
                        "X",
                        "10",
                        "9",
                        "9"
                    ],
                    "Sum": 58,
                    "Total": 58,
                    "Gold": 4,
                    "XNine": 3
                },
                {
                    "End": 2,
                    "Arrows": [
                        "X",
                        "X",
                        "10",
                        "9",
                        "9",
                        "9"
                    ],
                    "Sum": 57,
                    "Total": 115,
                    "Gold": 3,
                    "XNine": 2
                },
                {
                    "End": 3,
                    "Arrows": [
                        "X",
                        "X",
                        "X",
                        "10",
                        "10",
                        "9"
                    ],
                    "Sum": 59,
                    "Total": 174,
                    "Gold": 5,
                    "XNine": 3
                },
                {
                    "End": 4,
                    "Arrows": [
                        "X",
                        "10",
                        "10",
                        "10",
                        "9",
                        "9"
                    ],
                    "Sum": 58,
                    "Total": 232,
                    "Gold": 4,
                    "XNine": 1
                },
                {
                    "End": 5,
                    "Arrows": [
                        "X",
                        "10",
                        "10",
                        "9",
                        "9",
                        "9"
                    ],
                    "Sum": 57,
                    "Total": 289,
                    "Gold": 3,
                    "XNine": 1
                },
                {
                    "End": 6,
                    "Arrows": [
                        "X",
                        "10",
                        "10",
                        "10",
                        "9",
                        "9"
                    ],
                    "Sum": 58,
                    "Total": 347,
                    "Gold": 4,
                    "XNine": 1
                }
            ]
        }
    ]
}
×

Try it: IndividualQualificationArrows

CompId
Id
CatId
CatCode
RBP
Page
Request: