Conformance
Responses
200
The URIs of all conformance classes supported by the server
application/json
Responseall ofExample:
{"conformsTo":["http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core","http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/json","http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/html","http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/oas30","http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/collections","http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/core","http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tileset","http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tilesets-list","http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/geodata-tilesets","http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/dataset-tilesets","http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/geodata-selection","http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/jpeg","http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/png","http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/mvt","http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/geojson","http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tiff","http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/netcdf"]}
400
The request was not supported.
application/json
404
The requested resource does not exist on the server. For example, a path parameter had an incorrect value.
application/json
405
The HTTP method requested is not supported. This endpoint only supports 'GET' requests.
application/json
406
A request header value was not supported.
application/json
500
A server error occurred.
application/json
504
Gateway Timeout.
application/json
get
GET /maps/vector/ngd/ota/v1/conformance HTTP/1.1
Host: api.os.uk
Accept: */*
{
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core",
"http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/json",
"http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/html",
"http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/oas30",
"http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/collections",
"http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/core",
"http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tileset",
"http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tilesets-list",
"http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/geodata-tilesets",
"http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/dataset-tilesets",
"http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/geodata-selection",
"http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/jpeg",
"http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/png",
"http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/mvt",
"http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/geojson",
"http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tiff",
"http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/netcdf"
]
}
Last updated
Was this helpful?