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 SPAM on User Pages",
                "pattern": "(article_namespace == 2) &\r\n(user_editcount < 10 | user_age < 3600 ) &\r\n(\r\n  (old_size == 0 & user_age < 3600)\r\n  |\r\n  rcount(\"https?:\\/\\/\", added_lines) > 0\r\n  |\r\n  contains_any(lcase(added_lines) + lcase(summary), \"visit my webpage\", \r\n  \"Home town\", \"surf to my webpage\", \"much to say about me\", \"write about me\", \r\n  \"here is my site\", \"part of this site\", \"I life in\", \"my homepage\", \r\n  \"my web blog\", \"post code\", \"visit my website\", \"visit my blog\", \r\n  \"payday loans\", \"feel free to surf\", \"to my blog\", \"up coming internet site\", \r\n  \"really hope I'm useful\", \"my webpage ::\", \"my web site;\", \"my blog post;\", \r\n  \"recommended online site\", \"click through the following\", \"best seo\", \r\n  \"sharepoint\", \"\u5355\u51fb\u6b64\u5904\", \"918kiss\", \"casino\", \"regal33\")\r\n  |\r\n  lcase(added_lines) rlike \"((nothing|not much) to (say|tell) about (me|myself)|a part of (wikimedia|mediawiki|reprap)\\.org)\"\r\n  |\r\n  lcase(added_lines) rlike \"<br><br>(here is my|review my|my web|my blog|look at my|also visit|feel free|my site)\"\r\n)"
            },
            {
                "id": 2,
                "description": "New account creating a new page with external link",
                "pattern": "(user_editcount < 10 | user_age < 3600 ) &\r\n(article_namespace == 0) &\r\n(old_size == 0) &\r\nrcount(\"https?:\\/\\/\", added_lines) > 0"
            },
            {
                "id": 3,
                "description": "Block common SPAM phrases from new accounts",
                "pattern": "(user_editcount < 3 | user_age < 3600 ) &\r\n(article_namespace == 0) &\r\n(\r\n contains_any(lcase(added_lines) + lcase(summary), \"visit my webpage\", \"Home town\", \"surf to my webpage\", \"ere is my site\", \"part of this site\", \"my homepage\", \"my web blog\", \"visit my website\", \"isit my blog\", \"payday loans\", \"feel free to surf\", \"to my blog\", \"up coming internet site\", \"eally hope I'm useful\", \"my webpage ::\", \"y web site;\", \"y blog post;\", \"ecommended online site\", \"click through the following\", \"search engine optimization\", \"unavoidable parcel of\", \"potential customers\", \"top 10\", \"best seo\", \"sharepoint\", \"caustic soda\", \"\u0410\u0437\u0438\u043d\u043e777\", \"outdoor furniture\", \"huge selection of quality\")\r\n)"
            },
            {
                "id": 4,
                "description": "User page with link created by account less than one hour old",
                "pattern": "(user_age < 3600 ) &\r\n(article_namespace = 2) &\r\nrcount(\"https?:\\/\\/\", added_lines) > 0"
            },
            {
                "id": 5,
                "description": "New user with blacklisted IP address",
                "pattern": "action == \"createaccount\" &\r\nsfs_blocked"
            },
            {
                "id": 6,
                "description": "Username with common spambot format",
                "pattern": "action == \"createaccount\" &\r\naccountname rlike \"[A-Z][a-z]+[A-Z][a-z]+[0-9]+\""
            },
            {
                "id": 7,
                "description": "Block links in uploads from new accounts",
                "pattern": "(user_editcount < 10 | user_age < 3600 ) &\r\n(action == 'upload' | article_namespace == 6) &\r\nrcount(\"https?:\\/\\/\", added_lines) > 0"
            },
            {
                "id": 8,
                "description": "Prevent new accounts from adding links to pages",
                "pattern": "(user_editcount < 5 | user_age < 3600 ) &\r\n(action == 'edit') &\r\nrcount(\"https?:\\/\\/\", added_lines) > 0"
            }
        ]
    }
}