> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/ogc-protocols/stac/search.md).

# Search

| **Description** | A STAC complient way to search for raster and vector data within Ellipsis Drive |
| --------------- | ------------------------------------------------------------------------------- |
| **Endpoint**    | `/ogc/stac/search`                                                              |
| **Method**      | GET                                                                             |

## Access Level Rules

| **Minimum Access Level** | None |
| ------------------------ | ---- |

## Processing Units

| **Minimum processing units** | None |
| ---------------------------- | ---- |

## Parameters

| Name         | Type   | Description                                                                                                        | Required | Default       |
| ------------ | ------ | ------------------------------------------------------------------------------------------------------------------ | -------- | ------------- |
| `bbox`       | Array  | An array of length 4, containing min longitude, min latitude, max longitude and max latitude in wgs84 coordinates. | false    | Default null. |
| `time`       | string | Start and end date datetime strings seperated by a /.                                                              | false    | Default null. |
| `resolution` | array  | An array of length 2 containing the minimum and maximum resolution to search for.                                  | false    | Default null. |
| `userId`     | uuid   | Only search for data owned by a certain user.                                                                      | false    | Default null. |
| `type`       | string | Only search how data of the given type. Either 'raster' or 'vector'.                                               | false    | Default null. |
