Skip to main content

AyakaMods Developer API

Integrate AyakaMods mods into a mod manager / launcher (browse across games, Vortex-style) or into an official game client (scoped to just your game).

Status: development / localhost

Everything documented here is implemented and testable on our local dev instance. The public host (ayakamods.com) is not live for this yet. Base URLs, issued keys, and any final field naming are placeholders until go-live.

What this is

AyakaMods runs on XenForo. Its REST API is XenForo's native API with an AyakaMods scoping layer on top. You authenticate with a single API key and get back JSON. There is no SDK to install and nothing engine-specific - plain HTTPS + JSON, called from whatever your app or engine uses for HTTP.

Two access tiers

AyakaMods issues two kinds of key. Which one you get depends on who you are.

TierWhoSeesHow issued
Mod manager / launcherThird-party tools (Vortex-style)All public gamesRequest access, staff issues a key
Official game developerA game's own developer/teamOnly that game's modsRegister your game, staff approves

Unlike NexusMods and GameBanana - which only serve third-party tools - AyakaMods also courts official game developers directly, the way AyakaMods does. Pick the guide that matches you:

Next