---
title: "국가 리스트"
method: GET
path: "/api/v1/utils/nation/list"
tags: ["Utils"]
---

# 국가 리스트

`GET /api/v1/utils/nation/list`

## Response `200`

OK

- WinclResponseDataListNation
  - `code` string
  - `data` Nation[]
    - `cd_nation` string — 국가코드 3자리
    - `cd_nation2` string — 국가코드 2자리
    - `cd_phone` string — 국제전화 국가번호
    - `corrs_adj` number — 상응조정률
    - `nm_en` string — 국가 영어 이름
    - `nm_kr` string — 국가 한글 이름
    - `num_nation` integer — 국가코드 숫자
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/wincl/apis/wincl-api.md) · [All operations](https://skmtc.net/wincl/apis/wincl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wincl/wincl-api/revisions/662edcbbf2b3/schema)
