---
title: "장소(POI) 통합 검색"
method: GET
path: "/pois"
---

# 장소(POI) 통합 검색

`GET /pois`

## Query parameters

- `version` '1', required
- `searchKeyword` string, required
- `searchType` 'all' | 'name' | 'telno'
- `areaLLCode` string
- `areaLMCode` string
- `searchtypCd` 'A' | 'R'
- `centerLon` number, float
- `centerLat` number, float
- `reqCoordType` 'WGS84GEO' | 'EPSG3857' | 'KATECH'
- `resCoordType` 'WGS84GEO' | 'EPSG3857' | 'KATECH'
- `radius` integer
- `page` integer
- `count` integer
- `multiPoint` 'Y' | 'N'
- `poiGroupYn` 'Y' | 'N'
- `callback` string

## Headers

- `appKey` string, required
- `Accept` 'application/json' | 'application/xml' | 'application/javascript'

## Response `200`

200

## Other responses

- `401` — 401

---

[API](https://skmtc.net/sk/apis/tmap-api-2.md) · [All operations](https://skmtc.net/sk/apis/tmap-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sk/tmap-api-2/versions/2539b7eaa35a/schema)
