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": "phone number spam (in title)",
                "pattern": "/* US phone number in title */\r\n( article_prefixedtext regex \"^(.*[^0-9a-zA-Z])?([0-9oOIlSB][^0-9a-zA-Z]{0,3}){10,11}([^0-9a-zA-Z].*)?$\" ) &\r\n( action != \"delete\" ) &\r\nuser_editcount <= 10 &\r\n!(\"sysop\" in user_groups)"
            },
            {
                "id": 2,
                "description": "phone number spam (in content)",
                "pattern": "/* US phone number in title */\r\n( new_wikitext regex \"^(.*[^0-9a-zA-Z])?[0-9oOIS][^0-9a-zA-Z]?[0-9oOIS][0-9oOIS][0-9oOIS][^0-9a-zA-Z]?[0-9oOIS][0-9oOIS][0-9oOIS][^0-9a-zA-Z]?[0-9oOIS][0-9oOIS][0-9oOIS][0-9oOIS]([^0-9a-zA-Z].*)?\" ) &\r\n( action != \"delete\" )"
            },
            {
                "id": 3,
                "description": "phone number spam (in title / copy)",
                "pattern": "( article_prefixedtext regex \"^(.*[^0-9a-zA-Z])?([0-9oOIS][^0-9a-zA-Z]{0,3}){10,11}([^0-9a-zA-Z].*)?$\" ) &\r\n( action != \"delete\" ) &\r\nuser_editcount <= 10 &\r\n!(\"sysop\" in user_groups)"
            },
            {
                "id": 4,
                "description": "phone support spam",
                "pattern": "( article_prefixedtext irlike \"(antivirus|aol|canon|customer|gmail|microsoft|outlook|netgear|norton|technical|antivirus|print|quickbook|tech).*(support.*phone|phone.*support|support.*number|service.*number|phone.*number|p.*h.*o.*n.*e.*n.*u.*m.*b.*e.*r|customer.*number)\" ) &\r\n( action != \"delete\" ) &\r\nuser_editcount <= 10 &\r\n!(\"sysop\" in user_groups)"
            }
        ]
    }
}