Capabilities

Landing page

The landing page provides links to the API definition, the conformance statements and to the feature collections in this dataset.

get/

Response

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

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

Example response

{
  "description": "Access to data about buildings in the city of Bonn via a Web API that conforms to the OGC API Features specification.",
  "links": [
    {
      "href": "http://data.example.com/buildings/123",
      "rel": "describedby",
      "title": "Trierer Strasse 70, 53115 Bonn",
      "type": "application/geo+json",
      "hreflang": "de-CH"
    }
  ],
  "stac_version": "1.0.0",
  "title": "Buildings in Bonn",
  "type": "Catalog"
}

Changes

Changed in 5 of the 44 revisions of this API.25

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the required property from the response with the status

      response-required-property-removed

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added