API

AthleteResults

List of results of a specific athlete from DB

Specific Parameters

  • Id STRING M Athlete WA Id
  • CatId INTEGER do not use with CatCode Category Id
  • CatCode STRING do not use with CatId Category Code
  • ParticipationCatCode STRING do not use with ParticipationCatId Search result in categories linked to participation in a specific Category Code. (RM, RX, MT are team results linked to individual RM Participation)
  • ParticipationCatId INTEGER do not use with ParticipationCatCode Search result in categories linked to participation in a specific Category Id. (RM, RX, MT are team results linked to individual RM Participation)
  • LevelId INTEGER Competition's Level Id. Negative value will force a "<=" instead of "==" in match
  • DisciplineId INTEGER Discipline Id
  • StartDate DATE Date Interval Start Date
  • EndDate DATE Date Interval End Date
  • IndividualTeam INTEGER Limit search to Individual or Team. Valid values are 0: don't limit; 1: Individuals; 2: All Teams; 3: Mixed Teams; 4: Standard Teams
     Available options: 0|1|2|3|4
  • WinLoose INTEGER Limit search to match Won or Lost. Valid values are 0: don't limit; 1: Won; -1: Lost
     Available options: -1|0|1
  • Detailed BOOLEAN Show Detailed Info
  • RankMax INTEGER Search for Positions up to RankMax (<=RankMax)
  • CompFormatId INTEGER Competition Format ID
  • CompSubFormatId INTEGER Competition Format SubType ID
  • fText STRING Textual search on main values
  • SortBy STRING Order By condition of returned data, "-" to order DESC
     Available options: NAME|DATE|RANKING|QRANKING|QSCORE

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/ATHLETERESULTS/?Id=STRING&CatId=INTEGER&CatCode=STRING&ParticipationCatCode=STRING&ParticipationCatId=INTEGER&LevelId=INTEGER&DisciplineId=INTEGER&StartDate=DATE&EndDate=DATE&IndividualTeam=INTEGER&WinLoose=INTEGER&Detailed=BOOLEAN&RankMax=INTEGER&CompFormatId=INTEGER&CompSubFormatId=INTEGER&fText=STRING&SortBy=STRING [&RBP=INTEGER&Page=INTEGER]

http://api.worldarchery.org/?v=3&content=ATHLETERESULTS&Id=STRING&CatId=INTEGER&CatCode=STRING&ParticipationCatCode=STRING&ParticipationCatId=INTEGER&LevelId=INTEGER&DisciplineId=INTEGER&StartDate=DATE&EndDate=DATE&IndividualTeam=INTEGER&WinLoose=INTEGER&Detailed=BOOLEAN&RankMax=INTEGER&CompFormatId=INTEGER&CompSubFormatId=INTEGER&fText=STRING&SortBy=STRING [&RBP=INTEGER&Page=INTEGER]

Response

{
    "pageInfo": {
        "totalResults": 60,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "Rnk": 9,
            "Id": 24210,
            "ComLevel": 3,
            "ComLevelDescr": "World Cup",
            "ComDis": 1,
            "ComDisDescr": "Outdoor Archery",
            "Name": "Medellin 2022 Hyundai Archery World Cup stage 4",
            "NameShort": "Medellin 2022",
            "Country": "COL",
            "CountryName": "Colombia",
            "Cont": 2,
            "Cat": "RW",
            "IsTeam": 0,
            "IndividualTeam": 1,
            "DFrom": "2022-07-18",
            "DTo": "2022-07-24",
            "QuRnk": 12,
            "QuScore": 657,
            "Formats": [
                {
                    "PhTypeId": 1,
                    "FmtId": 1,
                    "FmtSubId": 1
                },
                {
                    "PhTypeId": 2,
                    "FmtId": 5,
                    "FmtSubId": 8
                }
            ]
        },
        {
            "Rnk": 5,
            "Id": 24210,
            "ComLevel": 3,
            "ComLevelDescr": "World Cup",
            "ComDis": 1,
            "ComDisDescr": "Outdoor Archery",
            "Name": "Medellin 2022 Hyundai Archery World Cup stage 4",
            "NameShort": "Medellin 2022",
            "Country": "COL",
            "CountryName": "Colombia",
            "Cont": 2,
            "Cat": "RW",
            "IsTeam": 1,
            "IndividualTeam": 4,
            "DFrom": "2022-07-18",
            "DTo": "2022-07-24",
            "QuRnk": 7,
            "QuScore": 1929,
            "Formats": [
                {
                    "PhTypeId": 1,
                    "FmtId": 1,
                    "FmtSubId": 10
                },
                {
                    "PhTypeId": 2,
                    "FmtId": 5,
                    "FmtSubId": 13
                }
            ]
        },
        {
            "Rnk": 2,
            "Id": 24210,
            "ComLevel": 3,
            "ComLevelDescr": "World Cup",
            "ComDis": 1,
            "ComDisDescr": "Outdoor Archery",
            "Name": "Medellin 2022 Hyundai Archery World Cup stage 4",
            "NameShort": "Medellin 2022",
            "Country": "COL",
            "CountryName": "Colombia",
            "Cont": 2,
            "Cat": "RX",
            "IsTeam": 1,
            "IndividualTeam": 3,
            "DFrom": "2022-07-18",
            "DTo": "2022-07-24",
            "QuRnk": 4,
            "QuScore": 1336,
            "Formats": [
                {
                    "PhTypeId": 1,
                    "FmtId": 1,
                    "FmtSubId": 11
                },
                {
                    "PhTypeId": 2,
                    "FmtId": 5,
                    "FmtSubId": 14
                }
            ]
        },
        {
            "Rnk": 7,
            "Id": 24209,
            "ComLevel": 3,
            "ComLevelDescr": "World Cup",
            "ComDis": 1,
            "ComDisDescr": "Outdoor Archery",
            "Name": "Paris 2022 Hyundai Archery World Cup stage 3",
            "NameShort": "Paris 2022",
            "Country": "FRA",
            "CountryName": "France",
            "Cont": 3,
            "Cat": "RW",
            "IsTeam": 1,
            "IndividualTeam": 4,
            "DFrom": "2022-06-21",
            "DTo": "2022-06-26",
            "QuRnk": 6,
            "QuScore": 1955,
            "Formats": [
                {
                    "PhTypeId": 1,
                    "FmtId": 1,
                    "FmtSubId": 10
                },
                {
                    "PhTypeId": 2,
                    "FmtId": 5,
                    "FmtSubId": 13
                }
            ]
        },
        {
            "Rnk": 5,
            "Id": 24209,
            "ComLevel": 3,
            "ComLevelDescr": "World Cup",
            "ComDis": 1,
            "ComDisDescr": "Outdoor Archery",
            "Name": "Paris 2022 Hyundai Archery World Cup stage 3",
            "NameShort": "Paris 2022",
            "Country": "FRA",
            "CountryName": "France",
            "Cont": 3,
            "Cat": "RW",
            "IsTeam": 0,
            "IndividualTeam": 1,
            "DFrom": "2022-06-21",
            "DTo": "2022-06-26",
            "QuRnk": 4,
            "QuScore": 673,
            "Formats": [
                {
                    "PhTypeId": 1,
                    "FmtId": 1,
                    "FmtSubId": 1
                },
                {
                    "PhTypeId": 2,
                    "FmtId": 5,
                    "FmtSubId": 8
                }
            ]
        },
        {
            "Rnk": 1,
            "Id": 24209,
            "ComLevel": 3,
            "ComLevelDescr": "World Cup",
            "ComDis": 1,
            "ComDisDescr": "Outdoor Archery",
            "Name": "Paris 2022 Hyundai Archery World Cup stage 3",
            "NameShort": "Paris 2022",
            "Country": "FRA",
            "CountryName": "France",
            "Cont": 3,
            "Cat": "RX",
            "IsTeam": 1,
            "IndividualTeam": 3,
            "DFrom": "2022-06-21",
            "DTo": "2022-06-26",
            "QuRnk": 2,
            "QuScore": 1353,
            "Formats": [
                {
                    "PhTypeId": 1,
                    "FmtId": 1,
                    "FmtSubId": 11
                },
                {
                    "PhTypeId": 2,
                    "FmtId": 5,
                    "FmtSubId": 14
                }
            ]
        },
        {
            "Rnk": 9,
            "Id": 24208,
            "ComLevel": 3,
            "ComLevelDescr": "World Cup",
            "ComDis": 1,
            "ComDisDescr": "Outdoor Archery",
            "Name": "Gwangju 2022 Hyundai Archery World Cup stage 2",
            "NameShort": "Gwangju 2022",
            "Country": "KOR",
            "CountryName": "Republic of Korea",
            "Cont": 1,
            "Cat": "RW",
            "IsTeam": 1,
            "IndividualTeam": 4,
            "DFrom": "2022-05-16",
            "DTo": "2022-05-22",
            "QuRnk": 10,
            "QuScore": 1841,
            "Formats": [
                {
                    "PhTypeId": 1,
                    "FmtId": 1,
                    "FmtSubId": 10
                },
                {
                    "PhTypeId": 2,
                    "FmtId": 5,
                    "FmtSubId": 13
                }
            ]
        },
        {
            "Rnk": 9,
            "Id": 24208,
            "ComLevel": 3,
            "ComLevelDescr": "World Cup",
            "ComDis": 1,
            "ComDisDescr": "Outdoor Archery",
            "Name": "Gwangju 2022 Hyundai Archery World Cup stage 2",
            "NameShort": "Gwangju 2022",
            "Country": "KOR",
            "CountryName": "Republic of Korea",
            "Cont": 1,
            "Cat": "RW",
            "IsTeam": 0,
            "IndividualTeam": 1,
            "DFrom": "2022-05-16",
            "DTo": "2022-05-22",
            "QuRnk": 6,
            "QuScore": 643,
            "Formats": [
                {
                    "PhTypeId": 1,
                    "FmtId": 1,
                    "FmtSubId": 1
                },
                {
                    "PhTypeId": 2,
                    "FmtId": 5,
                    "FmtSubId": 8
                }
            ]
        },
        {
            "Rnk": 2,
            "Id": 24208,
            "ComLevel": 3,
            "ComLevelDescr": "World Cup",
            "ComDis": 1,
            "ComDisDescr": "Outdoor Archery",
            "Name": "Gwangju 2022 Hyundai Archery World Cup stage 2",
            "NameShort": "Gwangju 2022",
            "Country": "KOR",
            "CountryName": "Republic of Korea",
            "Cont": 1,
            "Cat": "RX",
            "IsTeam": 1,
            "IndividualTeam": 3,
            "DFrom": "2022-05-16",
            "DTo": "2022-05-22",
            "QuRnk": 4,
            "QuScore": 1303,
            "Formats": [
                {
                    "PhTypeId": 1,
                    "FmtId": 1,
                    "FmtSubId": 11
                },
                {
                    "PhTypeId": 2,
                    "FmtId": 5,
                    "FmtSubId": 14
                }
            ]
        },
        {
            "Rnk": 2,
            "Id": 24212,
            "ComLevel": 3,
            "ComLevelDescr": "World Cup",
            "ComDis": 2,
            "ComDisDescr": "Indoor Archery",
            "Name": "Indoor Archery World Series Finals",
            "NameShort": "Indoor World Series Finals",
            "Country": "USA",
            "CountryName": "United States of America",
            "Cont": 2,
            "Cat": "RW",
            "IsTeam": 0,
            "IndividualTeam": 1,
            "DFrom": "2022-02-05",
            "DTo": "2022-02-05",
            "QuRnk": 2
        }
    ]
}
×

Try it: AthleteResults

Id
CatId
CatCode
ParticipationCatCode
ParticipationCatId
LevelId
DisciplineId
StartDate
EndDate
IndividualTeam
WinLoose
Detailed
RankMax
CompFormatId
CompSubFormatId
fText
SortBy
RBP
Page
Request: