Unofficial · not affiliated with Bohemia Interactive

Arma Reforger Mods API and Server Tools

Search cached Workshop metadata, build safer server configs, validate before restart, and power community tools from one public API.

GET /v1/mods
curl https://api.reforgermods.net/v1/mods?search=radio&sort=newest

{
  "status": "success",
  "cache": "hit",
  "results": [
    { "id": "WS_2148771", "name": "TAC Radio", "version": "1.4.2" }
  ]
}
200 OKcache: hit42ms

Tools

no signup required
For developers

Build tools the community can use.

Use the same public API behind this site to ship mod managers, server panels, Discord bots, dashboards, and admin workflows without fragile Workshop scraping.

Create
Build search, install, validation, and mod-list workflows from normalized Workshop records.
Connect
Power bots, panels, and community tools with predictable JSON instead of brittle page parsing.
Refresh
Handle cold Workshop entries with retryable 202 jobs while your UI stays responsive.
Ship
Use stable fields for IDs, versions, dependencies, scenarios, images, and official links.
Start building with the API ->
The Mod Manager tool, one of the applications built on the Reforger Mods API Build mod managers, panels, and bots on top of the public API.
For server admins

Search, add, validate, export.

Guides