Skip to content
AhnSeongHyun edited this page Dec 13, 2013 · 4 revisions

API Reference Link : Daum Open API

from daum_openapi.local import local

lc = local("API_KEY")
result = lc.coord2addr('37.507502379027','127.05590291409', 'WGS84','simple',"json")

result.code
result.name1
result.name2
...
Clone this wiki locally