Download OpenAPI specification:
This is an OpenAPI definition of the SpatioTemporal Asset Catalog API - Children specification.
The landing page provides links to the sub-resources.
| stac_version required | string (STAC version) |
Array of Reference to a JSON Schema (string) or Reference to a core extension (string) (STAC extensions) unique | |
| type required | string Value: "Catalog" |
| id required | string |
| title | string |
| description required | string |
required | Array of objects (links) |
| conformsTo required | Array of strings A list of all conformance classes implemented by the server. In addition to the STAC-specific conformance classes, all OGC-related conformance classes listed at |
{- "stac_version": "1.0.0",
- "type": "Catalog",
- "id": "sentinel",
- "title": "Copernicus Sentinel Imagery",
- "description": "Catalog of Copernicus Sentinel 1 and 2 imagery.",
- "links": [
- {
- "rel": "self",
- "type": "application/json",
- "title": "this document"
}, - {
- "rel": "service-desc",
- "type": "application/vnd.oai.openapi+json;version=3.0",
- "title": "the API definition"
}, - {
- "rel": "service-doc",
- "type": "text/html",
- "title": "the API documentation"
}, - {
- "rel": "conformance",
- "type": "application/json",
- "title": "OGC API conformance classes implemented by this server"
}, - {
- "rel": "children",
- "type": "application/json",
- "title": "Child catalogs and collections of this root catalog"
}
]
}A body of Catalogs and Collections that are immediate children of this root Catalog.
required | Array of objects (links) |
required | Array of catalog (object) or collection (object) |
{- "links": [
- {
- "rel": "string",
- "type": "string",
- "title": "string",
- "method": "GET",
- "headers": {
- "Accept": "application/json"
}, - "body": { },
- "merge": false
}
], - "children": [
- {
- "stac_version": "1.0.0",
- "type": "Catalog",
- "id": "string",
- "title": "string",
- "description": "string",
- "links": [
- {
- "rel": "string",
- "type": "string",
- "title": "string",
- "method": "GET",
- "headers": {
- "Accept": "application/json"
}, - "body": { },
- "merge": false
}
]
}
]
}