v32

latestOpenAPI 3.0.3raw.githubusercontent.com2024-03-0197673.7 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

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"
    }
  ],
  "stac_version": "0.9.0",
  "title": "Buildings in Bonn"
}