Unique fleet identifier in format type-index (e.g., 9-11 for fleet type 9, index 11). Type 9 = Fleet.
owner
string
entity-id
^1-[0-9]+$
Yes
Player ID who owns this fleet. Format: type-index (e.g., 1-11 for player type 1, index 11). Type 1 = Player.
planetId
string
entity-id
^2-[0-9]+$
No
Planet ID where fleet is located, empty string if away. Format: type-index (e.g., 2-1 for planet type 2, index 1). Type 2 = Planet.
status
string
No
Fleet status (see Status Values below)
Fleet Structs
The structs field is an array of struct IDs belonging to this fleet. Each entry is an entity-id string matching pattern ^5-[0-9]+$ (e.g., 5-42 for struct type 5, index 42).