A RetroSearch Logo

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

Search Query:

Showing content from https://www.mediawiki.org/wiki/Extension:ProofreadPage/Proofread_props_API below:

Extension:Proofread Page/Proofread props API - MediaWiki

The ProofreadPage extension provides information about proofreading-related properties of Page-namespace pages with the props=proofread query:

{
    "action": "query",
    "format": "json",
    "formatversion": 2,
    "prop": "proofread",
    "titles": "Page:Sandbox.djvu/1"
}

Example: https://en.wikisource.org/wiki/Special:ApiSandbox#action=query&format=json&formatversion=2&prop=proofread&titles=Page:Sandbox.djvu/1

Response
{
    "batchcomplete": true,
    "query": {
        "pages": [
            {
                "pageid": 941671,
                "ns": 104,
                "title": "Page:Sandbox.djvu/1",
                "proofread": {
                    "quality": 1,
                    "quality_text": "Not proofread"
                }
            }
        ]
    }
}

Values are returned in the proofread property of each page:

There are currently no parameters to this API.


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