---
title: "List incursions"
method: GET
path: "/incursions"
tags: ["Incursions"]
---

# List incursions

`GET /incursions`

Return a list of current incursions

## 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
- `If-Modified-Since` string

## Response `200`

OK

- object[]
  - `constellation_id` integer, required — The constellation id in which this incursion takes place
  - `faction_id` integer, required — The attacking faction's id
  - `has_boss` boolean, required — Whether the final encounter has boss or not
  - `infested_solar_systems` integer[], required — A list of infested solar system ids that are a part of this incursion
  - `influence` number, double, required — Influence of this incursion as a float from 0 to 1
  - `staging_solar_system_id` integer, required — Staging solar system for this incursion
  - `state` 'withdrawing' | 'mobilizing' | 'established', required — The state of this incursion
  - `type` string, required — The type of this incursion

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility.md) · [All operations](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evetech/eve-spring-inebriation-esi-tranquility/versions/ac54efcef133/schema)
