Retrieve a single font
Fetch a single font by id: a system font, or one of your own uploads.
Authorizations
API key with sm_ prefix. Get your key at https://sudomock.com/dashboard/api-keys
Path Parameters
Font id
Response
Successful Response
A single font in the catalog: a shared system font, or one of the caller's own uploaded fonts.
Font id
"7f3a2b1c-9d4e-4a6f-b8c2-1e5d7a0c3f94"
Font family name, e.g. 'Open Sans'
"Open Sans"
PostScript name, the stable key used to reference this font when rendering text layers
"OpenSans-Regular"
True for the shared system catalog, False for a font you uploaded
true
Style within the family, e.g. 'Bold Italic'
"Regular"
Catalog category, e.g. 'sans-serif', 'serif', 'display'
"sans-serif"
License identifier (system fonts)
"OFL"
Whether this is a premium catalog font
Legacy rendered preview image, when available; new catalog entries no longer include one (use file_url for live previews)
URL of the web-optimized WOFF2 file for live @font-face preview: a public CDN URL for system fonts, a short-lived link for your own uploads. Null for premium fonts; the original TTF/OTF source is never exposed.
"https://cdn.sudomock.com/mockup-assets/fonts/web/7f3a2b1c-9d4e-4a6f-b8c2-1e5d7a0c3f94.woff2"
When the font was added
"2026-07-13T09:14:22+00:00"