# Liệt kê các dạng biến cách

Truy xuất các dạng biến cách của một trị từ vựng cụ thể trong một họ ngôn ngữ nhất định.

Endpoint: GET /lm/inflections
Version: 4.8.0.0
Security: Tisane-API-Key

## Query parameters:

  - `language` (string, required)
    Mã của một ngôn ngữ trong Tisane. Ví dụ: en.
    Example: "en"

  - `lexeme` (string, required)
    ID của trị từ vựng cần kiểm tra.
    Example: 3130180

  - `family` (string, required)
    ID của họ cần kiểm tra.
    Example: 58443

## Response 200 fields (application/json):

  - `text` (string)

  - `isLemma` (boolean)

  - `features` (array)

  - `features.index` (integer)

  - `features.value` (string)


