Skip to content

API Query Clan clan_info

SolWayward edited this page Dec 22, 2025 · 2 revisions

gm.query.clan_info

Endpoint: gm.query.clan_info

Syntax

gm.query.clan_info <clanId>

Description

Get detailed information about a specific clan by their StringId. Displays comprehensive clan information including members, finances, and all applicable type flags.

Parameters

Parameter Type Required Description
clanId string Yes Clan's StringId (exact match required)

Examples

Get detailed clan information:

gm.query.clan_info clan_empire_south_1

Get bandit clan information:

gm.query.clan_info bandit_looters

Get mercenary clan information:

gm.query.clan_info mercenary_clan_1

Output

Success: Displays comprehensive clan information including:

  • ID and Name
  • Leader and Kingdom affiliation
  • Total Heroes count
  • Lords and Companions count
  • Gold, Tier, and Renown
  • All applicable types (Noble, Bandit, Mercenary, etc.)
  • Elimination status

Example output:

Clan Information:
ID: clan_empire_south_1
Name: Clan Comnos
Leader: Arenicos
Kingdom: Empire
Total Heroes: 8
Lords: 5
Companions: 3
Gold: 45000
Tier: 4
Renown: 850
Types: Active, Noble, NonBandit
Status: Active

Notes

TIP: Use gm.query.clan to find the exact StringId before using this command.

NOTE: The StringId must be an exact match. Use query commands to locate clans if you're unsure of the exact ID.

Related Commands

Last Updated: 2025-12-16

Quick Links

🏠 Home | Quick Reference | Syntax Guide


Hero Commands
Clan Commands
Kingdom Commands
Settlement Commands
Item Commands
Troop Commands
Caravan Commands
Bandit Commands
Query Commands

Clone this wiki locally