Shortcut to body area
  • Published : 2025.08.25
  • Edicited : 2025.10.20
Retrieve Content Information

API Overview

The Visit Seoul API's Content Information Inquiry API is a core service that provides detailed information about Seoul's tourism content.
This API is used in conjunction with the Content List Inquiry API, where you first find content of interest from the list and then use this API to look up its detailed information.

Request Method

HTTP Request
GET /api/v1/contents/info
Host: api-call.visitseoul.net
VISITSEOUL-API-KEY: [Your Issued API Key]
Accept: application/json;charset=UTF-8
cURL Example
curl -X 'POST' \
  'https://api-call.visitseoul.net/api/v1/contents/info' \
  -H 'Accept: application/json;charset=UTF-8' \
  -H 'VISITSEOUL-API-KEY: [Your Issued API Key]' \
  -H 'Content-Type: application/json;charset=UTF-8' \
  -d '{
    "cid": "ENPsrn1p5"
  }'

Parameters: The Content Information Inquiry API requires the content CID to be provided.

Parameters including Parameter Name, Type, Required, and Description
Parameter Name Type Required Description
cid string Required Content unique ID (e.g., "ENPsrn1p5")

Response Structure

Successful Response (200)
{
  "data": {
    "cid": "ENPsrn1p5",
    "lang_code_id": "en",
    "com_ctgry_sn": "Cg1x6l1",
    "cate_depth": [
      " Culture",
      "Cultural Facilities"
    ],
    "multi_lang_list": "ko:KOPsrn1p5,en:ENPsrn1p5,ja:JPPsrn1p5,zh-CN:CNPsrn1p5,zh-TW:TCPsrn1p5",
    "main_img": "https://image_path/image_file",
    "relate_img": [
     "https://image_path/image_file",
     "https://image_path/image_file",
     "https://image_path/image_file",
     "https://image_path/image_file"
    ],
    "post_sj": "Yoojin Lee Solo Exhibition 《Microclimate Salon – A Dependent Solo Exhibition》",
    "sumry": "An experience that awakens the \"microclimate sense\" through encounters with small lifeforms\r\n",
    "schdul_info_bgnde": "2025.06.04",
    "schdul_info_endde": "2025.06.15",
    "creat_dt_text": "2025.05.26",
    "updt_dt_text": "2025.05.30",
    "tag": [
      "exhibition",
      " solo exhibition",
      " ecology",
      " microclimate",
      " Dead Tree Post Office",
      " Mullae exhibition",
      " gallery"
    ],
    "extra": {
      "cmmn_hmpg_url": "https://www.instagram.com/0_gonggan/",
      "cmmn_hmpg_lang": "KOR",
      "cmmn_use_time": "Wed–Sun: 13:00–18:30 (Closed Mon & Tue)",
    },
    "traffic": {
      "adres": "11-19 Dorim-ro 143-gil, Yeongdeungpo-gu, Seoul",
      "new_zip_code": "07288",
      "new_adres": "11-19 Dorim-ro 143-gil, Yeongdeungpo-gu, Seoul",
      "map_position_x": "126.89199704607",
      "map_position_y": "37.5143714468356",
      "subway_info": "Subway Line 2, Mullae Station, Exit 1, 490m"
    },
    "tourist": {
      "guidance_service": "ul",
      "safe_mng": "ul"
    },
    "post_desc": "Just as the tiny air currents created by mushroom spores can influence the climate, micro-level relationships connect us and create an interdependent ecology.

At the  in the exhibition space, you can send a postcard to someone you depend on—or someone who depends on you. In other works, natural objects and imaginary lifeforms are intertwined like collages, revealing unexpected scenes of symbiosis.

Come awaken your dormant \"microclimate sense\" through encounters with small beings."
  },
  "result_code": 200,
  "result_message": "OK"
}
Response Field Descriptions
Response field descriptions including Field Name, Type, and Description
Field Name Type Description
cid integer Content unique ID
lang_code_id string Current language code
com_ctgry_sn string Category serial number
cate_depth array Category path
multi_lang_list string Multilingual version list
relate_img array List of related image URLs
post_sj string Content title
sumry string Content summary description
creat_dt_text string Creation date
updt_dt_text string Modification date
tag array Tags
extra object Detailed information
cmmn_telno string Phone number
cmmn_hmpg_url string Homepage URL
cmmn_hmpg_lang array Homepage operating languages
cmmn_use_time string Operating hours
cmmn_important string Don't Miss This!
trrsrt_use_chrge string Usage fee (F: Free, C: Charged)
trrsrt_use_chrge_guidance string Fee and discount information
business_days string Business days
closed_days string Closed days
traffic object Traffic and location information
adres string Old address
adres2 string Detailed address/Building name
new_zip_code string Postal code
new_adres string New address (Street name address)
map_position_x string Map X coordinate (Longitude)
map_position_y string Map Y coordinate (Latitude)
subway_info string Subway traffic information
post_desc string Content detailed description (HTML format)
"
처음으로 이동