Capabilities
landing page of this API
The landing page provides links to the:
- The APIDefinition (no fixed path),
- The Conformance statements (path /conformance),
- The processes metadata (path /processes),
- The endpoint for job monitoring (path /jobs).
For more information, see Section 7.2.
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 http://www.opengis.net/def/rel/ogc/1.0/conformance), and to other resources.
Example response
{
"title": "Example processing server",
"description": "Example server implementing the OGC API - Processes 1.0 Standard",
"links": [
{
"rel": "service",
"type": "application/json",
"hreflang": "en"
}
]
}