v39

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-18118982.1 KB
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"
}
All 11 operations