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": "Creating a large userpage with external links",
                "pattern": "article_namespace == 2 & old_size < 500 & new_size > 500 & length(added_links) > 0"
            },
            {
                "id": 2,
                "description": "New page with a very long title",
                "pattern": "article_namespace == 0 & old_size == 0 & length(article_text) > 40 & !(\"autoconfirmed\" in  user_groups)"
            },
            {
                "id": 3,
                "description": "URL-titled pages",
                "pattern": "article_text contains \"http://\""
            },
            {
                "id": 4,
                "description": "Brand new user creating spammy userpage",
                "pattern": "article_namespace == 2 & (user_age < 86400 |user_editcount < 1) & new_wikitext irlike \"http[a-z0-9.:/?=&-]*([^\\]]*])?[.\\s]*$\""
            },
            {
                "id": 5,
                "description": "New user creating pages with external links"
            },
            {
                "id": 6,
                "description": "Userpage spamming"
            }
        ]
    }
}