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.

{
    "warnings": {
        "query": {
            "*": "Formatting of continuation data has changed. To receive raw query-continue data, use the 'rawcontinue' parameter. To silence this warning, pass an empty string for 'continue' in the initial query."
        }
    },
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "Replacing_Verific_built-in_primitives/operators_with_user_implementations",
        "continue": "gapcontinue||"
    },
    "query": {
        "pages": {
            "150": {
                "pageid": 150,
                "ns": 0,
                "title": "Release version",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "'''Q: How do I tell the version of a Verific software release? '''\n\nThe APIs:\n\n  Message::ReleaseString()\n  Message::ReleaseDate()\n\nrespectively return the release string (e.g. \"Sep16_SW_Release\") and the release date (e.g. \"Thu Sep 29 17:57:37 2016\").\n\nAlso, the tclmain application with \"-version\" option will output release data:\n\n  $ tclmain-linux-O -version\n   -- (c) Copyright 1999 - 2020 Verific Design Automation Inc. All rights reserved\n   -- Verific release: Mar20_SW_Release, to: Company, release date: Tue Apr 28 09:13:38 2020\n   Hello, init.tcl has been executed\n   %"
                    }
                ]
            },
            "134": {
                "pageid": 134,
                "ns": 0,
                "title": "Remove Verific data structures",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "'''Q: How do I remove all Verific data structures in memory?'''\n\nTo remove hdl file sorting data:\n\n    hdl_file_sort::Reset();\n\nTo remove Verilog parsetree:\n\n    veri_file::Reset();\n\nTo remove VHDL parsetree:\n\n    vhdl_file::Reset();\n\nTo remove synlib parsetree:\n\n    synlib_file::Reset();\n\nTo remove hierarchy tree:\n\n    hier_tree::DeleteHierarchicalTree() ;\n\nTo remove UPF data structures:\n\n    upf_file::DeleteAll();\n\nTo remove the netlist database:\n\n    Libset::Reset();\n\nTo remove linefile data (make sure that you've removed all parsetrees and the netlist database):\n\n    LineFile::DeleteAllLineFiles();\n    LineFile::ResetFileIdMaps();\n\nTo remove message type settings:\n\n    Message::Reset();\n\nTo reset run-time flags:\n\n    RuntimeFlags::DeleteAllFlags();"
                    }
                ]
            }
        }
    }
}