---
title: "Get features by bounding box"
method: GET
path: "/spaces/{spaceId}/bbox"
tags: ["Read Features"]
---

# Get features by bounding box

`GET /spaces/{spaceId}/bbox`

Return the features which are inside a bounding box stipulated by west, north, east and south parameters.

## Path parameters

- `spaceId` string, required

## Query parameters

- `west` number, double
- `north` number, double
- `east` number, double
- `south` number, double
- `clip` boolean
- `limit` integer
- `params` object
- `selection` string[]
- `skipCache` boolean
- `clustering` 'hexbin' | 'quadbin'
- `clusteringParams` string[]
- `tweaks` 'sampling' | 'simplification' | 'ensure'
- `tweaksParams` string[]
- `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)
