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.

API entry from apis.yml

apis.yml Raw ↑
aid: godot:godot-gdscript-api
name: Godot GDScript API
description: 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.
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html
baseURL: https://docs.godotengine.org
tags:
- GDScript
- Language
- Scripting
properties:
- type: Documentation
  url: https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html
- type: ClassReference
  url: https://docs.godotengine.org/en/stable/classes/