v1

latestOpenAPI 3.0.3Apache License 2.02026-07-17166173.5 KB
Features

Landing page

The landing page provides links to the sub-resources.

get/

Response

The landing page provides links to the API definition (link relations service-desc and service-doc) and the Feature Collection (path /collections, link relation data).

stac_versionstring required
typestring required
idstring required
titlestring
descriptionstring required
conformsTostring[] required

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 GET /conformances must be listed here. This entry should mirror what GET /conformances returns, if implemented.

Example response

{
  "stac_version": "1.1.0",
  "links": [
    {
      "headers": {
        "Accept": "application/json"
      }
    }
  ]
}