---
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' | '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

---

[API](https://skmtc.net/xibosignage/apis/xibo-api.md) · [All operations](https://skmtc.net/xibosignage/apis/xibo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xibosignage/xibo-api/versions/fe497e811c7f/schema)
