---
title: "Get detailed culture"
method: GET
path: "/v2/culture/course"
tags: ["learnV2"]
---

# Get detailed culture

`GET /v2/culture/course`

Get detailed culture

## Query parameters

- `uuid` string, required

## Headers

- `Authorization` string, required

## Response `200`

success

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `app_id` integer — Bluente=10000
    - `code` string — culture article code of mongo, for migration, unique
    - `country_code` string — the simple code of country, example: CN
    - `created_at` BluenteInternalCourseV2ModelCustomTime
      - `time.Time` string
    - `deleted` integer — 1=deleted
    - `description` string — description
    - `details` string — details
    - `hide` integer — 1: hide this article
    - `id` integer
    - `image_url` string — the cover of this article
    - `language` string — culture lang defined
    - `learn_episode` BluenteInternalCourseV2ModelCultureLearnItem[] — learn episode, []LearnEpisodeItem
      - `header` string
      - `highlights` string[]
      - `image` string
      - `summary` string
      - `text` string
      - `tips` string
    - `learn_name` string — name of this article of the target country
    - `name` string — name of this article
    - `readingtime` string — time of reading this article
    - `topic` string[] — the topic array name
    - `updated_at` BluenteInternalCourseV2ModelCustomTime
      - `time.Time` string
    - `uuid` string — culture article id of mongo, for migration, unique
  - `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)
