v1

latestOpenAPI 3.0.02026-08-0455133277.1 KB
Archives

Get a collection

Get a STAC collection by it's ID

get/v0/archives/collections/{cid}

Path parameters

cidstring required

Collection ID

Response

OK

created_atstring
descriptionstring
idstring
licensestring
{"stackTrail":"components:schemas:cosmos.originalCollectionSuccessResponse:properties:stac_extensions","oasType":"schema","type":"unknown"}
stac_versionstring
{"stackTrail":"components:schemas:cosmos.originalCollectionSuccessResponse:properties:summaries","oasType":"schema","type":"unknown"}
titlestring
typestring
updated_atstring

Example response

{
  "created_at": "2023-08-06T20:46:56.815552Z",
  "description": "A collection description",
  "id": "pixxel-dd2",
  "license": "proprietary",
  "links": [
    {
      "href": "https://example.com",
      "rel": "self",
      "title": "Example Link Title",
      "type": "application/json"
    }
  ],
  "providers": [
    {
      "description": "Pixxel is a space data company",
      "name": "Pixxel",
      "roles": [
        "producer"
      ],
      "url": "https://pixxel.space"
    }
  ],
  "stac_version": "0.1.0",
  "title": "Pixxel-DD01",
  "type": "Collection",
  "updated_at": "2023-08-06T20:46:56.815552Z"
}