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": "Replacing redirect with spam-like material",
                "pattern": "page_namespace == 0\r\n& edit_delta > 100\r\n& old_wikitext irlike \"^#REDIRECT\"\r\n& ! (new_wikitext irlike \"^#REDIRECT\")\r\n& added_links > 0\r\n& user_editcount == null"
            },
            {
                "id": 2,
                "description": "Adding spam-like content",
                "pattern": "user_editcount == null\r\n& added_lines irlike \"display.*?:.*?none\""
            },
            {
                "id": 3,
                "description": "Likely test edit",
                "pattern": "user_editcount == null & \r\n(added_lines irlike \"<ref><ref><ref>\"\r\n| added_lines irlike \"''Italic text''\"\r\n| added_lines irlike \"'''Bold text'''\"\r\n)"
            },
            {
                "id": 4,
                "description": "Removing large content",
                "pattern": "user_editcount == null\r\n& page_title != '' /* exclude user creation */\r\n& edit_delta < -2000"
            },
            {
                "id": 5,
                "description": "Adding spam-like content",
                "pattern": "added_lines rlike 'position\\s*:\\s*fixed'\r\n& (user_editcount == null | user_editcount < 20)"
            },
            {
                "id": 6,
                "description": "Likely spam"
            },
            {
                "id": 7,
                "description": "Likely spam"
            },
            {
                "id": 8,
                "description": "Likely vandalism"
            },
            {
                "id": 9,
                "description": "Excessive sandbox edits",
                "pattern": "user_age < 3600 & page_title irlike 'sandbox'"
            },
            {
                "id": 10,
                "description": "Likely vandalism"
            }
        ]
    }
}