Culvert List
List assets of type Culvert
Query parameters:
organisation
Filter by organisation. Supports lookups on uuid
and name
.
code
Exact filter on the code
field. The (case-sensitive) startswith
lookup is also supported.
created:
Temporal filter on created
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; created__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
last_modified:
Temporal filter on last_modified
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; last_modified__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
geometry
The following lookups are available: isnull
, contained
, contains
,
contains_properly
, covered_by
, covers
, crosses
, disjoint
,
equals
, intersects
, overlaps
, and within
.
Query geometries can be supplied as WKT, EWKT or HEXEWKB.
boundary__id:
Filter on geometry of the region/boundary with the id boundary__id
.
For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/
boundary__code:
Filter on geometry of the region/boundary with the id boundary__code
.
For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/
boundary__type:
Spatial filter on geometry
, whereby geometry is specified by a
region/boundary object (see below) and filter operator is
ST_Intersects. Available types are COUNTRY, PROVINCE, WATER_BOARD,
MUNICIPALITY, CATCHMENT, POLDER, FIXED_DRAINAGE_LEVEL_AREA,
PUMPED_DRAINAGE_AREA, MAIN_PUMPED_DRAINAGE_AREA, DISTRICT,
NEIGHBOURHOOD, CADASTRE, PLANTATION, FIELD, CITY, and CUSTOM
boundary__name:
Filter on name of the region/boundary with the name
boundary__name
. Requires boundary__type
.
For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/
simplify: Simplify the query geometries (in WGS84) using this value as tolerance. A higher value may result in a better response time for detailed geometries. Defaults to 0.00001 degrees (approx. 1 meter). NB: Returned geometries are unaffected.
page_size
The number of results on a single page. Defaults to 10, maximum is 100.
Note that pagination is disabled for the root endpoint: the response
will be truncated to page_size
.
Custom route: search
Full-text search in 'code' and 'name' fields. Results are ranked.
Examples:
?code=ABC_2123
?code__startswith=ABC
?created__gte=2017-01-01T00:00:00Z
?last_modified__lt=2018-01-01T00:00:00Z
?organisation__name__startswith=Nelen
?organisation__uuid=61f5a464-c350-44c1-9bc7-d4b42d7f58cb
?organisation__name__icontains=Schuur
?geometry__intersects=POINT (5 52)
?boundary__id=198
?boundary__code=NL_GM0344
?boundary__type=PROVINCE&boundary__name=Utrecht
/search/abc/
GET /api/v4/culverts/?format=api&page=1413
https://demo.lizard.net/api/v4/culverts/?format=api&page=1414", "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1412", "results": [ { "url": "https://demo.lizard.net/api/v4/culverts/43145/?format=api", "id": 43145, "code": "21310308", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.448986824742549, 52.0254819854823, 0.0 ], [ 4.449212332204825, 52.02542710898885, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:47.704608Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": null, "bed_level_downstream": null, "width": null, "length": 16.28, "height": null, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43146/?format=api", "id": 43146, "code": "B9859", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.206414303690617, 51.989207753897944, 0.0 ], [ 4.206505790789455, 51.98895804102717, 0.0 ], [ 4.206647343758264, 51.98870238534611, 0.0 ], [ 4.206731165131972, 51.98857400066788, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:47.721281Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": null, "bed_level_downstream": null, "width": 0.4, "length": 73.95, "height": 0.4, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43147/?format=api", "id": 43147, "code": "10610056", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.314211574133253, 51.95737123133852, 0.0 ], [ 4.314232301857982, 51.95733065586061, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:47.736693Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -3.45, "bed_level_downstream": -3.45, "width": 0.6, "length": 4.73, "height": 0.6, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43148/?format=api", "id": 43148, "code": "20220630", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.453608842538536, 51.99758044013394, 0.0 ], [ 4.454240526538193, 51.99754904562275, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:47.751459Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -4.87, "bed_level_downstream": -4.87, "width": 0.2, "length": 43.52, "height": 0.2, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43149/?format=api", "id": 43149, "code": "11105509", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.364936467992274, 51.9527187367311, 0.0 ], [ 4.364967229645464, 51.95267557911249, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:47.764681Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": null, "bed_level_downstream": null, "width": 0.25, "length": 5.25, "height": 0.25, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43150/?format=api", "id": 43150, "code": "11105510", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.364731089043016, 51.95084880279651, 0.0 ], [ 4.364649859294164, 51.95081299508798, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:47.780528Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": null, "bed_level_downstream": null, "width": 0.58, "length": 6.86, "height": 0.58, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43151/?format=api", "id": 43151, "code": "12300049", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.367719674213742, 51.909989713990406, 0.0 ], [ 4.368526434040096, 51.90974457203911, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:47.795117Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -2.48, "bed_level_downstream": -2.48, "width": 0.5, "length": 61.85, "height": 0.5, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43152/?format=api", "id": 43152, "code": "B9862", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.318164494832859, 52.058420727539094, 0.0 ], [ 4.318250931809828, 52.05845148947086, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:47.808258Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -1.77, "bed_level_downstream": -1.77, "width": 0.6, "length": 6.85, "height": 0.6, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43153/?format=api", "id": 43153, "code": "41412563", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.28806492696278, 52.037165420629364, 0.0 ], [ 4.28819982923121, 52.03697084948535, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:47.832880Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -1.5, "bed_level_downstream": -1.5, "width": 0.6, "length": 23.54, "height": 0.6, "material": null, "shape": null, "description": null }, { "url": "https://demo.lizard.net/api/v4/culverts/43154/?format=api", "id": 43154, "code": "41412562", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/?format=api", "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121", "name": "Hoogheemraadschap van Delfland" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.288000738152373, 52.03720637672719, 0.0 ], [ 4.28806492696278, 52.037165420629364, 0.0 ] ] }, "last_modified": "2019-06-25T07:20:51.659166Z", "created": "2014-10-31T13:35:47.848737Z", "image_url": "", "timeseries": [], "type": "", "bed_level_upstream": -1.5, "bed_level_downstream": -1.5, "width": 0.6, "length": 6.34, "height": 0.6, "material": null, "shape": null, "description": null } ] }{ "count": 14497, "next": "