---
title: "Search STAC items with full-featured filtering."
method: POST
path: "/search"
tags: ["Item Search"]
---

# Search STAC items with full-featured filtering.

`POST /search`

Retrieve items matching filters. Intended as the standard, full-featured
query API.
This method is optional to implement, but recommended.
If this endpoint is implemented on a server, it is required to add a
link referring to this endpoint with `rel` set to `search` and `method`
set to `POST` to the `links` array in `GET /`.

## Request body

- SearchBody — unresolved $ref

## Response `200`

A feature collection.

## Other responses

- `default` — An error occured.

## Changes

- **2022-07-13** `d3fedf27dd62` — 1 info
  - endpoint added
- **2022-05-24** `eff91745dc5a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/camptocamp/apis/openapi-for-oapi-poc-meteoswiss/changes/search/post.md)

---

[API](https://skmtc.dev/camptocamp/apis/openapi-for-oapi-poc-meteoswiss.md) · [All operations](https://skmtc.dev/camptocamp/apis/openapi-for-oapi-poc-meteoswiss/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/camptocamp/openapi-for-oapi-poc-meteoswiss/revisions/0ceee3870e41/schema)
