---
title: "Get empire by slug"
method: GET
path: "/empire/{slug}"
tags: ["Empires"]
---

# Get empire by slug

`GET /empire/{slug}`

Retrieve empire information using its slug

## Path parameters

- `slug` string, required

## Query parameters

- `locale` 'en' | 'ar'

## Response `200`

Empire 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

## Other responses

- `404` — Empire not found

---

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