미디어위키 API 관리자 목록 조회

1 개요[ | ]

미디어위키 API 관리자 목록 조회
/w/api.php?action=query&list=allusers&augroup=sysop
testuser1@zetawiki:~$ curl -s 'https://en.wikipedia.org/w/api.php?action=query&format=json&list=allusers&augroup=sysop' | python -m json.tool
{
    "batchcomplete": "",
    "continue": {
        "aufrom": "Abecedare",
        "continue": "-||"
    },
    "query": {
        "allusers": [
            {
                "name": "(aeropagitica)",
                "userid": 111640
            },
            {
                "name": "28bytes",
                "userid": 3030741
            },
            {
                "name": "5 albert square",
                "userid": 7044616
            },
... (생략)
            {
                "name": "AGK",
                "userid": 1000453
            },
            {
                "name": "AKeen",
                "userid": 308914
            },
            {
                "name": "Aaron Schulz",
                "userid": 335180
            }
        ]
    }
}

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}