GET /api/v1/code/lang Host: api-call.visitseoul.net VISITSEOUL-API-KEY: [Your issued API key] Accept: application/json;charset=UTF-8
curl -X 'GET’ \ 'https://api-call.visitseoul.net/api/v1/code/lang' \ -H 'Accept: application/json;charset=UTF-8' \ -H 'VISITSEOUL-API-KEY: [Your issued API key]'
Parameters: None (returns all language code information )
{ "data": [ { "code_id": "ko", "code_nm": "Korean" }, { "code_id": "en", "code_nm": "English" }, { "code_id": "ja", "code_nm": "Japanese" } ], "result_code": 200, "result_message": "OK" }
Field Name | Type | Description |
---|---|---|
code_id | string | Language code |
code_nm | string | Language code name (in English) |