API

Phases

Phases of the competition matches

Without parameters returns all phases available. Passing the PhaseId it will return details only on that phase.

Specific Parameters

  • PhaseId INTEGER Phase 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/PHASES/?PhaseId=INTEGER [&RBP=INTEGER&Page=INTEGER]

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

Response

{
    "pageInfo": {
        "totalResults": 15,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "Id": "0",
            "Name": "Gold Final",
            "ShortName": "F",
            "Level": "-1"
        },
        {
            "Id": "1",
            "Name": "Bronze Final",
            "ShortName": "BF",
            "Level": "0"
        },
        {
            "Id": "2",
            "Name": "Semifinal",
            "ShortName": "SF",
            "Level": "-1"
        },
        {
            "Id": "4",
            "Name": "Quarterfinal",
            "ShortName": "QF",
            "Level": "-1"
        },
        {
            "Id": "8",
            "Name": "1/8",
            "ShortName": "",
            "Level": "-1"
        },
        {
            "Id": "16",
            "Name": "1/16",
            "ShortName": "",
            "Level": "-1"
        },
        {
            "Id": "24",
            "Name": "1/24",
            "ShortName": "",
            "Level": "32"
        },
        {
            "Id": "32",
            "Name": "1/32",
            "ShortName": "",
            "Level": "-1"
        },
        {
            "Id": "48",
            "Name": "1/48",
            "ShortName": "",
            "Level": "64"
        },
        {
            "Id": "64",
            "Name": "1/64",
            "ShortName": "",
            "Level": "-1"
        }
    ]
}
×

Try it: Phases

PhaseId
RBP
Page
Request: