---
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 requested URI was not found.
- `500` — A server error occurred.

## Changes

- **2022-06-26** `3220e9993904` — 2 breaking, 4 info
  - added the new path request parameter `collectionId`
  - added the new path request parameter `featureId`
  - added the media type `application/geo+json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `500`
  - …2 more
- **2022-06-24** `ce8e28fd78b3` — 4 breaking, 2 warning, 2 info
  - removed the media type `application/geo+json` for the response with the status `200`
  - 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 `200`
  - removed the media type `text/html` for the response with the status `500`
  - …4 more

[Change history](https://skmtc.dev/bbox-services/apis/ogc-api-features-part-1-core/changes/collections/:collectionId/items/:featureId/get.md)

---

[API](https://skmtc.dev/bbox-services/apis/ogc-api-features-part-1-core.md) · [All operations](https://skmtc.dev/bbox-services/apis/ogc-api-features-part-1-core/llms.txt) · [OpenAPI document](https://skmtc.dev/bbox-services/apis/ogc-api-features-part-1-core/revisions/3220e9993904?raw)
