Mod Manager / Launcher Integration
For third-party tools (Vortex-style managers, launchers, Discord bots) that browse mods across all games on AyakaMods.
Getting a key
This tier is issued manually so we can attach fair-use limits.
- Contact AyakaMods staff to request API access (link on the main site once live).
- Tell us: your tool's name, what it does, and roughly its expected request volume.
- Staff review and issue you an unrestricted key (zero game bindings = browses all public games).
There is no wizard for this tier - it is a short request-and-issue flow.
What your key can do
- List and read mods across every public game:
GET mods/ - Read categories, versions, updates, reviews, comments
- Resolve download URLs per version
Typical flow
GET mod-games/- list games you can offer.GET mods/?game_id=...&order=download_count- browse a game's mods. (You may filter bygame_idon this tier since you are unrestricted.)GET mods/{id}/versions/- list versions for install/update.GET mod-versions/{id}/download?file={fileId}- fetch the file, with your key.
Rules
- Always fetch downloads through the API download endpoint, never a cached raw URL - see Acceptable Use.
- Respect rate limits (returned per key).
- Attribute AyakaMods as the source in your UI.