---
title: "fetch features"
method: GET
path: "/collections/{collectionId}/items"
tags: ["Data"]
---

# fetch features

`GET /collections/{collectionId}/items`

Fetch features of the feature collection with id `collectionId`.

Every feature in a dataset belongs to a collection. A dataset may
consist of multiple feature collections. A feature collection is often a
collection of features of a similar type, based on a common schema.

Use content negotiation to request HTML or GeoJSON.

## Path parameters

- `collectionId` string, required

## Query parameters

- `limit` integer
- `bbox` number[]
- `bbox-crs` string, uri
- `datetime` string
- `crs` string, uri

## Response `200`

Paginated GeoJSON feature collection

## Other responses

- `400` — Bad Request.
- `404` — The requested resource does not exist on the server. For example, a path parameter had an incorrect value.
- `500` — A server error occurred.

---

[API](https://skmtc.net/georust/apis/ogc-api.md) · [All operations](https://skmtc.net/georust/apis/ogc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/georust/ogc-api/revisions/6c6280a034b9/schema)
