MediaWiki API 結果

這是JSON格式的HTML表示。HTML對調試很有用,但不適合應用程序使用。

指定format參數以更改輸出格式。要查看JSON格式的非HTML表示,設置format=json

參見完整文檔,或API 幫助以獲取更多信息。

{
    "batchcomplete": "",
    "query": {
        "normalized": [
            {
                "from": "Category:Foo",
                "to": "\u5206\u7c7b:Foo"
            },
            {
                "from": "Category:Bar",
                "to": "\u5206\u7c7b:Bar"
            }
        ],
        "pages": {
            "-1": {
                "ns": 14,
                "title": "\u5206\u7c7b:Foo",
                "missing": ""
            },
            "-2": {
                "ns": 14,
                "title": "\u5206\u7c7b:Bar",
                "missing": ""
            }
        }
    }
}