---
title: "Get factions"
method: GET
path: "/universe/factions"
tags: ["Universe"]
---

# Get factions

`GET /universe/factions`

Get a list of factions

This route expires daily at 11:05

## 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[]
  - `corporation_id` integer
  - `description` string, required
  - `faction_id` integer, required
  - `is_unique` boolean, required
  - `militia_corporation_id` integer
  - `name` string, required
  - `size_factor` number, double, required
  - `solar_system_id` integer
  - `station_count` integer, required
  - `station_system_count` integer, required

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