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 GTA5 spam",
                "pattern": "!(\"autoconfirmed\" in user_groups)\r\n& (action == \"edit\")\r\n& article_text irlike \"(grand theft auto|grand theft auto v|grand thef auto [1-5]|grand theft auto five|grand theft auto series|grand theft auto saga|grand theft auto [1-5]|gta 5|gta five|gta series|gta saga|gta v|gta [1-5]|video(games|juegos)|rockstar)\""
            },
            {
                "id": 2,
                "description": "Long-term spam"
            },
            {
                "id": 3,
                "description": "IP page creation",
                "pattern": "article_namespace % 2 === 0\r\n& article_namespace !== 110\r\n& article_articleid === 0\r\n& user_age === 0"
            },
            {
                "id": 4,
                "description": "Hello cheap MTV",
                "pattern": "count(\"\\n\", old_wikitext) < count(removed_lines)\r\n& old_size !== 0\r\n& count(added_links) === 0\r\n& article_namespace !== 0\r\n& user_age === 0\r\n& removed_lines rlike \"==[^=\\n]+?==|\\[\\[[^\\[\\]\\n]+?\\]\\]|{{(?:.|\\n)+?}}|{\\|(?:.|\\n)+?\\|}\"\r\n& ! added_lines rlike \"==[^=\\n]+?==|\\[\\[[^\\[\\]\\n]+?\\]\\]|{{(?:.|\\n)+?}}|{\\|(?:.|\\n)+?\\|}\""
            },
            {
                "id": 5,
                "description": "Link spam"
            },
            {
                "id": 6,
                "description": "Possible self-promotion in the user-space"
            },
            {
                "id": 7,
                "description": "Possible spam page"
            },
            {
                "id": 8,
                "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\", \"''\"))"
            }
        ]
    }
}