Skip to content
Lucas E. da Silva edited this page Apr 13, 2026 · 4 revisions

📖 Game Jolt API Documentation

Welcome to the official documentation. To ensure the plugin works correctly, please follow the setup instructions below.


🛠️ Configuration (Mandatory)

Before calling any API functions, you must provide your game credentials in the Godot Project Settings:

Go to Project Settings and fill in your Game ID and Private Key in these fields:

  • Application > Game Jolt API > game_id
  • Application > Game Jolt API > private_key

🧩 API Modules

The functions are divided into specialized modules. Click on a module to see the available functions:


💡 Quick Tip

Since this plugin is asynchronous, remember to always use the await keyword:

await GameJoltAPI.user_login("Username", "Token")

Clone this wiki locally