---
title: "List Factions"
method: GET
path: "/api/factions"
tags: ["In-Game", "Factions"]
---

# List Factions

`GET /api/factions`

Returns paginated factions sorted by name by default. Factions hidden from the Delphi app are excluded.

## Query parameters

- `page` integer
- `page[number]` integer
- `page[size]` integer
- `filter[faction_type]` string
- `filter[has_reputation]` boolean
- `filter[lawful]` boolean
- `filter[is_npc]` boolean
- `filter[hide_in_delphi_app]` boolean
- `filter[query]` string
- `sort` string

## Response `200`

List of factions

- FactionIndex[]
  - `uuid` string, uuid — Unique faction identifier.
  - `name` string — Display name of the faction.
  - `faction_type` string, nullable — Category of the faction. One of: Lawful, Unlawful, LawEnforcement, PrivateSecurity.
  - `lawful` boolean, nullable — Whether the faction is considered lawful.
  - `is_npc` boolean — Whether the faction is NPC-controlled.
  - `has_reputation` boolean — Whether the faction tracks player reputation.
  - `link` string, uri — API URL for the full faction detail.

## Changes

- **2026-04-19** `4efeaa4b4785` — 1 info
  - endpoint added
- **2026-03-29** `8ff40d443bb4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/factions/get.md)

---

[API](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api.md) · [All operations](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/starcitizenwiki/star-citizen-wiki-api/revisions/e25ade3eea2f/schema)
