---
title: "Get course words proficiency"
method: GET
path: "/v2/course/word/proficiency"
tags: ["coursev2"]
---

# Get course words proficiency

`GET /v2/course/word/proficiency`

Get course words proficiency for word reviewing page. response structure is same as `/v2/learn/progress/word`

## Query parameters

- `code` string, required

## Headers

- `Authorization` string, required

## Response `200`

success, the data is a object contains a list of model.UserWordProgress and a bool field `paid` to indicate if the user is paid.

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `list` BluenteInternalCourseV2ModelUserWordProgress[] — It is a list of elements
      - `illustration` string
      - `learn` string
      - `progress` integer
      - `speak` string
      - `speak_speech` string — some pronounce need to be original pronounce.
      - `speech` string
      - `word_id` integer
    - `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)
