---
title: "Get all advanced genres"
method: GET
path: "/advancedGenre"
tags: ["Advanced Genres"]
---

# Get all advanced genres

`GET /advancedGenre`

Get all advanced genres with optional filters

## Query parameters

- `locale` 'en' | 'ar'
- `bookIds` string
- `yearRange` string
- `authorId` string
- `regionId` string

## Response `200`

Advanced genres retrieved successfully

- AdvancedGenre[]
  - `id` string, required — Unique identifier for the advanced genre
  - `slug` string, required — URL-friendly identifier
  - `name` string, required — Primary display name
  - `secondaryName` string — Secondary display name
  - `numberOfBooks` integer — Associated books count (if available)

---

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