Data
fetch a single feature
Fetch the feature with id featureId in the feature collection with id collectionId.
Use content negotiation to request HTML or GeoJSON.
get/collections/{collectionId}/items/{featureId}
Path parameters
collectionIdstring required
local identifier of a collection
featureIdstring required
local identifier of a feature
Query parameters
crsstring uri
If the parameter is specified, then the coordinates of all geometry-valued properties in the response document are in the requested CRS. Otherwise the coordinates are in the default CRS, that is http://www.opengis.net/def/crs/OGC/1.3/CRS84 for coordinates without height and http://www.opengis.net/def/crs/OGC/0/CRS84h for coordinates with ellipsoidal height.
Response
GeoJSON feature of a collection