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": "Large content removal by new editors"
            },
            {
                "id": 2,
                "description": "Gibberish edit summary."
            },
            {
                "id": 3,
                "description": "Section replacing with URL by new editor"
            },
            {
                "id": 4,
                "description": "Too many foreign letters or repeat symbols"
            },
            {
                "id": 5,
                "description": "Disallow certain words in mainspace articles & edit summaries."
            },
            {
                "id": 6,
                "description": "Adding a link to a short new page by new editor"
            },
            {
                "id": 7,
                "description": "Unsigned talk page contribution",
                "pattern": "equals_to_any(page_namespace, 1, 3, 5, 7, 9, 11, 13, 15, 111, 421, 829, 2301, 2303)\r\n&\r\nlength(added_lines) > 0\r\n&\r\n!contains_any(added_lines,\r\n    \"{{delete\",\r\n    \"{{Delete\",\r\n    \"~~~~\",\r\n    \"[[User:\" + user_name,\r\n    \"[[UserProfile:\" + user_name,\r\n    \"[[Special:Contributions/\" + user_name\r\n) \r\n&\r\n!contains_any(lcase(summary),\r\n    \"unsigned\",\r\n    \"undo revision\"\r\n)"
            },
            {
                "id": 8,
                "description": "Translation project edit",
                "pattern": "\"/\" in page_title\r\n& equals_to_any(page_namespace, 0, 1, 4, 5, 12, 13, 14, 15, 110, 111)\r\n& page_title rlike './(ar|bg|cs|da|el|es|fi|hi|id|it|ja|lt|lv|nl|no|ro|sk|sv|th|tr|vi|yue)$'"
            },
            {
                "id": 9,
                "description": "New short page with an external link"
            },
            {
                "id": 10,
                "description": "New mainspace page by new editor",
                "pattern": "/* Definition of a \"new editor\": */\r\nuserage_days := 7;  /* max number of days since account creation */\r\nuseredits := 5;  /* max number of edits */\r\n\r\npage_namespace == 0\r\n& page_age == 0\r\n& new_size > 0\r\n& (user_editcount < useredits | user_age < userage_days * 24 * 3600)\r\n& !\"/\" in page_title\r\n& !\"#redirect\" in lcase(added_lines)\r\n& !(\"delete\" in user_rights | \"bot\" in user_groups)"
            }
        ]
    }
}