---
title: "Get alliance information"
method: GET
path: "/alliances/{alliance_id}"
tags: ["Alliance"]
---

# Get alliance information

`GET /alliances/{alliance_id}`

Public information about an alliance

## Path parameters

- `alliance_id` integer, required

## 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

- AlliancesAllianceIdGet
  - `creator_corporation_id` integer, required — ID of the corporation that created the alliance
  - `creator_id` integer, required — ID of the character that created the alliance
  - `date_founded` string, date-time, required
  - `executor_corporation_id` integer — the executor corporation ID, if this alliance is not closed
  - `faction_id` integer — Faction ID this alliance is fighting for, if this alliance is enlisted in factional warfare
  - `name` string, required — the full name of the alliance
  - `ticker` string, required — the short name of the alliance

## 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/revisions/7bad2f0024dd/schema)
