---
title: "Get features with radius search"
method: GET
path: "/layers/{layerId}/spatial"
tags: ["Read Features"]
---

# Get features with radius search

`GET /layers/{layerId}/spatial`

List the features which are inside the specified radius.
The origin radius point is calculated based either on latitude & longitude or by
specifying a features geometry. As third option it is possible to use a H3 index
as input geometry.

## Path parameters

- `layerId` string, required

## Query parameters

- `lat` number
- `lng` number
- `refLayerId` string
- `refFeatureId` string
- `h3Index` string
- `radius` integer
- `limit` integer
- `clip` boolean
- `params` object
- `selection` string[]
- `skipCache` boolean
- `force2D` boolean
- `version` string
- `versionRef` string
- `refCatalogHrn` string

## Response `200`

An array of features response.

## Other responses

- `400` — Malformed or Bad Request.
- `401` — Unauthorized to perform the request.
- `403` — Forbidden request. Insufficient rights to perform the request.
- `404` — Not found.
- `513` — Response payload too large.

---

[API](https://skmtc.dev/here/apis/query-api-v1.md) · [All operations](https://skmtc.dev/here/apis/query-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/here/query-api-v1/revisions/30e5d2645407/schema)
