v1

latestOpenAPI 3.0.3CC-BY 4.0 license2026-07-17226085.1 KB
server

Landing page

The landing page provides links to the API definition and the conformance statements for this API.

get/

Response

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

titlestring

While a title is not required, implementers are strongly advised to include one.

descriptionstring
attributionstring

The attribution should be short and intended for presentation to a user, for example, in a corner of a map. Parts of the text can be links to other resources if additional information is needed. The string can include HTML markup.

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 Common specification.",
  "links": [
    {
      "href": "http://data.example.com/buildings/123",
      "rel": "alternate",
      "type": "application/geo+json",
      "hreflang": "en",
      "title": "Trierer Strasse 70, 53115 Bonn"
    }
  ]
}
All 22 operations