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

# Font Search

`GET /fonts`

Search the available Fonts

## Query parameters

- `id` integer
- `name` string

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

- **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/fa8d95dfe4bb/schema)
