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

# Get features with radius search

`GET /spaces/{spaceId}/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

- `spaceId` string, required

## Query parameters

- `lat` number
- `lon` number
- `refSpaceId` string
- `refFeatureId` string
- `h3Index` string
- `radius` integer
- `limit` integer
- `clip` boolean
- `params` object
- `selection` string[]
- `skipCache` boolean
- `force2D` boolean
- `context` 'default' | 'extension' | 'super'
- `version` string
- `versionRef` 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.net/here/apis/here-xyz-hub.md) · [All operations](https://skmtc.net/here/apis/here-xyz-hub/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/here/here-xyz-hub/revisions/1c6c6a2bcac9/schema)
