API

SeriesStages

List of stages of a tournament circuit (WCup or World Series)

If no Year and Discipline are passed, the API return the current WCup/IndoorSeries Season as for the WorldCupSeason call

Specific Parameters

  • DisciplineId INTEGER Discipline Id
  • Year INTEGER Ranking Year
  • WithResults BOOLEAN Indicates whenever return competition with or without results. If omitted returns them all.
  • fText STRING Textual search on main values

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/SERIESSTAGES/?DisciplineId=INTEGER&Year=INTEGER&WithResults=BOOLEAN&fText=STRING [&RBP=INTEGER&Page=INTEGER]

http://api.worldarchery.org/?v=3&content=SERIESSTAGES&DisciplineId=INTEGER&Year=INTEGER&WithResults=BOOLEAN&fText=STRING [&RBP=INTEGER&Page=INTEGER]

Response

{
    "pageInfo": {
        "totalResults": 6,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "ID": 25527,
            "Name": "GT Open",
            "NameShort": "GT Open",
            "Venue": "",
            "Place": "Strassen",
            "Country": "LUX",
            "CountryName": "Luxembourg",
            "DFrom": "2022-11-18",
            "DTo": "2022-11-20",
            "ComLevel": 3,
            "ComSubLevel": 52,
            "ComDis": 2,
            "Level": "World Cup",
            "SubLevel": "Indoor World Series",
            "Stage": 1,
            "isFinal": false,
            "StageLevel": "250",
            "WithRes": true,
            "Links": {
                "E-Mail": "info@gt-s.lu",
                "Registration URL": "https://www.gt-s.lu/page/registration-64607"
            }
        },
        {
            "ID": 25528,
            "Name": "Taipei Archery Open",
            "NameShort": "Taipei Archery Open",
            "Venue": "NTSU Arena",
            "Place": "Taipei",
            "Country": "TPE",
            "CountryName": "Chinese Taipei",
            "DFrom": "2022-12-10",
            "DTo": "2022-12-11",
            "ComLevel": 3,
            "ComSubLevel": 52,
            "ComDis": 2,
            "Level": "World Cup",
            "SubLevel": "Indoor World Series",
            "Stage": 2,
            "isFinal": false,
            "StageLevel": "250",
            "WithRes": true
        },
        {
            "ID": 25529,
            "Name": "Sud de France Archery",
            "NameShort": "Nimes Archery Tournament",
            "Venue": "N\u00eemes",
            "Place": "N\u00eemes",
            "Country": "FRA",
            "CountryName": "France",
            "DFrom": "2023-01-20",
            "DTo": "2023-01-22",
            "ComLevel": 3,
            "ComSubLevel": 52,
            "ComDis": 2,
            "Level": "World Cup",
            "SubLevel": "Indoor World Series",
            "Stage": 3,
            "isFinal": false,
            "StageLevel": "500",
            "WithRes": false,
            "Links": {
                "E-Mail": "contact@arcclubdenimes.com"
            }
        },
        {
            "ID": 25532,
            "Name": "Indoor Archery World Series Youth Finals",
            "NameShort": "Indoor World Series Youth Finals",
            "Venue": "N\u00eemes",
            "Place": "N\u00eemes",
            "Country": "FRA",
            "CountryName": "France",
            "DFrom": "2023-01-21",
            "DTo": "2023-01-22",
            "ComLevel": 3,
            "ComSubLevel": 52,
            "ComDis": 2,
            "Level": "World Cup",
            "SubLevel": "Indoor World Series",
            "Stage": -1,
            "isFinal": true,
            "StageLevel": "",
            "WithRes": false
        },
        {
            "ID": 25530,
            "Name": "The Vegas Shoot",
            "NameShort": "Vegas Shoot",
            "Venue": "South Point Hotel, Casino and Spa",
            "Place": "Las Vegas",
            "Country": "USA",
            "CountryName": "United States of America",
            "DFrom": "2023-02-03",
            "DTo": "2023-02-05",
            "ComLevel": 3,
            "ComSubLevel": 52,
            "ComDis": 2,
            "Level": "World Cup",
            "SubLevel": "Indoor World Series",
            "Stage": 4,
            "isFinal": false,
            "StageLevel": "1000",
            "WithRes": false,
            "Links": {
                "E-Mail": "info@nfaausa.com",
                "Facebook Official Page": "https://www.facebook.com/TheVegasShoot/",
                "Twitter Account": "https://twitter.com/nfaausa"
            }
        },
        {
            "ID": 25531,
            "Name": "Indoor Archery World Series Finals",
            "NameShort": "Indoor World Series Finals",
            "Venue": "South Point Hotel, Casino and Spa",
            "Place": "Las Vegas",
            "Country": "USA",
            "CountryName": "United States of America",
            "DFrom": "2023-02-04",
            "DTo": "2023-02-04",
            "ComLevel": 3,
            "ComSubLevel": 52,
            "ComDis": 2,
            "Level": "World Cup",
            "SubLevel": "Indoor World Series",
            "Stage": -1,
            "isFinal": true,
            "StageLevel": "",
            "WithRes": false
        }
    ]
}
×

Try it: SeriesStages

DisciplineId
Year
WithResults
fText
RBP
Page
Request: