Godot Engine website screenshot

Godot Engine

Godot Engine is a free and open-source community-driven 2D and 3D game engine released under the MIT License and stewarded by the Godot Foundation. Godot ships an integrated editor plus a deep scripting and extension surface across three primary languages: GDScript (Godot's own typed scripting language), C# (via .NET 8 / Mono in the .NET build), and C++ (via GDExtension, the modern successor to GDNative, which lets native shared libraries register their own classes against the same API the built-in classes use). The engine API is documented per-class at docs.godotengine.org. In addition, the Godot Asset Library at godotengine.org/asset-library/api exposes a public REST API used by the in-editor AssetLib browser to list, search, fetch, and download community plugins, templates, tools, and demos. The Godot project source lives at github.com/godotengine/godot.

Godot Engine publishes 5 APIs on the APIs.io network. Tagged areas include 2D, 3D, C#, C++, and Game Development.

Godot Engine’s developer surface includes documentation, API reference, getting-started guide, engineering blog, YouTube channel, and 24 more developer resources.

30.6/100 thin ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFree
5 APIs
2D3DC#C++Game DevelopmentGame EngineGDExtensionGDScriptGodotOpen-SourcePluginSDK

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/godot: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

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 t...

Godot C# / .NET Bindings

Godot's .NET build ships C# bindings over the engine API, letting developers write game logic and editor tooling in C# against the same class library that GDScript and C++ see. ...

Godot GDExtension (C++ Bindings)

GDExtension is Godot 4's mechanism for binding native C++ (or any language with a C ABI) into the engine without recompiling Godot itself. GDExtension libraries register their o...

Godot Editor Plugin API

Godot's editor can be extended in-place with EditorPlugin scripts that add docks, inspector plugins, import plugins, export plugins, gizmos, and custom tool windows. Editor plug...

Godot Asset Library API

The Godot Asset Library REST API powers the community asset browser inside the Godot editor (AssetLib tab) and the website at godotengine.org/asset-library. It exposes endpoints...

Pricing Plans 1

Published pricing tiers and plan structures.

Godot Plans Pricing

1 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Godot Rate Limits

2 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Godot Finops

FINOPS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Godot Domain Security

TLSv1.3 · DMARC

SECURITY

Godot Vulnerability Disclosure

security.txt · contact published

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 5

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Other 7

Properties that don't map to a standard resource type

Scroll for all 7

Source (apis.yml)

apis.yml Raw ↑
aid: godot
name: Godot Engine
description: 'Godot Engine is a free and open-source community-driven 2D and 3D game engine released under the MIT License
  and stewarded by the Godot Foundation. Godot ships an integrated editor plus a deep scripting and extension surface across
  three primary languages: GDScript (Godot''s own typed scripting language), C# (via .NET 8 / Mono in the .NET build), and
  C++ (via GDExtension, the modern successor to GDNative, which lets native shared libraries register their own classes against
  the same API the built-in classes use). The engine API is documented per-class at docs.godotengine.org. In addition, the
  Godot Asset Library at godotengine.org/asset-library/api exposes a public REST API used by the in-editor AssetLib browser
  to list, search, fetch, and download community plugins, templates, tools, and demos. The Godot project source lives at github.com/godotengine/godot.'
deliveryModel:
  model: unknown
  license: Godot License (MIT)
  open_source: false
  commercial: false
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - license
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: free
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Free
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/godot.png
url: https://godotengine.org
created: '2024-01-01'
modified: '2026-05-23'
specificationVersion: '0.23'
type: Index
access: 3rd-Party
tags:
- 2D
- 3D
- C#
- C++
- Game Development
- Game Engine
- GDExtension
- GDScript
- Godot
- Open-Source
- Plugin
- SDK
tags_raw:
- 2D
- 3D
- C#
- C++
- Game Development
- Game Engine
- GDExtension
- GDScript
- Godot
- Open Source
- Plugin
- SDK
apis:
- 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-images.s3.amazonaws.com/shared/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/
- aid: godot:godot-csharp-bindings
  name: Godot C# / .NET Bindings
  description: Godot's .NET build ships C# bindings over the engine API, letting developers write game logic and editor tooling
    in C# against the same class library that GDScript and C++ see. C# support targets .NET 8 and is delivered in the dedicated
    "Godot Engine - .NET" build.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.godotengine.org/en/stable/tutorials/scripting/c_sharp/
  baseURL: https://docs.godotengine.org
  tags:
  - C#
  - .NET
  - Scripting
  properties:
  - type: Documentation
    url: https://docs.godotengine.org/en/stable/tutorials/scripting/c_sharp/
  - type: GitHubRepository
    url: https://github.com/godotengine/godot/tree/master/modules/mono
- aid: godot:godot-gdextension
  name: Godot GDExtension (C++ Bindings)
  description: GDExtension is Godot 4's mechanism for binding native C++ (or any language with a C ABI) into the engine without
    recompiling Godot itself. GDExtension libraries register their own classes against the engine API and behave like first-class
    engine classes. The official godot-cpp binding repo provides the C++ API headers.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/
  baseURL: https://docs.godotengine.org
  tags:
  - C++
  - GDExtension
  - Native
  - SDK
  properties:
  - type: Documentation
    url: https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/
  - type: GitHubRepository
    url: https://github.com/godotengine/godot-cpp
- aid: godot:godot-editor-plugin-api
  name: Godot Editor Plugin API
  description: Godot's editor can be extended in-place with EditorPlugin scripts that add docks, inspector plugins, import
    plugins, export plugins, gizmos, and custom tool windows. Editor plugins use the same engine class API exposed through
    GDScript, C#, or GDExtension.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.godotengine.org/en/stable/tutorials/plugins/editor/index.html
  baseURL: https://docs.godotengine.org
  tags:
  - Editor
  - Plugins
  - Tooling
  properties:
  - type: Documentation
    url: https://docs.godotengine.org/en/stable/tutorials/plugins/editor/index.html
- aid: godot:godot-asset-library-api
  name: Godot Asset Library API
  description: The Godot Asset Library REST API powers the community asset browser inside the Godot editor (AssetLib tab)
    and the website at godotengine.org/asset-library. It exposes endpoints to search and filter assets by category, support
    level, Godot version, license, and keyword, retrieve asset metadata and download URLs, and submit or update assets when
    authenticated. The library source and API definition live in the godot-asset-library repository.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://github.com/godotengine/godot-asset-library
  baseURL: https://godotengine.org/asset-library/api
  tags:
  - Asset Library
  - Community
  - Marketplace
  - REST
  properties:
  - type: Portal
    url: https://godotengine.org/asset-library
  - type: GitHubRepository
    url: https://github.com/godotengine/godot-asset-library
  - type: APIReference
    url: https://github.com/godotengine/godot-asset-library/blob/master/API.md
common:
- type: Releases
  url: https://github.com/godotengine/godot/releases
- type: CodeOfConduct
  url: https://github.com/godotengine/.github/blob/master/CODE_OF_CONDUCT.md
- type: ContributionGuide
  url: https://github.com/godotengine/godot/blob/master/CONTRIBUTING.md
- type: VulnerabilityDisclosure
  url: security/godot-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/godot-domain-security.yml
- url: https://godotengine.org
  name: Godot Engine Website
  type: Website
- url: https://godotengine.org/download/
  name: Download Godot
  type: Download
- url: https://docs.godotengine.org/en/stable/
  name: Godot Documentation
  type: Documentation
- url: https://docs.godotengine.org/en/stable/classes/
  name: Godot Class Reference
  type: APIReference
- url: https://docs.godotengine.org/en/stable/getting_started/introduction/
  name: Getting Started with Godot
  type: GettingStarted
- url: https://godotengine.org/asset-library
  name: Godot Asset Library
  type: Marketplace
- url: https://github.com/godotengine/godot
  name: Godot Engine on GitHub
  type: GitHubRepository
- url: https://github.com/godotengine
  name: Godot Engine GitHub Org
  type: GitHubOrganization
- url: https://github.com/godotengine/godot/issues
  name: Godot Issue Tracker
  type: IssueTracker
- url: https://github.com/godotengine/godot-proposals
  name: Godot Proposals
  type: Proposals
- url: https://godotengine.org/community/
  name: Godot Community
  type: Community
- url: https://forum.godotengine.org
  name: Godot Forum
  type: Forums
- url: https://chat.godotengine.org
  name: Godot Chat
  type: Chat
- url: https://godotengine.org/contact/
  name: Contact Godot
  type: Contact
- url: https://godotengine.org/blog/
  name: Godot Blog
  type: Blog
- url: https://godot.foundation
  name: Godot Foundation
  type: ParentOrganization
- url: https://godotengine.org/license/
  name: Godot License (MIT)
  type: License
- url: https://godotengine.org/code-of-conduct/
  name: Godot Code of Conduct
  type: CodeOfConduct
- url: https://godotengine.org/privacy-policy/
  name: Godot Privacy Policy
  type: PrivacyPolicy
- url: https://godotengine.org/donate/
  name: Donate to Godot
  type: Donate
- url: https://x.com/godotengine
  name: Godot on X
  type: X
- url: https://mastodon.gamedev.place/@godotengine
  name: Godot on Mastodon
  type: Mastodon
- url: https://www.youtube.com/@Godotengineofficial
  name: Godot on YouTube
  type: YouTube
- url: https://www.linkedin.com/company/godot-foundation
  name: Godot Foundation on LinkedIn
  type: LinkedIn
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/godot"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/godot/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/godot/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.