MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "abfstartid": 11,
        "continue": "-||"
    },
    "query": {
        "abusefilters": [
            {
                "id": 1,
                "description": "Removing content from pages"
            },
            {
                "id": 2,
                "description": "Prevent creating blank pages",
                "pattern": "(article_namespace != 6)&!(contains_any(user_groups,\"sysop\",\"autoconfirmed\"))&\r\nnew_size = 0 & old_size = 0"
            },
            {
                "id": 3,
                "description": "Link spamming"
            },
            {
                "id": 4,
                "description": "Unreasonably large addition by new user"
            },
            {
                "id": 5,
                "description": "Marking fake build as confirmed by newbie",
                "pattern": "!(contains_any(user_groups, \"autoconfirmed\") )&\r\nadded_lines rlike \"BLItem Confirmed\" & \r\nremoved_lines rlike \"BLItem Fake\";"
            },
            {
                "id": 6,
                "description": "Removal of talk page content",
                "pattern": "!(contains_any(user_groups,\"autoconfirmed\",\"sysop\"))&\r\n!(page_title irlike ('^' + user_name)) &\r\narticle_namespace%2 > 0 &\r\nedit_delta < -15 &\r\n!(added_lines irlike removed_lines);"
            },
            {
                "id": 7,
                "description": "Creating Windows build page without Infobox",
                "pattern": "!(contains_any(user_groups, \"VIP\", \"sysop\")) &\r\n!(added_lines irlike \"Infobox Windows\") &\r\nold_size=0 & \r\n!(\"#REDIRECT\" in added_lines) & \r\n!(\"/\" in article_text) & \r\narticle_text rlike \"^Windows *\" &\r\narticle_namespace = 0;"
            },
            {
                "id": 8,
                "description": "Editing user pages of other users",
                "pattern": "userspace_regex := ('^' + user_name + '($|/)');\r\nif \"sysop\" in user_groups then false else\r\n    !(action != \"move\" | moved_from_namespace != 2 | moved_from_title rlike userspace_regex) |\r\n    !(action != \"move\" | moved_to_namespace != 2 | moved_to_title rlike userspace_regex) |\r\n    !(action != \"edit\" | article_namespace != 2 | page_title rlike userspace_regex)\r\nend"
            },
            {
                "id": 9,
                "description": "Unacceptable or inappropriate username"
            },
            {
                "id": 10,
                "description": "Stubbing",
                "pattern": "(contains_any(user_groups,\"sysop\" ))&\r\nlcase (added_lines) rlike \"{{stub}}\" &\r\narticle_namespace = 0;"
            }
        ]
    }
}