Skip to content

API Query Kingdom kingdom_info

SolWayward edited this page Dec 22, 2025 · 2 revisions

gm.query.kingdom_info

Endpoint: gm.query.kingdom_info

Syntax

gm.query.kingdom_info <kingdomId>

Description

Get detailed information about a specific kingdom by their StringId. Displays comprehensive kingdom information including members, territories, military strength, and diplomatic relations.

Parameters

Parameter Type Required Description
kingdomId string Yes Kingdom's StringId (exact match required)

Examples

Get detailed kingdom information:

gm.query.kingdom_info empire

Get information on Vlandia:

gm.query.kingdom_info vlandia

Get information on Sturgia:

gm.query.kingdom_info sturgia

Output

Success: Displays comprehensive kingdom information including:

  • ID, Name, and Culture
  • Ruler and Ruling Clan
  • Total Clans count
  • Total Heroes count
  • Total Fiefs (settlements)
  • Total Military Strength
  • All applicable types (Active, AtWar, Player, etc.)
  • Elimination status
  • List of kingdoms at war with

Example output:

Kingdom Information:
ID: empire
Name: Empire
Culture: Empire
Ruler: Rhagaea
Ruling Clan: Clan Pethros
Clans: 12
Heroes: 48
Fiefs: 15
Military Strength: 8500
Types: Active, AtWar
Status: Active
At War With: Vlandia, Sturgia

Notes

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

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

TIP: The military strength value helps assess kingdom power levels for strategic planning.

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