v1

latestOpenAPI 3.0.1Apache License 2.02026-07-1795154.4 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).

titlestring
descriptionstring

Example response

{
  "title": "Buildings in Bonn",
  "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://www.geoserver.example/stac/naip/child/catalog.json",
      "rel": "child",
      "type": "application/json",
      "hreflang": "en",
      "title": "NAIP Child Catalog"
    }
  ]
}