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": "Resource_File(s)_Format",
        "continue": "gapcontinue||"
    },
    "query": {
        "pages": {
            "2557": {
                "pageid": 2557,
                "ns": 0,
                "title": "Re-translation email",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "Dear dev team, \n\nA resource file for [fr] needs to be re-translated:\n* String identifier: Acme.Widget|resources.properties|book_flight_label\n* Erroneous translation: Livre un vol\n* Correct translation: R\u00e9server un vol\n\nIn order to trigger the LRM re-translation process, please add a LRM_RESEND comment just above the key/value pair in the resource file, for instance:\n\n    LRM_RESEND Please change to \"R\u00e9server un vol\"\n    book_flight_label=Livre un vol\n\nIn the next LRM translation, a re-translation information will be sent as part of the notification email. \nThank you."
                    }
                ]
            },
            "3210": {
                "pageid": 3210,
                "ns": 0,
                "title": "RedHat Enterprise Linux 8",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "On the system (most likely a virtual machine) dedicated to Command Center, make sure you have the latest version of docker up and running. The following steps may help.\n\nA user with '''sudo''' privileges is required to run most commands.\n\n==Uninstall old docker versions==\n\nThis is an optional step in case your docker version is out of date:\n\n    sudo yum remove docker \\\n                  docker-client \\\n                  docker-client-latest \\\n                  docker-common \\\n                  docker-latest \\\n                  docker-latest-logrotate \\\n                  docker-logrotate \\\n                  docker-engine\n\n==Install docker using the repository==\n\n    sudo yum install -y yum-utils\n    sudo yum-config-manager \\\n      --add-repo \\\n      https://download.docker.com/linux/centos/docker-ce.repo\n \n    sudo yum install docker-ce docker-ce-cli containerd.io docker-compose-plugin\n\n==Start Docker.==\nStart docker using the following command:\n\n    $ sudo systemctl start docker\n\nEnable the Docker service to start automatically on system boot by running the following command:\n\n    $ sudo systemctl enable docker\n\n==Verify that Docker Engine is installed correctly ==\nRun the hello-world image.\n\n    $ sudo docker run hello-world\n\nThis command will run a test container and display a message indicating that the installation is working properly."
                    }
                ]
            }
        }
    }
}