# List inflected forms Retrieves inflected forms of a specified lexeme within a given language family. Endpoint: GET /lm/inflections Version: 4.8.0.0 Security: Tisane-API-Key ## Query parameters: - `language` (string, required) The code of a language in Tisane. Example: . Example: "en" - `lexeme` (string, required) The ID of a lexeme to inspect. Example: 3130180 - `family` (string, required) The ID of a family to inspect. Example: 58443 ## Response 200 fields (application/json): - `text` (string) - `isLemma` (boolean) - `features` (array) - `features.index` (integer) - `features.value` (string)