---
title: "Get all culture information"
method: GET
path: "/v2/culture"
tags: ["learnV2"]
---

# Get all culture information

`GET /v2/culture`

Get all culture information

## Query parameters

- `learn` string, required
- `lang` string, required

## Headers

- `Authorization` string, required

## Response `200`

success

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `country_info` BluenteInternalCourseV2ModelCultureCountry
      - `app_id` integer — Bluente=10000
      - `banner_url` string — the banner of this country culture
      - `country_code` string — the simple code of country, example: CN
      - `created_at` BluenteInternalCourseV2ModelCustomTime
        - `time.Time` string
      - `deleted` integer — 1=deleted
      - `id` integer
      - `language` string — culture lang defined
      - `name` string — name of this article
      - `splash_url` string — the splash of this country culture
      - `updated_at` BluenteInternalCourseV2ModelCustomTime
        - `time.Time` string
      - `uuid` string — country uuid id of mongo, for migration, unique
    - `cultures` BluenteInternalCourseV2ModelCulture[]
      - `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
    - `title` string
    - `topic` InternalCourseV2HandlerCultureCourseTopic[]
      - `asset` string
      - `topic` string
  - `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)
