Appearance
Data sources
Everything in SWGoH originates in one place: the game's Comlink API.
What Comlink provides
| Player | Profile, units, mods, arena, Grand Arena season status |
| Guild | Profile, roster, recent Territory Battle, last eight Territory Wars |
| Game data | Units, characters, abilities, gear, skills, events |
What Comlink does not provide
History. Comlink answers "what is true now". It does not remember. Every chart in SWGoH exists because SWGoH stored a copy at the time.
That distinction sets what can and cannot be repaired:
| Current state | Always re-fetchable |
| Reference data | Always re-fetchable |
| History before SWGoH watched | Not recoverable |
| Grand Arena brackets after a season closes | Not recoverable |
| Territory Wars beyond the last eight | Not recoverable |
The published API description
The API reference on this site is generated from the service's own OpenAPI description, and the snapshot it is built from is downloadable at /openapi.json.