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": "RenderTarget",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce> 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": {
            "2667": {
                "pageid": 2667,
                "ns": 0,
                "title": "ReactPhysics3D",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "__NOTOC__\n<!-- GIDEROSOBJ:ReactPhysics3D-->\n'''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/>\n'''Available since:''' Gideros 2019.10<br/>\n\n=== Description ===\nReactPhysics3D is an open source 3D physics and collision engine [[https://www.reactphysics3d.com/ React Physics 3D home page]].\n\nTo add '''ReactPhysics3D engine''' to your application you call:\n<syntaxhighlight lang=\"lua\">\nrequire \"reactphysics3d\"\n</syntaxhighlight>\n\nBasically you:\n# '''create the 3d world''' => [[r3d.World.new]]\n# '''add the 3d world DebugDraw (recommended for testing)''' => [[r3d.DebugDraw.new]]\n# '''create your body''' => [[r3d.World:createBody]]\n# '''define the shape of your body''' => example: a sphere [[r3d.SphereShape.new]]\n# '''add the fixture''' => [[r3d.Body:createFixture]]'''\n# '''add joints (optional)''' => example: a fixed joint [[r3d.World:createFixedJoint]]\n# ''' HAVE FUN! '''\n\n=== Classes ===\n<div style=\"column-count:3;-moz-column-count:3;-webkit-column-count:3\">\n[[r3d.Body]]<br/><!--GIDEROSOBJ:r3d.Body-->\n[[r3d.DebugDraw]]<br/><!--GIDEROSOBJ:r3d.DebugDraw-->\n[[r3d.Fixture]]<br/><!--GIDEROSOBJ:r3d.Fixture-->\n[[r3d.Joint]]<br/><!--GIDEROSOBJ:r3d.Joint-->\n<!--[[r3d.FixedJoint]]<br/>--><!--GIDEROSOBJ:r3d.FixedJoint-->\n<!--[[r3d.HingeJoint]]<br/>--><!--GIDEROSOBJ:r3d.HingeJoint-->\n[[r3d.Shape]]<br/><!--GIDEROSOBJ:r3d.Shape-->\n<!--[[r3d.BallAndSocketShape]]<br/>--><!--GIDEROSOBJ:r3d.BallAndSocketShape-->\n<!--[[r3d.BoxShape]]<br/>--><!--GIDEROSOBJ:r3d.BoxShape-->\n<!--[[r3d.CapsuleShape]]<br/>--><!--GIDEROSOBJ:r3d.CapsuleShape-->\n<!--[[r3d.ConcaveMeshShape]]<br/>--><!--GIDEROSOBJ:r3d.ConcaveMeshShape-->\n<!--[[r3d.ConvexMeshShape]]<br/>--><!--GIDEROSOBJ:r3d.ConvexMeshShape-->\n<!--[[r3d.HeightFieldShape]]<br/>--><!--GIDEROSOBJ:r3d.HeightFieldShape-->\n<!--[[r3d.SphereShape]]<br/>--><!--GIDEROSOBJ:r3d.SphereShape-->\n[[r3d.World]]<br /><!--GIDEROSOBJ:r3d.World-->\n</div>\n\n{{GIDEROS IMPORTANT LINKS}}"
                    }
                ]
            },
            "13": {
                "pageid": 13,
                "ns": 0,
                "title": "Reference manual",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "=== Reference ===\n[[Special:MyLanguage/Main API|Main API]]<br />\n[[Special:MyLanguage/Labs|Labs]]<br />\n[[Special:MyLanguage/Facebook Instant Games|Facebook Instant Games]]<br />\n[[Special:MyLanguage/Lua API|Lua API]]<br />\n[[Special:MyLanguage/Physics API|Physics API]]<br />\n[[Special:MyLanguage/Lua enhancements|Lua enhancements]]<br />\n[[Special:MyLanguage/Plugins|Plugins]]<br />\n| style=\"width: 30%;\"|"
                    }
                ]
            }
        }
    }
}