---
title: "List sovereignty campaigns"
method: GET
path: "/sovereignty/campaigns"
tags: ["Sovereignty"]
---

# List sovereignty campaigns

`GET /sovereignty/campaigns`

Shows sovereignty data for campaigns.

## Headers

- `Accept-Language` 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
- `If-None-Match` string
- `X-Compatibility-Date` '2025-12-16', date, required
- `X-Tenant` string

## Response `200`

OK

- object[]
  - `attackers_score` number, double — Score for all attacking parties, only present in Defense Events.
  - `campaign_id` integer, required — Unique ID for this campaign.
  - `constellation_id` integer, required — The constellation in which the campaign will take place.
  - `defender_id` integer — Defending alliance, only present in Defense Events
  - `defender_score` number, double — Score for the defending alliance, only present in Defense Events.
  - `event_type` 'tcu_defense' | 'ihub_defense' | 'station_defense' | 'station_freeport', required — Type of event this campaign is for. tcu_defense, ihub_defense and station_defense are referred to as "Defense Events", station_freeport as "Freeport Events".
  - `participants` object[] — Alliance participating and their respective scores, only present in Freeport Events.
    - `alliance_id` integer, required
    - `score` number, double, required
  - `solar_system_id` integer, required — The solar system the structure is located in.
  - `start_time` string, date-time, required — Time the event is scheduled to start.
  - `structure_id` integer, required — The structure item ID that is related to this campaign.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility.md) · [All operations](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evemonk/eve-stable-infrastructure-esi-tranquility/versions/7bad2f0024dd/schema)
