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 users removing content and adding external links",
                "pattern": "user_editcount <5 &\r\n (edit_delta < -1000 &(\r\n  added_links rlike \"\\.\")\r\n )"
            },
            {
                "id": 2,
                "description": "Link spam",
                "pattern": "action === \"edit\"\r\n& ( user_editcount < 5\r\n| user_age < 86400 )\r\n& rcount(\"(?:^|\\n)(?:https?:)?//(?:[^/\\n]+\\.)?shoutwiki\\.com(?=/|\\n)\", added_links) !== count(added_links)"
            },
            {
                "id": 3,
                "description": "New users editing other users' userpages",
                "pattern": "action === \"edit\"\r\n& ( user_editcount < 5\r\n| user_age < 86400 )\r\n& (article_namespace == 2)\r\n& !(user_name in article_text)"
            },
            {
                "id": 4,
                "description": "Prevent page titles with forbidden words and characters",
                "pattern": "!\"autoconfirmed\" in user_groups\r\n& article_articleid == 0\r\n& article_namespace == 0\r\n& contains_any(lcase(article_text), \"\u2020\",\"#\",\"\u00af\",\"\u00a7\",\"\u00be\",\"\u00b2\",\"\u00ae\",\"\u00a8\",\"\u00b1\",\"\u00ac\",\"\u06cc\",\"Samsung\",\"iPhone\",\"Google\",\"Nike\",\"Twitter\",\"Viagra\",\"Bargain\",\"Money\",\"Investor\",\"Investors\",\"Investment\",\"Investments\",\"Loan\",\"Loans\",)"
            },
            {
                "id": 5,
                "description": "Large unwikified new article",
                "pattern": "(user_editcount < 50) &\r\n(article_namespace == 0) &\r\n(article_recent_contributors == \"\") &\r\n(new_size > 1000) &\r\n!(contains_any(added_lines, \"[[\", \"{{\", \"{|\", \"==\", \"<ref\", \"''\"))"
            }
        ]
    }
}