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

## Response `200`

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

## Other responses

- `404` — The specified resource was not found
- `500` — A server error occurred.

---

[API](https://skmtc.dev/developmentseed/apis/the-sat-api-pg-stac-api.md) · [All operations](https://skmtc.dev/developmentseed/apis/the-sat-api-pg-stac-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/developmentseed/the-sat-api-pg-stac-api/revisions/d77351000251/schema)
