# 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: `en`.

  - `lexeme` (string, required)
    The ID of a lexeme to inspect.

  - `family` (string, required)
    The ID of a family to inspect.

## Response 200 fields (application/json):

  - `text` (string)

  - `isLemma` (boolean)

  - `features` (array)

  - `features.index` (integer)

  - `features.value` (string)

