API Endpoints

API Endpoints

OGC API Endpoints

Services are available via the HTTP GET endpoints:

URLDescription
/Landing page (HTML or JSON)
/conformanceAPI conforomance
/openapiOpenAPI specification (YAML)
/openapi.yamlOpenAPI specification (YAML)
/openapi.jsonOpenAPI specification (JSON)

Available formats:

URLDescription
.jsonJSON / GeoJSON format
.htmlHTML format, if available

BBOX API Endpoints

URLDescription
/healthServer health check

Request examples

curl -s -H 'Accept: application/json' http://localhost:8080/ | jq .

curl -s http://localhost:8080/openapi.json | jq .