Godot GDScript API
GDScript is Godot's first-class scripting language, a high-level dynamically typed (and gradually statically typed) language with Python-like syntax and tight integration with the engine, the editor, and the scene tree. The same engine class API documented at docs.godotengine.org is exposed to GDScript callers and runs inside the engine rather than as a REST surface.
Godot GDScript API is one of 5 APIs that Godot Engine publishes on the APIs.io network.
Tagged areas include GDScript, Language, and Scripting. The published artifact set on APIs.io includes API documentation.