본문 바로가기메인 메뉴 바로가기사이드 메뉴 바로가기

kakao developers

Related sites

사이드 메뉴

Kakao Map

Search

Local

Concepts

This document introduces the features of the Local API. To see the documentation for the Map SDK guide, visit Kakao Map.

Overview

The Local API provides features to search for a specific place by search query or category group code, or convert the requested coordinates into addresses or administrative area information. This API supports both the land-lot number address and road name address systems.

Example of using place information

Prerequisite

To use the Local API, complete the following steps:

  1. Register an application.
  2. Activate the Kakao Map API: Set [State] to [On] in [Kakao Map] > [Usage settings] on the app management page.
    • If any developer, who already owns the Kakao Map activated app and needs to activate the Kakao Map API additionally, Request additional features is required.
Kakao Map Activation

Starting December 1, 2024, new apps which need to call the Kakao Map API must activate the Kakao Map feature in app settings. See Notice for more details.

Usage policy

Quota

Kakao APIs provide each app with monthly and daily quotas to support stable service. You can see the currently applied quota information in the Quota.

If your service needs additional quotas beyond the Free quotas, additional settings for billing are required. See Paid API for the details.

Map SDK

Map API allows you to provide various location-based services using a map in your Web and mobile applications. To see more about the Map SDK, go to Kakao Maps API website.

Kakao SDK: Not supported

You can use the Local API only using a REST API. To use a map in the service application or web page, use the Map SDK.

Provided APIs

APIMethodURLDescription
Convert address to coordinatesGEThttps://dapi.kakao.com/v2/local/search/address.${FORMAT}Provides the coordinates of the requested address with the land-lot number address, road name address, coordinates, zip code, building name, etc., to display the address precisely on the map.
Convert coordinates to region codeGEThttps://dapi.kakao.com/v2/local/geo/coord2regioncode.${FORMAT}Converts the coordinates in the selected coordinate system into the administrative and legal-status area information.
Convert coordinates to addressGEThttps://dapi.kakao.com/v2/local/geo/coord2address.${FORMAT}Converts the X and Y coordinates of a location to the land-lot number address and road name address.
Transform coordinatesGEThttps://dapi.kakao.com/v2/local/geo/transcoord.${FORMAT}Converts the specified X and Y coordinates ​​in a coordinate system to another X and Y coordinates in the designated coordinate system, which allows compatibility with other coordinate systems.
Search place by keywordGEThttps://dapi.kakao.com/v2/local/search/keyword.${FORMAT}Provides the search results for places that match the search query in the specified sorting order.
Search place by categoryGEThttps://dapi.kakao.com/v2/local/search/category.${FORMAT}Provides the search results for places by predefined group code in the specified order.

Was this helpful?