API

WorldCupRankingsCategories

WorldCup Rankings categories where data are available. If no Year and Discipline are passed, the API return the current WCup/IndoorSeries Season

Specific Parameters

  • Year INTEGER Ranking Year
  • DisciplineId INTEGER Discipline 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/WORLDCUPRANKINGSCATEGORIES/?Year=INTEGER&DisciplineId=INTEGER [&RBP=INTEGER&Page=INTEGER]

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

Response

{
    "pageInfo": {
        "totalResults": 10,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "Cat": "RT",
            "Name": "Recurve Team",
            "Team": true,
            "Pro": false
        },
        {
            "Cat": "CT",
            "Name": "Compound Team",
            "Team": true,
            "Pro": false
        },
        {
            "Cat": "RM",
            "Name": "Recurve Men",
            "Team": false,
            "Pro": true
        },
        {
            "Cat": "RW",
            "Name": "Recurve Women",
            "Team": false,
            "Pro": true
        },
        {
            "Cat": "CM",
            "Name": "Compound Men",
            "Team": false,
            "Pro": true
        },
        {
            "Cat": "CW",
            "Name": "Compound Women",
            "Team": false,
            "Pro": true
        },
        {
            "Cat": "RM",
            "Name": "Recurve Men",
            "Team": false,
            "Pro": false
        },
        {
            "Cat": "RW",
            "Name": "Recurve Women",
            "Team": false,
            "Pro": false
        },
        {
            "Cat": "CM",
            "Name": "Compound Men",
            "Team": false,
            "Pro": false
        },
        {
            "Cat": "CW",
            "Name": "Compound Women",
            "Team": false,
            "Pro": false
        }
    ]
}
×

Try it: WorldCupRankingsCategories

Year
DisciplineId
RBP
Page
Request: