{ "opencollection": "1.0.0", "info": { "name": "Copernicus Data Space Ecosystem (CDSE) asset-level STAC catalogue Bulk Transaction Extension Collections API", "version": "1.1.0" }, "items": [ { "info": { "name": "Collections", "type": "folder" }, "items": [ { "info": { "name": "Get Item", "type": "http" }, "http": { "method": "GET", "url": "/v1/collections/:collection_id/items/:item_id", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "Collection ID" }, { "name": "item_id", "value": "", "type": "path", "description": "Item ID" } ] }, "docs": "Endpoint." }, { "info": { "name": "Get Collections", "type": "http" }, "http": { "method": "GET", "url": "/v1/collections", "params": [ { "name": "bbox", "value": "", "type": "query", "description": "Only return items intersecting this bounding box. Mutually exclusive with **intersects**." }, { "name": "datetime", "value": "", "type": "query", "description": "Only return items that have a temporal property that intersects this value.\n\nEither a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots." }, { "name": "limit", "value": "", "type": "query", "description": "Limits the number of results that are included in each page of the response." }, { "name": "query", "value": "", "type": "query", "description": "Allows additional filtering based on the properties of Item objects" }, { "name": "sortby", "value": "", "type": "query", "description": "An array of property names, prefixed by either '+' for ascending or '-' for descending. If no prefix is provided, '+' is assumed." }, { "name": "fields", "value": "", "type": "query", "description": "Include or exclude fields from items body." }, { "name": "filter", "value": "", "type": "query", "description": "A CQL filter expression for filtering items.\n\nSupports `CQL-JSON` as defined in https://portal.ogc.org/files/96288\n\nRemember to URL encode the CQL-JSON if using GET" }, { "name": "filter-crs", "value": "", "type": "query", "description": "The coordinate reference system (CRS) used by spatial literals in the 'filter' value. Default is `http://www.opengis.net/def/crs/OGC/1.3/CRS84`" }, { "name": "filter-lang", "value": "", "type": "query", "description": "The CQL filter encoding that the 'filter' value uses." }, { "name": "q", "value": "", "type": "query", "description": "Parameter to perform free-text queries against STAC metadata" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Endpoint." }, { "info": { "name": "Get Collection", "type": "http" }, "http": { "method": "GET", "url": "/v1/collections/:collection_id", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "Collection ID" } ] }, "docs": "Endpoint." }, { "info": { "name": "Get Itemcollection", "type": "http" }, "http": { "method": "GET", "url": "/v1/collections/:collection_id/items", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "Collection ID" }, { "name": "limit", "value": "", "type": "query", "description": "Limits the number of results that are included in each page of the response (capped to 10_000)." }, { "name": "bbox", "value": "", "type": "query", "description": "Only return items intersecting this bounding box. Mutually exclusive with **intersects**." }, { "name": "datetime", "value": "", "type": "query", "description": "Only return items that have a temporal property that intersects this value.\n\nEither a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots." }, { "name": "query", "value": "", "type": "query", "description": "Allows additional filtering based on the properties of Item objects" }, { "name": "sortby", "value": "", "type": "query", "description": "An array of property names, prefixed by either '+' for ascending or '-' for descending. If no prefix is provided, '+' is assumed." }, { "name": "fields", "value": "", "type": "query", "description": "Include or exclude fields from items body." }, { "name": "filter", "value": "", "type": "query", "description": "A CQL filter expression for filtering items.\n\nSupports `CQL-JSON` as defined in https://portal.ogc.org/files/96288\n\nRemember to URL encode the CQL-JSON if using GET" }, { "name": "filter-crs", "value": "", "type": "query", "description": "The coordinate reference system (CRS) used by spatial literals in the 'filter' value. Default is `http://www.opengis.net/def/crs/OGC/1.3/CRS84`" }, { "name": "filter-lang", "value": "", "type": "query", "description": "The CQL filter encoding that the 'filter' value uses." }, { "name": "token", "value": "", "type": "query" } ] }, "docs": "Endpoint." } ] } ], "bundled": true }