---
title: "describe the feature collection with id `collectionId`"
method: GET
path: "/collections/{collectionId}"
tags: ["Capabilities"]
---

# describe the feature collection with id `collectionId`

`GET /collections/{collectionId}`

## Path parameters

- `collectionId` string, required

## Response `200`

Information about the feature collection with id `collectionId`.

The response contains a linkto the items in the collection
(path `/collections/{collectionId}/items`,link relation `items`)
as well as key information about the collection. This information
includes:

* A local identifier for the collection that is unique for the dataset;
* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);
* An optional title and description for the collection;
* An optional extent that can be used to provide an indication of the spatial and temporal extent of the collection - typically derived from the data;
* An optional indicator about the type of the items in the collection (the default value, if the indicator is not provided, is 'feature').

- Collection
  - `id` string, required — identifier of the collection used, for example, in URIs
  - `title` string — human readable title of the collection
  - `description` string, required — a description of the features in the collection
  - `links` Link[], required
    - `href` string, url, required
    - `rel` string, required
    - `type` string
    - `hreflang` string
    - `title` string
    - `length` integer
  - `extent` Extent — The extent of the features in the collection. In the Core only spatial and temporal extents are specified. Extensions may add additional members to represent other extents, for example, thermal or pressure ranges.
    - `spatial` object — The spatial extent of the features in the collection.
      - `bbox` array[] — One or more bounding boxes that describe the spatial extent of the dataset. In the Core only a single bounding box is supported. Extensions may support additional areas. If multiple areas are provided, the union of the bounding boxes describes the spatial extent.
        - number[] — Each bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (height or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Minimum value, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Maximum value, coordinate axis 3 (optional) The coordinate reference system of the values is WGS 84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in `crs`. For WGS 84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
      - `crs` 'http://www.opengis.net/def/crs/OGC/1.3/CRS84' — Coordinate reference system of the coordinates in the spatial extent (property `bbox`). The default reference system is WGS 84 longitude/latitude. In the Core this is the only supported coordinate reference system. Extensions may support additional coordinate reference systems and add additional enum values.
    - `temporal` object — The temporal extent of the features in the collection.
      - `interval` array[] — One or more time intervals that describe the temporal extent of the dataset. The value `null` is supported and indicates an open time intervall. In the Core only a single time interval is supported. Extensions may support multiple intervals. If multiple intervals are provided, the union of the intervals describes the temporal extent.
        - string[] — Begin and end times of the time interval. The timestamps are in the coordinate reference system specified in `trs`. By default this is the Gregorian calendar.
      - `trs` 'http://www.opengis.net/def/uom/ISO-8601/0/Gregorian' — Coordinate reference system of the coordinates in the temporal extent (property `interval`). The default reference system is the Gregorian calendar. In the Core this is the only supported temporal reference system. Extensions may support additional temporal reference systems and add additional enum values.
  - `itemType` string — indicator about the type of the items in the collection (the default value is 'feature').
  - `crs` string[] — the list of coordinate reference systems supported by the service

## Other responses

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

---

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