Jump to content

User:Wiki Feed Bot/Documentation/Cheatsheet page data

From Wikipedia, the free encyclopedia
{
    "pageid": "integer",
    "title": "string",
    "image": "",
    "users": ["unique", "user", "names"],
    "revisions": [
        {
            "timestamp": "2017-11-01T07:39:42Z",
            "comment": "string",
            "user": "username or ip",
            "title": "string",
            "pageid": "integer"
        }
    ],
    "categories": [
        {
            "ns": "integer",
            "title": "string (Category:)"
        }
    ],
    "pageviews": "integer (but for now unavailable)"
}