---
title: "Get list of courses category"
method: GET
path: "/v2/course/categories"
tags: ["coursev2"]
---

# Get list of courses category

`GET /v2/course/categories`

Get list of courses category (also named industry)

## Query parameters

- `lang` string

## Headers

- `Authorization` string, required

## Response `200`

success, the list in Data is []*model.CourseCategory

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `list` BluenteInternalCourseV2ModelCourseCategory[] — It is a list of elements
      - `app_id` integer — Bluente=10000
      - `category_name` string — the category name
      - `created_at` BluenteInternalCourseV2ModelCustomTime
        - `time.Time` string
      - `deleted` integer — 1=deleted
      - `description` string — the category desc
      - `id` integer
      - `image_url` string — the cover of this list
      - `updated_at` BluenteInternalCourseV2ModelCustomTime
        - `time.Time` string
    - `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)
