API

TargetFaces

List of target faces

Specific Parameters

  • TargetFace INTEGER Target Face ID
  • 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/TARGETFACES/?TargetFace=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]

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

Response

{
    "pageInfo": {
        "totalResults": 6,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "Id": 1,
            "Description": "40cm Small 10 (Compound)",
            "Text": "",
            "Diameter": 40,
            "MinScore": 1,
            "MaxScore": 10,
            "HasX": false
        },
        {
            "Id": 2,
            "Description": "40cm Big 10 (Recurve)",
            "Text": "",
            "Diameter": 40,
            "MinScore": 1,
            "MaxScore": 10,
            "HasX": false
        },
        {
            "Id": 3,
            "Description": "60cm Small 10 (Compound)",
            "Text": "",
            "Diameter": 60,
            "MinScore": 1,
            "MaxScore": 10,
            "HasX": false
        },
        {
            "Id": 4,
            "Description": "60cm Big 10 (Recurve)",
            "Text": "",
            "Diameter": 60,
            "MinScore": 1,
            "MaxScore": 10,
            "HasX": false
        },
        {
            "Id": 5,
            "Description": "80cm",
            "Text": "",
            "Diameter": 80,
            "MinScore": 1,
            "MaxScore": 10,
            "HasX": true
        },
        {
            "Id": 6,
            "Description": "122cm",
            "Text": "",
            "Diameter": 122,
            "MinScore": 1,
            "MaxScore": 10,
            "HasX": true
        }
    ]
}
×

Try it: TargetFaces

TargetFace
fText
RBP
Page
Request: