font.delivery REST API (2.2.0)

Download OpenAPI specification:Download

License: MIT

The REST API for font.delivery

Get a list of all font families

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Download a font

path Parameters
id
required
string

The ID of the font family

subset
required
string
Enum: "latin" "latin-ext" "vietnamese" "cyrillic" "cyrillic-ext" "hebrew" "greek" "greek-ext"

The subset of the font to retrieve

weight
required
string

The weight of the font to retrieve

style
required
string
Enum: "normal" "italic"

The style of the font to retrieve

Responses

Download the license for a font family

path Parameters
id
required
string

The ID of the font family

Responses

Get a list of all subsets

Returns a list of all subsets supported by the API, along with their associated Unicode ranges. This is useful for generating @font-face rules in CSS.

Responses

Response samples

Content type
application/json
[
  • {
    }
]