API

ContinentalAssociations

List of Continental Associations

Specific Parameters

  • fText STRING Textual search on main values
  • SortBy STRING Order By condition of returned data, "-" to order DESC
     Available options: NAME|CONTINENT

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/CONTINENTALASSOCIATIONS/?fText=STRING&SortBy=STRING [&RBP=INTEGER&Page=INTEGER]

http://api.worldarchery.org/?v=3&content=CONTINENTALASSOCIATIONS&fText=STRING&SortBy=STRING [&RBP=INTEGER&Page=INTEGER]

Response

{
    "pageInfo": {
        "totalResults": 5,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "CaId": 4,
            "CaCode": "WAAf",
            "CaName": "World Archery Africa",
            "Continent": "Africa"
        },
        {
            "CaId": 2,
            "CaCode": "WAAm",
            "CaName": "World Archery Americas",
            "Continent": "Americas"
        },
        {
            "CaId": 1,
            "CaCode": "WAAs",
            "CaName": "World Archery Asia",
            "Continent": "Asia"
        },
        {
            "CaId": 3,
            "CaCode": "WAE",
            "CaName": "World Archery Europe",
            "Continent": "Europe"
        },
        {
            "CaId": 5,
            "CaCode": "WAO",
            "CaName": "World Archery Oceania",
            "Continent": "Oceania"
        }
    ]
}
×

Try it: ContinentalAssociations

fText
SortBy
RBP
Page
Request: