Headers
Authorization: Bearer rcl_your_key_here
Accept: application/json
Content-Type: application/json
You can also send X-Raidlands-Api-Key. If a request includes steam_id64, it must match the Steam account that owns the key.
Initializing
10X progression rewards fast rebuilds as much as first-strike raids.

Raid. Respawn. Rebuild. Repeat.
Public clan API authentication, rate limits, and request shapes for websites, bots, and Discord tools.
Authentication
Create keys from the Clans page while signed in with Steam. The secret is shown once, stored only as a hash, and resolves back to that SteamID64 on every request.
Authorization: Bearer rcl_your_key_here
Accept: application/json
Content-Type: application/json
You can also send X-Raidlands-Api-Key. If a request includes steam_id64, it must match the Steam account that owns the key.
60 requests / minute / key
Rate-limited responses return HTTP 429 and Retry-After: 60. Keep Discord bots behind a small queue when many commands fire at once.
Read state
Use this endpoint to show the caller's clan, role, roster, invites, allies, stale-state flag, and role-allowed actions.
Queue actions
Write calls use the same clan rules players see on Raidlands. The game server claims queued actions, applies them in Rust, and posts the result back.
POST https://raidlands.net/api/clans/action.phpAuthorization: Bearer rcl_your_key_here
{
"steam_id64": "7656119...",
"action": "invite",
"target_steam_id64": "7656119...",
"target_display_name": "Player"
}
{
"action": "promote",
"target_steam_id64": "7656119..."
}
{
"action": "disband",
"confirm_clan_tag": "RAID"
}