A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:ProofreadPage/Metadata_API below:

Extension:Proofread Page/Metadata API - MediaWiki

The ProofreadPage extension provides information about the extension's configurations using the query action with meta=proofread:

{
    "action": "query",
    "meta": "proofread"
}

Example: https://en.wikisource.org/wiki/Special:ApiSandbox#action=query&format=json&meta=proofreadinfo

Response
{
    "batchcomplete": "",
    "query": {
        "proofreadnamespaces": {
            "index": {
                "id": 106
            },
            "page": {
                "id": 104
            }
        },
        "proofreadqualitylevels": [
            {
                "id": 0,
                "category": "Without text"
            },
            {
                "id": 1,
                "category": "Not proofread"
            },
            {
                "id": 2,
                "category": "Problematic"
            },
            {
                "id": 3,
                "category": "Proofread"
            },
            {
                "id": 4,
                "category": "Validated"
            }
        ]
    }
}

You can select which properties are returned using the prpiprop key:

The default value for this key is namespaces|qualitylevels


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4