---
title: "fetch a single feature"
method: GET
path: "/collections/{collectionId}/items/{featureId}"
tags: ["Data"]
---

# fetch a single feature

`GET /collections/{collectionId}/items/{featureId}`

Fetch the feature with id `featureId` in the feature collection
with id `collectionId`.

Use content negotiation to request HTML or GeoJSON.

## Path parameters

- `collectionId` string, required
- `featureId` string, required

## Query parameters

- `crs` string, uri

## Response `200`

GeoJSON feature of a collection

## Other responses

- `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` — 4 info
  - 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 `404`
  - added the media type `text/html` for the response with the status `500`
- **2022-07-21** `fb23638895d4` — 4 breaking
  - 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 `404`
  - removed the media type `text/html` for the response with the status `500`

[Change history](https://skmtc.dev/georust/apis/ogc-api/changes/collections/:collectionId/items/:featureId/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)
