Old Guard Revival uses the reforgermods.net API in its internal tooling to manage the mods its Arma Reforger servers run, and to power the mod list in its community Discord bot.
Live Arma Reforger online server browser · unofficial
reforgermods.net Arma Reforger Servers, Mods and Tools
Find live Arma Reforger online servers, inspect exact server mod lists, compare player counts and queues, browse indexed Workshop mods, and build with the public API powering it all.
curl https://api.reforgermods.net/v2/servers?sort=players&hasMods=true
{
"status": "success",
"dataset": { "snapshotAgeSeconds": 18, "stale": false },
"data": [
{ "name": "Example Server", "players": 48, "maxPlayers": 64, "modCount": 18 }
]
}
200 OKserver indexnear-live
Live Reforger Data and Tools
5k+ servers · 40k+ mods · no signup required
Mods and Workshop DataSearch mods by name, ID, tag, or author, then inspect versions, changelogs, dependencies, scenarios, and exact download sizes.
Live Server BrowserLive server list with player counts, queues, population history, and the exact mod versions each server reports.
Server ToolsBuild configs, validate JSON, and manage mod lists.
Free Public APICached public reads start free for eligible endpoints, with paid keys only for heavier integrations.
For developers
One Reforger API.
Build with server and Workshop data from one Reforger-focused platform. Use the same public API behind this site to ship mod managers, server panels, Discord bots, dashboards, and admin workflows.
- Servers
- Query live server snapshots with filters, then follow through to one server, its population history, and its reported mods.
- Workshop
- Resolve mod names, versions, dependencies, scenarios, and download sizes from indexed Workshop records.
- Free
- Eligible public cached reads need no API key: 60 requests/minute and 5,000 requests/day on the free tier.
- Tools
- Power bots, panels, config workflows, and community dashboards with JSON instead of brittle page parsing.
Build mod managers, panels, and bots on top of the public API.
Reforger Mods API in use
Built with the Reforger Mods API
Arma Reforger community projects already use the public API for Workshop data. These are independent projects using ReforgerMods.net, not partners, sponsors, or endorsements.
Old Guard RevivalCommunity tooling
55th MEUServer community
The 55th MEU has used the reforgermods.net API in the internal tooling for its Arma Reforger config editor
For server admins