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

Godot Asset Library API is one of 5 APIs that Godot Engine publishes on the APIs.io network.

Tagged areas include Asset Library, Community, Marketplace, and REST. The published artifact set on APIs.io includes a GitHub repository and an API reference.

API entry from apis.yml

apis.yml Raw ↑
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-productions2.s3.amazonaws.com/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