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": "Disallow potential spam from new users",
                "pattern": "!(\"autoconfirmed\" in user_groups)\r\n& (action == \"edit\")\r\n& (article_articleid == 0)\r\n& (length(added_links) >= 1)\r\n& ((contains_any( article_text , \"Http\", \"@@@\", \"0\" , \"1\" , \"2\" , \"3\" , \"4\" , \"5\" , \"6\" , \"7\" , \"8\" , \"9\" ) == true) | (length(article_text) > 100) )"
            },
            {
                "id": 2,
                "description": "New users can't upload files",
                "pattern": "!(\"autoconfirmed\" in user_groups)\r\n& (action == \"upload\")"
            },
            {
                "id": 3,
                "description": "New users must supply summary passphrase",
                "pattern": "!(\"autoconfirmed\" in user_groups)\r\n& ((action == \"edit\") | (action == \"upload\") | (action == \"move\") | (action == \"delete\"))\r\n& !(summary irlike \"first contribution\")"
            },
            {
                "id": 4,
                "description": "Confirm new user succeeded",
                "pattern": "!(\"autoconfirmed\" in user_groups)\r\n& (user_name == \"Gilraintest\")\r\n& ((action == \"edit\") | (action == \"upload\") | (action == \"move\") | (action == \"delete\"))\r\n& (\"first contribution\" in summary)"
            }
        ]
    }
}