API

Officials

Return list of Officials

Specific Parameters

  • Name STRING + Athlete Name
  • AssociationCode STRING + Association Code (Member or Continental Association)
  • Nationality STRING + Nationality Code
  • Active INTEGER Limit search to Active entries (involved in events in last 4 years). Valid values are 0: don't limit; 1: Only Active; -1: Only Inactive/Deceased
     Available options: 0|1|-1
  • WAPosition INTEGER Limit search to World Archery Positions. Valid values are 0: don't limit; 1: Only WA Positions; -1: Only Not WA Positions
     Available options: 0|1|-1
  • SortBy STRING Order By condition of returned data, "-" to order DESC
     Available options: NAME|AGE|NATIONALITY|COUNTRY|ASSOCIATIONCODE

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/OFFICIALS/?Name=STRING&AssociationCode=STRING&Nationality=STRING&Active=INTEGER&WAPosition=INTEGER&SortBy=STRING [&RBP=INTEGER&Page=INTEGER]

http://api.worldarchery.org/?v=3&content=OFFICIALS&Name=STRING&AssociationCode=STRING&Nationality=STRING&Active=INTEGER&WAPosition=INTEGER&SortBy=STRING [&RBP=INTEGER&Page=INTEGER]

Response

{
    "pageInfo": {
        "totalResults": 2,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "Id": "4347",
            "FName": "Scarzella",
            "GName": "Fiammetta",
            "WNameOrd": false,
            "Age": 0,
            "Gender": "W",
            "Nationality": "ITA",
            "EntryMA": "ITA",
            "Association": {
                "WA": [
                    {
                        "FunCode": "MeM",
                        "FunName": "Member",
                        "FunLevel": "WA",
                        "FunGroup": "Medical and Sports Sciences Committee",
                        "FunWaPosition": true,
                        "FunStart": "2017-10-14",
                        "FunEnd": "2019-06-02"
                    }
                ]
            }
        },
        {
            "Id": "14965",
            "FName": "Scarzella",
            "GName": "Mario",
            "WNameOrd": false,
            "Age": 72,
            "Gender": "M",
            "Nationality": "ITA",
            "EntryMA": "ITA",
            "Association": {
                "WA": [
                    {
                        "FunCode": "WAXM",
                        "FunName": "Executive Board Member",
                        "FunLevel": "WA",
                        "FunGroup": "World Archery",
                        "FunWaPosition": true,
                        "FunStart": "2005-06-18",
                        "FunEnd": "2011-07-02"
                    },
                    {
                        "FunCode": "WA1V",
                        "FunName": "First Vice President",
                        "FunLevel": "WA",
                        "FunGroup": "World Archery",
                        "FunWaPosition": true,
                        "FunStart": "2011-07-02",
                        "FunEnd": "2019-06-02"
                    },
                    {
                        "FunCode": "ReM",
                        "FunName": "Member",
                        "FunLevel": "WA",
                        "FunGroup": "Remuneration Commission",
                        "FunWaPosition": true,
                        "FunStart": "",
                        "FunEnd": ""
                    }
                ]
            }
        }
    ]
}
×

Try it: Officials

Name
AssociationCode
Nationality
Active
WAPosition
SortBy
RBP
Page
Request: