---
title: "Get all empires"
method: GET
path: "/empire"
tags: ["Empires"]
---

# Get all empires

`GET /empire`

Get all empires with optional filters

## Query parameters

- `locale` 'en' | 'ar'
- `yearRange` string
- `genreId` string

## Response `200`

Empires retrieved successfully

- Empire[]
  - `id` string, required — Unique identifier for the empire
  - `slug` string, required — URL-friendly identifier
  - `name` string — Primary name of the empire
  - `secondaryName` string — Secondary name of the empire
  - `overview` string — Overview description of the empire
  - `numberOfAuthors` integer, required — Number of authors associated with this empire
  - `numberOfBooks` integer, required — Number of books associated with this empire

---

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