---
title: "Get words from featured list"
method: GET
path: "/v2/word_list/featured_words"
tags: ["WordList"]
---

# Get words from featured list

`GET /v2/word_list/featured_words`

Get words from featured list

## Query parameters

- `folder_id` string, required
- `next_token` string, required

## Headers

- `Authorization` string

## Response `200`

success

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `list` BluenteInternalCourseV2ModelWordList[] — It is a list of elements
      - `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)
