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": "",
    "query": {
        "abusefilters": [
            {
                "id": 1,
                "description": "New user blanking articles",
                "pattern": "!\"autoconfirmed\" in user_groups\r\n& new_size < 50\r\n& old_size > 500\r\n& article_namespace == 0\r\n& !user_name in article_recent_contributors\r\n& !(lcase(added_lines) rlike \"#redirect|{{((db-(attack|g10))|wi)}}\")"
            },
            {
                "id": 2,
                "description": "Large deletion from article by new editors",
                "pattern": "!\"autoconfirmed\" in user_groups\r\n& new_size >= 50\r\n& article_namespace == 0\r\n& edit_delta < -1000\r\n& !user_name in article_recent_contributors \r\n& !\"#redirect\" in lcase(added_lines)\r\n& !(lcase(summary) rlike \"\\bcop(y|ied)|und(id|o)|\\brv[vt]?\\b|revert|vandal|remov|clean|delet|\\brmv?\\b|\\brepea?t\")\r\n& !(length(summary) > 60)"
            },
            {
                "id": 3,
                "description": "Repeating characters",
                "pattern": "article_namespace != 2 & !(\"confirmed\" in user_groups)\r\n& article_prefixedtext != 'Square-Enix Wiki:Sandbox'\r\n& !(removed_lines rlike \"([^_:*'|=}{-]{1,9})\\1{6}\")\r\n& (\r\n(\r\n   (rmwhitespace(added_lines) rlike \"([^_:*'|=}{-]{1,9})\\1{7}\"|\r\n     (added_lines rlike \"[bcdfghjklmnpqrstvwxz]{7,}\" &\r\n     !removed_lines rlike \"[bcdfghjklmnpqrstvwxz]{7,}\")\r\n   )\r\n   & !(added_lines rlike \"\\[https?:\\/\\/\\w*([^_:*'|=}{-]{1,9})\\1{7}.*?\\]\")\r\n) | (\r\n   rmwhitespace(summary)  rlike \"([^_:*'|=}{-]{1,9})\\1{7}\")\r\n   & !(\"http\" in summary)\r\n)"
            },
            {
                "id": 4,
                "description": "Block too short articles",
                "pattern": "(old_size= 0)  \r\n& (article_namespace = 0) \r\n& !(contains_any(lcase(new_wikitext), \"#redirect\", \"disambiguation\", \"{{disambig\", \"{{delete\")) \r\n& (new_size < 200) \r\n& (\r\n  (new_size < 20) \r\n  | (rcount(\"[a-z\u00e4\u00f6\u00e5,.A-Z\u00c5\u00c4\u00d6()'] [a-z\u00e4\u00f6\u00e5]\",new_wikitext)<4)\r\n  | (rmwhitespace(added_lines) rlike \"\\!\\z|!!\")\r\n  | !((new_wikitext rlike \"[A-Z\u00c4\u00d6\u00c5]\") & (new_wikitext rlike \"[a-z\u00e4\u00f6\u00e5]\") & (new_wikitext rlike \"\\.\"))\r\n)"
            },
            {
                "id": 5,
                "description": "Spambot prevention"
            },
            {
                "id": 6,
                "description": "No external links by IPs and new users"
            },
            {
                "id": 7,
                "description": "Spam control"
            },
            {
                "id": 8,
                "description": "Username whitelist"
            }
        ]
    }
}