API

SeriesTeamsRankings

Indoor Series Teams Rankings information

Specific Parameters

  • Year INTEGER M Ranking Year
  • CatId INTEGER M do not use with CatCode Category Id
  • CatCode STRING M do not use with CatId Category Code
  • Detailed BOOLEAN Show Detailed Info
  • fText STRING Textual search on main values
  • SortBy STRING Order By condition of returned data, "-" to order DESC
     Available options: RANKING|POINTS|TEAM

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/SERIESTEAMSRANKINGS/?Year=INTEGER&CatId=INTEGER&CatCode=STRING&Detailed=BOOLEAN&fText=STRING&SortBy=STRING [&RBP=INTEGER&Page=INTEGER]

http://api.worldarchery.org/?v=3&content=SERIESTEAMSRANKINGS&Year=INTEGER&CatId=INTEGER&CatCode=STRING&Detailed=BOOLEAN&fText=STRING&SortBy=STRING [&RBP=INTEGER&Page=INTEGER]

Response

{
    "pageInfo": {
        "totalResults": 1,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "Rnk": 1,
            "RnkOld": 1,
            "Cat": "CT",
            "Score": 330,
            "TeamId": 1,
            "Name": "Performance Archery",
            "Members": [
                {
                    "Id": "4265",
                    "FName": "Peineau",
                    "GName": "Sebastien",
                    "WNameOrd": false
                },
                {
                    "Id": "6646",
                    "FName": "Prieels",
                    "GName": "Sarah",
                    "WNameOrd": false
                },
                {
                    "Id": "7117",
                    "FName": "Ellison",
                    "GName": "Toja",
                    "WNameOrd": false
                }
            ],
            "Details": [
                {
                    "ID": "19623",
                    "Name": "GT Open",
                    "NameShort": "",
                    "Place": "Strassen",
                    "Country": "LUX",
                    "Date": "2018-11-25",
                    "Score": 330,
                    "ScoreDetailed": {
                        "4265": 20,
                        "6646": 60,
                        "7117": 250
                    },
                    "RankDetailed": {
                        "4265": 9,
                        "6646": 5,
                        "7117": 1
                    },
                    "Stage": 1,
                    "inTotal": true
                }
            ],
            "Logo": "https://extranet.worldarchery.org/worldcup/IndoorTeamLogo.php?Year=2019&CatCode=CT&TeamId=1"
        }
    ]
}
×

Try it: SeriesTeamsRankings

Year
CatId
CatCode
Detailed
fText
SortBy
RBP
Page
Request: