# Get supported languages Returns all languages supported by the platform for content and UI translation. Each language includes its ISO code and native name. Used for language selection in user preferences and content language detection. Languages are used by the translation API for multi-language support. Endpoint: GET /api/v1/instance/supported_languages Version: 1.0 Security: ## Response 200 fields (application/json): - `code` (string, required) - `nativeName` (string, required)