Skip to main content
GET

Authorizations

x-api-key
string
header
required

API key with sm_ prefix. Get your key at https://sudomock.com/dashboard/api-keys

Query Parameters

page
integer
default:1

Page number (1-based)

Required range: x >= 1
per_page
integer
default:50

Results per page (1-100)

Required range: 1 <= x <= 100
category
string

Filter by category, e.g. 'serif'

Filter by family name (case-insensitive contains)

scope
string
default:all

Which fonts to return: 'all' (system + yours), 'system', or 'custom' (yours only)

Pattern: ^(all|system|custom)$

Response

200 - application/json

Successful Response

List response wrapper for GET /api/v1/fonts.

data
FontResponse · object[]
required
pagination
FontPagination · object
required

Pagination envelope for the font list.

success
boolean
default:true