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.