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": "Prevent CSS extension from unauthorised use",
                "pattern": "!(\"autoconfirmed\" in user_groups)\r\n& (action == \"edit\")\r\n& (\"{{#css:\" in added_lines)\r\n& !(\"{{#css:\" in removed_lines)"
            },
            {
                "id": 2,
                "description": "Section blanking",
                "pattern": "(!(\"autoconfirmed\" in user_groups) &\r\n((article_namespace == 0) &\r\n((length(added_lines) < 1) &\r\n(((rmwhitespace(removed_lines) rlike \"==\\w+==\") &\r\n((rmwhitespace(old_wikitext) contains rmwhitespace(removed_lines + \"==\")) &\r\n(!(rmwhitespace(new_wikitext) contains rmwhitespace(removed_lines + \"==\")))\r\n)) | \r\n((rmwhitespace(old_wikitext) contains rmwhitespace(\"==\" + removed_lines + \"==\")) &\r\n(!(rmwhitespace(new_wikitext) contains rmwhitespace(removed_lines + \"==\")))\r\n)))))"
            },
            {
                "id": 3,
                "description": "Vandalism in all caps",
                "pattern": "!\"confirmed\" in user_groups &\r\n(article_namespace == 0 | article_namespace == 3) &\r\n(match := \"ABUSER|\\bA+SS+[- ]?H+O+L+E+\\b|BITCH|\\b(C+O+C+|K+A+W+)K+S*\\b|LOO+S+E+R+|SOOO|CONVICTED|[KC]UNT|DILDO|D+O+U+C+H+E+|EFF+ (Y+O+U+|U+)|F+U+(KK+|C+K|K+C)|GARBAGE|HAGGER|HITLER|JEWS|MENTALLY SICK|M(WA|U)HAHA|N+I+GG+(E+R+|A+H*)|N[A4]ZI|PEDOPHILE|FAGG|PEA?N[UI1][S5]|S+L+U+T+|POOO+P?|W+H+O+R+E+|PERVERT|RACIST|S+H+[1I]+T+|SUCK|VAGINA|VIAGRA|WANK(A|ER|ING)|(W|WANKA)KNIGHT\") &\r\n(((summary rlike match) &\r\n!(summary rlike (\"\\[\\[Special:Contributions.*(\" + match + \".*)\"))) |\r\n((added_lines rlike match) &\r\n!(removed_lines rlike match) &\r\n!(article_text rlike match)))"
            },
            {
                "id": 4,
                "description": "Shouting",
                "pattern": "!\"autoconfirmed\" in user_groups\r\n& article_namespace = 0\r\n& length(rmwhitespace(added_lines)) > 12\r\n& added_lines rlike \"^[A-Z0-9\\s\\pP]*?[A-Z]{5}[A-Z0-9\\s\\pP]*$\"\r\n& !(removed_lines rlike \"[A-Z0-9\\s\\pP]*?[A-Z]{5}[A-Z0-9\\s\\pP]\")\r\n& !(\"#REDIRECT\" in added_lines)\r\n& !(added_lines rlike \"__(NOEDIT|NEW)SECTION__\")\r\n& !(added_lines rlike \"__(NO|FORCE)?TOC__\")\r\n& !(added_lines rlike \"^\\*\")"
            },
            {
                "id": 5,
                "description": "Large unwikified new article",
                "pattern": "(user_editcount < 50) &\r\n(article_namespace == 0) &\r\n(article_recent_contributors == \"\") &\r\n(new_size > 1000) &\r\n!(contains_any(added_lines, \"[[\", \"{{\", \"{|\", \"==\", \"<ref\", \"''\"))"
            },
            {
                "id": 6,
                "description": "nowiki tags inserted into an article",
                "pattern": "article_namespace == 0 & !(\"bot\" in user_groups)\r\n& ( rcount( \"nowiki\", lcase(added_lines) ) > rcount( \"nowiki\", lcase(removed_lines) ) )"
            },
            {
                "id": 7,
                "description": "Creating a very short new article",
                "pattern": "!(\"autoconfirmed\" in user_groups) &\r\n(article_articleid == 0) & (article_namespace == 0) & \r\n(new_size < 150) &\r\n!lcase(added_lines) rlike \"{{(?:surname|given name|delrev|softredirect|db-unpatrolled)}}|#redirect\" &\r\n!('disambig' in lcase(new_html))"
            },
            {
                "id": 8,
                "description": "Possible self-promotion in the user-space"
            },
            {
                "id": 9,
                "description": "Possible spam page"
            },
            {
                "id": 10,
                "description": "No signature in forum or talk pages",
                "pattern": "!'~~~' in edit_diff\r\n&!user_name in edit_diff\r\n&(edit_delta >= 2)\r\n&(article_namespace = 110 | article_namespace = 3 | article_namespace = 1)\r\n&!(\"bot\" in user_groups)"
            }
        ]
    }
}