---
title: "Searches glossary for word"
method: GET
path: "/v2/search/glossary"
tags: ["search"]
---

# Searches glossary for word

`GET /v2/search/glossary`

Searches glossary for word

## Query parameters

- `next_token` string, required
- `word` string, required

## Headers

- `Authorization` string, required

## Response `200`

success

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `list` BluenteInternalCourseV2ModelGlossaryItem[] — It is a list of elements
      - `courses` BluenteInternalCourseV2ModelCourseItem[]
        - `bookmarked` integer
        - `code` string
        - `completed_time` integer — unix timestamp to avoid timezone issue
        - `description` string
        - `exampleTerms` string
        - `extra_config` BluenteInternalCourseV2ModelCourseExtraConfig
          - `immerse` BluenteInternalCourseV2ModelLearnSegment
            - `can_access` boolean
            - `text` string
          - `immerse_speech` BluenteInternalCourseV2ModelLearnSegment
            - `can_access` boolean
            - `text` string
          - `practice` BluenteInternalCourseV2ModelLearnSegment
            - `can_access` boolean
            - `text` string
          - `practice_speech` BluenteInternalCourseV2ModelLearnSegment
            - `can_access` boolean
            - `text` string
        - `image_url` string
        - `learn` string
        - `learn_name` string
        - `level` string
        - `lock` boolean
        - `name` string
        - `overall_progress` integer
        - `paid` boolean
        - `tag_ids` integer[]
        - `tags` string[]
        - `topic` string
        - `topic_id` integer
        - `uuid` string
      - `is_saved_word_list` integer
      - `learn` string
      - `learn_speech` string
      - `learns` BluenteInternalCourseV2ModelLearnWordItem[]
        - `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
      - `speak` string
      - `speak_speech` string
      - `unique_key` string — return speak and learn glossary id for saving the word
      - `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
    - `next_token` string — next_token for page list
  - `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)
