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

# Fetch a single feature

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

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

## Path parameters

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

## Response `200`

fetch the feature with id `featureId` in the feature collection
with id `collectionId`

## Other responses

- `404` — The requested URI was not found.
- `500` — A server error occurred.

---

[API](https://skmtc.net/radiantearth/apis/stac-api.md) · [All operations](https://skmtc.net/radiantearth/apis/stac-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/radiantearth/stac-api/versions/11248209cf8c/schema)
