# List available languages Retrieve a list of supported languages. The response includes the following attributes: * - Language ID. * - Native name. * - English name. * - Encoding of the language. * - Recommended font for display. * - Whether the language uses Latin script. * - Whether the language uses right-to-left script (e.g., Arabic, Hebrew, Persian). Endpoint: GET /languages Version: 4.8.0.0 Security: Tisane-API-Key ## Header parameters: - `Content-Type` (string) Example: "application/json" ## Response 200 fields (application/json): - `isoCode` (string) - `name` (string) - `englishName` (string) - `nativeEncoding` (string) - `fontFace` (string) - `latin` (boolean) - `rightToLeft` (boolean)