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": "Prevent gibberish usernames",
                "pattern": "action == \"createaccount\"\r\n& accountname rlike \"^[A-Za-z0-9]{10,}$\"\r\n& accountname rlike \"^[A-Z][a-z]{5,}(?:[A-Z].*[0-9]|[0-9].*[A-Z])\""
            },
            {
                "id": 2,
                "description": "Link spamming",
                "pattern": "! \"confirmed\" in user_groups &\r\npage_namespace == 0 &\r\nold_size > 0 &\r\nrcount(\"https?:\\/\\/\", added_lines) > rcount(\"https?:\\/\\/\", removed_lines) &\r\ncount(\"<ref\", added_lines) <= count(\"<ref\",  removed_lines) &\r\n! user_name in page_recent_contributors"
            },
            {
                "id": 3,
                "description": "External Link Spam",
                "pattern": "! \"confirmed\" in user_groups &\r\n(action == \"edit\" | action == \"create\") &\r\n(user_editcount < 5) &\r\n(length(added_links) >= 1)"
            },
            {
                "id": 4,
                "description": "Blanking Page",
                "pattern": "action == \"edit\" &\r\n((user_editcount < 1 & edit_delta < -150) | (user_editcount < 5 & edit_delta < -300) | (user_editcount < 20 & edit_delta < -1000)) &\r\n!\"sysop\" in user_groups"
            }
        ]
    }
}