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": "",
    "continue": {
        "abfstartid": 11,
        "continue": "-||"
    },
    "query": {
        "abusefilters": [
            {
                "id": 1,
                "description": "Creating a test page",
                "pattern": "\"This message is to test the speed and accuracy of your wiki page. Please accept our apologizes for any inconvience.\" in new_text"
            },
            {
                "id": 2,
                "description": "Creating a large userpage with external links",
                "pattern": "article_namespace == 2 & old_size < 500 & new_size > 500 & length(added_links) > 0"
            },
            {
                "id": 3,
                "description": "New page with a very long title",
                "pattern": "article_namespace == 0 & old_size == 0 & length(article_text) > 40"
            },
            {
                "id": 4,
                "description": "New user moving pages",
                "pattern": "action==\"move\" & user_age < 86400"
            },
            {
                "id": 5,
                "description": "URL-titled pages",
                "pattern": "lcase(article_text) contains \"http://\""
            },
            {
                "id": 6,
                "description": "Creating spammy user pages",
                "pattern": "article_namespace == 2 & old_size == 0 & summary contains \"/*\""
            },
            {
                "id": 7,
                "description": "New user creating spammy userpage"
            },
            {
                "id": 8,
                "description": "New user creating pages with external links"
            },
            {
                "id": 9,
                "description": "Inserting HTML into pages",
                "pattern": "added_lines contains \"<a \""
            },
            {
                "id": 10,
                "description": "Userpage spamming"
            }
        ]
    }
}