---
title: "Font Search by ID"
method: GET
path: "/fonts/{fontId}"
tags: ["font"]
---

# Font Search by ID

`GET /fonts/{fontId}`

Get the Font object specified by the provided fontId

## Path parameters

- `fontId` integer, required

## Response `200`

successful operation

- Font — Class 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/revisions/9136e3c2cb1d/schema)
