---
title: "Get special learn words"
method: GET
path: "/v2/learns"
tags: ["learnV2"]
---

# Get special learn words

`GET /v2/learns`

Get special learn words based on underlying language

## Query parameters

- `uuid` string, required
- `word_id` string

## Headers

- `Authorization` string, required

## Response `200`

success, the list in Data is model.LearnWordItem

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` BluenteInternalCourseV2ModelLearnWordItem[] — real data
    - `definition` BluenteInternalCourseV2ModelDefinition
      - `learn` string
      - `speak` string
      - `speech` string
    - `example1` BluenteInternalCourseV2ModelExample2
      - `learn` string
      - `learns` string[]
      - `speak` string — this is a compatible for version of the low app as Example1.
      - `speak_speeches` string[]
      - `speaks` string[]
      - `speech` string
      - `speeches` string[]
    - `example2` BluenteInternalCourseV2ModelExample2
      - `learn` string
      - `learns` string[]
      - `speak` string — this is a compatible for version of the low app as Example1.
      - `speak_speeches` string[]
      - `speaks` string[]
      - `speech` string
      - `speeches` string[]
    - `is_saved_word_list` integer
    - `relatedFormula` string[]
    - `synonyms` string[]
    - `uuid` string
    - `word` BluenteInternalCourseV2ModelWord
      - `illustration` string
      - `learn` string
      - `speak` string
      - `speak_speech` string — some pronounce need to be original pronounce.
      - `speech` string
    - `word_id` integer
    - `word_list` BluenteInternalCourseV2ModelWordList
      - `created_at` BluenteInternalCourseV2ModelCustomTime
        - `time.Time` string
      - `deleted` integer — 1=deleted
      - `folder_ids` integer[] — an array of int to hold which folder this word belong to
      - `id` integer
      - `language` string — course lang defined
      - `org_data` integer[] — the original data of item when save
      - `type` string — the type of collection item, learn or glossary
      - `uniq_key` string — the uniqu key extract from org_data
      - `updated_at` BluenteInternalCourseV2ModelCustomTime
        - `time.Time` string
      - `user_id` string — the user udid
      - `word` string — the word user fav
  - `message` string — tip message

---

[API](https://skmtc.net/bluente/apis/bluente-api.md) · [All operations](https://skmtc.net/bluente/apis/bluente-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluente/bluente-api/revisions/5c90e58bf672/schema)
