MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "Rmtables",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes."
        },
        "revisions": {
            "*": "Because \"rvslots\" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used."
        }
    },
    "query": {
        "pages": {
            "668": {
                "pageid": 668,
                "ns": 0,
                "title": "Renaming Antennas",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "Some arrays write their fits files with simple numbers to name the antennas. CASA will import the name but also create an antenna id (like for spw, field, etc.). Both the antenna name and ID can be used to\nidentify an antenna, which is very confusing if both are numbers --\nbut not the same number. The python commands below will append the\nantenna names with a prefix to more easily distinguish them from their\nIDs. ALMA will already have antenna names that are strings, as does\nthe EVLA. \n\nIn the following exaample, the prefix 'CA' is added to the names of the antennas in the file 'C0104I':\n\n<source lang=\"python\">\ntb.open(\"c0104I/ANTENNA\",nomodify=False)\nnamelist=tb.getcol(\"NAME\").tolist()\nfor i in range(len(namelist)):\n\tname = 'CA'+namelist[i]\n\tprint ' Changing '+namelist[i]+' to '+name\n\tnamelist[i]=name\n\ntb.putcol(\"NAME\",namelist)\ntb.close()\n</source>"
                    }
                ]
            },
            "157": {
                "pageid": 157,
                "ns": 0,
                "title": "Renaming a Field"
            }
        }
    }
}