---
title: "Get total counts"
method: GET
path: "/total"
tags: ["System"]
---

# Get total counts

`GET /total`

Get total counts for books, authors, regions, and genres

## Response `200`

Total counts retrieved successfully

- object
  - `books` integer — Total number of books
  - `authors` integer — Total number of authors
  - `regions` integer — Total number of regions
  - `genres` integer — Total number of genres

---

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