Axis Registry
The Axis Registry endpoint gives detailed descriptions of variable axis tags and their corresponding values.
HTTP Request
GET https://api.fontsource.org/v1/axis-registry
Response
The API response for the Fontlist endpoint is a JSON object.
Attributes:
Returns an object of:
| Attribute | Type | Description |
|---|---|---|
| [tag] | Record<string, AxisRegistryItem> | Axis tag object |
AxisRegistryItem:
| Attribute | Type | Description |
|---|---|---|
| name | string | Axis name |
| description | string | Axis description |
| min | number | Minimum value possible for axis |
| max | number | Maximum value possible for axis |
| default | number | Default value for axis |
| precision | number | Precision |
Response example:
⬤⬤
json