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

---

[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)
