---
title: "Font Search"
method: GET
path: "/fonts"
tags: ["font"]
---

# Font Search

`GET /fonts`

Search the available Fonts

## Query parameters

- `id` integer
- `name` string
- `sortBy` 'id' | 'name' | 'fileName' | 'familyName' | 'createdAt' | 'modifiedAt' | 'modifiedBy' | 'size'
- `sortDir` 'asc' | 'desc'

## Response `200`

successful operation

- Font[]
  - `id` integer — The Font ID
  - `createdAt` string — The Font created date
  - `modifiedAt` string — The Font modified date
  - `modifiedBy` string — The name of the user that modified this font last
  - `name` string — The Font name
  - `fileName` string — The Font file name
  - `familyName` string — The Font family name
  - `size` integer — The Font file size in bytes
  - `md5` string — A MD5 checksum of the stored font file

## Changes

- **2026-08-20** `9136e3c2cb1d` — 1 info
  - added the new enum value `familyName` to the `query` request parameter `sortBy`
- **2026-07-30** `fe497e811c7f` — 2 info
  - added the new optional `query` request parameter `sortBy`
  - added the new optional `query` request parameter `sortDir`
- **2026-02-25** `41c04de98ec5` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2023-07-10** `a3c40cebbafa` — 1 info
  - endpoint added
- **2020-02-17** `8e1275395104` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/xibosignage/apis/xibo-api/changes/fonts/get.md)

---

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