API

RB-Article

Rulebook Articles

Fetches an article from the Rulebook down 2 or specified levels. To show all children of a given article specify -1 or a high number

Specific Parameters

  • ArticleID INTEGER M Rulebook Item ID
  • LangID STRING Language 2 letter code (ISO 639-1). If no LangID is provided EN will be the default.
  • Levels INTEGER Number of levels to retrieve

Type Data type

M Mandatory

+ Multiple values separated with pipe "|"

Syntax Try it yourself

http://api.worldarchery.org/v3/RB-ARTICLE/?ArticleID=INTEGER&LangID=STRING&Levels=INTEGER [&]

http://api.worldarchery.org/?v=3&content=RB-ARTICLE&ArticleID=INTEGER&LangID=STRING&Levels=INTEGER [&]

Response

{
    "pageInfo": {
        "totalResults": 1,
        "resultsPerPage": 1,
        "page": 0
    },
    "items": [
        {
            "translated": "1",
            "kicker": "",
            "title": "",
            "number": "22.3.6.2.",
            "text": "Weight(s) may be added to the lower part of the riser. All weights, regardless of shape, shall mount directly to the riser without rods, extensions, angular mounting connections or shock-absorbing devices.",
            "type": "txt",
            "law": "B",
            "order": 2,
            "id": 3194,
            "parent": 3192,
            "parents": [
                {
                    "id": "3192",
                    "label": "22.3.6.",
                    "type": "txt"
                },
                {
                    "id": "3182",
                    "label": "22.3. Barebow Division",
                    "type": "txt"
                },
                {
                    "id": "3138",
                    "label": "Chapter 22 - Athlete Equipment",
                    "type": "txt"
                },
                {
                    "id": "3137",
                    "label": "Book 4 - Field and 3D Archery",
                    "type": "txt"
                }
            ],
            "level": 4,
            "more": false,
            "interpretations": [
                {
                    "title": "Weights on barebow",
                    "related": "",
                    "committee": "",
                    "text": "<div><span style=\"font-family: TimesNewRomanPS; font-size: 12pt; font-style: italic;\">FITARCO (Italian Archery Federation) has requested an interpretation as to whether the weights shown below are permitted under Book 4, Chapter 22, Article 22.3.6.2.</span></div>\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<p><span style=\"font-size: 12pt; font-family: TimesNewRomanPSMT;\">The Constitution and Rules Committee (\u201cC&R\u201d) find</span><span style=\"font-size: 12pt; font-family: TimesNewRomanPSMT;\">s the question presented to be within the terms of reference of the Technical Committee after consultation with the Field and 3D Archery Committee.</span></p>\r\n<p><span style=\"font-size: 12pt; font-family: TimesNewRomanPSMT;\">C&R has determined that the following interpretation is not contrary to the existing rules or Congress decisions.</span></p>\r\n<p><span style=\"font-size: 12pt; font-family: TimesNewRomanPS; font-weight: 700;\">Response from the Technical Committee:</span></p>\r\n<p><span style=\"font-size: 12pt; font-family: TimesNewRomanPSMT;\">It is the majority decision of the Technical Committee that the weights below are legal for use in the Barebow division of World Archery. The weights conform to established rules pertaining to what is allowable in the Barebow division for attaching weight to the riser, Article 22.3.6.2.</span></p>\r\n<p><span style=\"font-size: 12pt; font-family: Arial; font-weight: 700;\">World Archery Technical Committee, May 8, 2018<br />\r\nApproved by the World Archery C&R Committee, May 20, 2018</span></p>\r\n</div>\r\n</div>\r\n</div>",
                    "dateeffective": "2018-05-20",
                    "docname": "Weights on barebow",
                    "docmime": "",
                    "doclink": "https://rulebook.worldarchery.org/interpretations/?lang=EN&id=7"
                }
            ],
            "children": [],
            "ref": [],
            "ext": []
        }
    ]
}
×

Try it: RB-Article

ArticleID
LangID
Levels
Request: