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

API Reference Link : Daum Open API

from daum_openapi.local import local

lc = local("API KEY")
result = lc.addr2coord(u"대학로", 1,"json") 

result.channel.title
result.channel.item[0].lat
result.channel.item[0].lng
result.channel.item[0].point_x
result.channel.item[0].point_y
...
Clone this wiki locally