Fontlist
The Fontlist endpoint provides an object that contains a list of fonts and their associated properties.
HTTP Request
GET https://api.fontsource.org/fontlistGET https://api.fontsource.org/fontlist?{query}
Response
The API response for the Fontlist endpoint is a JSON object that represents the available fonts and their corresponding types.
Attributes
Returns an object of:
| Attribute | Type | Description |
|---|---|---|
| [id] | string | The font ID |
| type | google | icons | other | The font type |
Response example
⬤⬤
json
Queries
The Fontlist API supports the following queries without values:
| Query | Returns ID Property | Property Type |
|---|---|---|
| family | Family names | string |
| subsets | Supported subsets | string[] |
| weights | Supported weights | number[] |
| styles | Supported styles | string[] |
| variable | If font is variable | boolean |
| category | Font category | string |
| lastModified | Last modified date | string |
| version | Font version | string |
| type | Font type | string |
Example
GET https://api.fontsource.org/fontlist?familyGET https://api.fontsource.org/fontlist?subsetsGET https://api.fontsource.org/fontlist?lastModified
Note: You cannot query for multiple properties at once.