v1

latestOpenAPI 3.0.02026-08-06224588.5 KB
Coordinate Reference Systems

Search CRSes

Search CRS records (any sub-type) by keywords and/or geographic area. Geographical constraints are passed (optionally) as parameters via the query URL, search keywords are passed via the request body. Query syntax follows Lucene style, default operator for multiple expressions is AND. The following keywords are supported: 'name:', 'description:', 'type:', 'authority:', 'code:', 'deprecationState:', 'remarks:', 'lastModified:', 'source:', 'wellKnownText:', 'crsType:', 'baseCRS.authority:', 'baseCRS.code:', 'horizontalCRS.authority:', 'horizontalCRS.code:', 'verticalCRS.authority:', 'verticalCRS.code:', 'lateBoundCRS.authority:', 'lateBoundCRS.code:', 'ct.authority:', 'ct.code:', 'transformationReady:'. followed by a value. Example: 'transformationReady:true'. longitudeLeft - the left WGS 84 longitude limit of the search box. latitudeLower - the lower WGS 84 latitude limit of the search box. longitudeRight - the right WGS 84 longitude limit of the search box. latitudeUpper - The upper WGS 84 latitude limit of the search box.

post/search/crs

Query parameters

longitudeLeftnumber double
latitudeLowernumber double
longitudeRightnumber double
latitudeUppernumber double
offsetinteger

The offset of the first item in the list.

limitinteger

The maximum number of items returned.

modestring

The mode of return: 'persistable_reference' (default) string or 'essence' structure or 'persistable_reference_essence' i.e. the combination of other 2 options.

Headers

data-partition-idstring required

desired data partition id

Request body

querystring

The Lucene style query string with keywords.

Example request

{
  "query": "baseCRS.code:4267 transformationReady:true"
}

Response

A successful response

countinteger

Number of elements in the response.

offsetinteger

Offset to the first catalog item in the response, as set in the request.

totalCountinteger

Number of elements in the catalog.