# 언어 목록 조회

시스템에서 사용 가능한 전체 언어 목록을 조회합니다. 자막 지원 언어만 별도로 필터링할 수 있습니다.

Endpoint: GET /languages
Version: 3.0
Security: kollus_api_access_token

## Query parameters:

  - `use_subtitle` (string)
    자막 지원 언어 필터링
- false: 전체 언어 목록 조회
- true: 자막 지원 언어 목록 조회
    Enum: "false", "true"

## Response 200 fields (application/json):

  - `data` (array)

  - `data.id` (integer)
    언어 ID

  - `data.english_name` (string)
    언어 명칭 (영문 표기)

  - `data.native_name` (string)
    언어 명칭 (현지 언어 표기)

  - `data.code_2char` (string)
    언어 코드 (2자리)

  - `data.use_subtitle` (boolean)
    자막 지원 여부

  - `data.key` (string)
    언어 키


## Response 400 fields

## Response 401 fields

## Response 404 fields
