---
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.

## Changes

- **2025-11-03** `2cd361d32595` — 6 info
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `404`
  - added the media type `application/json` for the response with the status `500`
  - added the media type `text/html` for the response with the status `400`
  - …2 more
- **2022-07-21** `fb23638895d4` — 6 breaking
  - removed the media type `application/json` for the response with the status `400`
  - removed the media type `application/json` for the response with the status `404`
  - removed the media type `application/json` for the response with the status `500`
  - removed the media type `text/html` for the response with the status `400`
  - …2 more

[Change history](https://skmtc.dev/georust/apis/ogc-api/changes/collections/:collectionId/items/get.md)

---

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