API

WorldCupSeason

Get the current active World Cup season and discipline

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

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

Response

{
    "pageInfo": {
        "totalResults": 1,
        "resultsPerPage": 1,
        "page": 0
    },
    "items": [
        {
            "Year": 2017,
            "Discipline": 1
        }
    ]
}
×

Try it: WorldCupSeason

RBP
Page
Request: