Fonts Endpoint
Get Fonts List
Retrieves a list of available font names for the specified language.
GET
Authorizations
Query Parameters
Language code to filter the fonts.
Example:
"fr"
Response
200 - application/json
An array of font names available for the specified language.
The response is of type string[]
.