---
title: "List Factions"
method: GET
path: "/factions"
tags: ["factions"]
---

# List Factions

`GET /factions`

List all discovered factions in the game.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

- object
  - `data` FactionJson[], required — unresolved $ref
  - `meta` MetaJson, required — unresolved $ref

## Changes

> 11 revisions in range; 1 not diffed.

- **2023-05-23** `252df2c2fc84` — 1 info
  - endpoint added
- **2023-05-20** `86f8c56c4690` — 2 breaking, 3 info
  - for the `query` request parameter `limit`, default value `10` was removed
  - for the `query` request parameter `page`, default value `1` was removed
  - the endpoint scheme security `AgentToken` was removed from the API
  - api tag `factions` added
  - …1 more

[Change history](https://skmtc.dev/spacetradersapi/apis/spacetraders-api/changes/factions/get.md)

---

[API](https://skmtc.dev/spacetradersapi/apis/spacetraders-api.md) · [All operations](https://skmtc.dev/spacetradersapi/apis/spacetraders-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spacetradersapi/spacetraders-api/revisions/c33f7c19259f/schema)
