---
title: "View a specific font"
method: GET
path: "/fonts/{id}"
tags: ["Fonts"]
---

# View a specific font

`GET /fonts/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successfully returned a specific font

- object
  - `filename` string
  - `id` string
  - `alias` string

## Other responses

- `404` — Font not found

---

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