Skip to content

국가(Country) 전체 조회 API

Ting-Kim edited this page Jul 1, 2022 · 1 revision

GET /api/v1/countries?continentId={continentId}


(required=false) ?continentId={continenId} 추가 시 대륙 별 국가 조회 가능

Input

Untitled (2)

Output

{
  "success": true,
	"contents":  [
      {
          "id": 1,
          "nameKor": "일본",
          "nameEng": "japan",
          "imageUrl": "https://commons.wikimedia.org/wiki/File:Flag_of_Japan.svg"
      },
      {
          "id": 2,
          "nameKor": "독일",
          "nameEng": "germany",
          "imageUrl": "https://ko.wikipedia.org/wiki/%EB%8F%85%EC%9D%BC#/media/%ED%8C%8C%EC%9D%BC:Flag_of_Germany.svg"
      }
  ],
	"error": null
}
Clone this wiki locally