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).
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"
}