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/?page=1450
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 14497,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/culverts/?page=1449",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43515/",
            "id": 43515,
            "code": "21400962",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/",
                "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121",
                "name": "Hoogheemraadschap van Delfland"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.392557740563219,
                        52.022856260638626,
                        0.0
                    ],
                    [
                        4.392632251173701,
                        52.022887209041954,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.681940Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.58,
            "bed_level_downstream": -5.58,
            "width": null,
            "length": 6.17,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43516/",
            "id": 43516,
            "code": "11105550",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/",
                "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121",
                "name": "Hoogheemraadschap van Delfland"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.3262769329989,
                        51.97851456514876,
                        0.0
                    ],
                    [
                        4.32637384325642,
                        51.9785362841988,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.696225Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.8,
            "length": 7.08,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43517/",
            "id": 43517,
            "code": "20701224",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/",
                "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121",
                "name": "Hoogheemraadschap van Delfland"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.350645396608892,
                        52.047433493206896,
                        0.0
                    ],
                    [
                        4.35065350305709,
                        52.04744479146959,
                        0.0
                    ],
                    [
                        4.351611656775039,
                        52.0479351240206,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.709535Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": null,
            "length": 86.8,
            "height": null,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43518/",
            "id": 43518,
            "code": "20904812",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/",
                "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121",
                "name": "Hoogheemraadschap van Delfland"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.351538766176521,
                        52.04370422818956,
                        0.0
                    ],
                    [
                        4.351868236259036,
                        52.04386958746925,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.725426Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.6,
            "length": 29.15,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43519/",
            "id": 43519,
            "code": "20904811",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/",
                "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121",
                "name": "Hoogheemraadschap van Delfland"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.351049671165105,
                        52.04311271028444,
                        0.0
                    ],
                    [
                        4.350294045814999,
                        52.04302188887456,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.741476Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.6,
            "length": 52.82,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43520/",
            "id": 43520,
            "code": "21886299",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/",
                "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121",
                "name": "Hoogheemraadschap van Delfland"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.375402786148549,
                        52.039347473715644,
                        0.0
                    ],
                    [
                        4.375402786148549,
                        52.039347473715644,
                        0.0
                    ],
                    [
                        4.375402786148549,
                        52.039347473715644,
                        0.0
                    ],
                    [
                        4.375373560769003,
                        52.039328379279524,
                        0.0
                    ],
                    [
                        4.375356885479921,
                        52.03931744056191,
                        0.0
                    ],
                    [
                        4.374892599020178,
                        52.03901267913208,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.756193Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.32,
            "length": 51.47,
            "height": 0.32,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43521/",
            "id": 43521,
            "code": "20220668",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2cdbf687-dc6f-4898-9ce3-316c828a2121/",
                "uuid": "2cdbf687-dc6f-4898-9ce3-316c828a2121",
                "name": "Hoogheemraadschap van Delfland"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.46269871209245,
                        52.013266677619136,
                        0.0
                    ],
                    [
                        4.462927254937359,
                        52.01338042585486,
                        0.0
                    ],
                    [
                        4.463150583369377,
                        52.01349843826167,
                        0.0
                    ],
                    [
                        4.463286794004447,
                        52.013565205402095,
                        0.0
                    ],
                    [
                        4.463506081670127,
                        52.013677927052804,
                        0.0
                    ],
                    [
                        4.463740210684017,
                        52.013788005208845,
                        0.0
                    ],
                    [
                        4.463974935904758,
                        52.0138925325905,
                        0.0
                    ],
                    [
                        4.464210130964299,
                        52.013998348555276,
                        0.0
                    ],
                    [
                        4.464452450676704,
                        52.01409496159929,
                        0.0
                    ],
                    [
                        4.464619332238518,
                        52.01415663733679,
                        0.0
                    ],
                    [
                        4.464781742977475,
                        52.01421543739196,
                        0.0
                    ],
                    [
                        4.465079011475814,
                        52.01434259162861,
                        0.0
                    ],
                    [
                        4.465391548029719,
                        52.014478970152986,
                        0.0
                    ],
                    [
                        4.465669524241621,
                        52.014598735945995,
                        0.0
                    ],
                    [
                        4.466419267270981,
                        52.01491091759131,
                        0.0
                    ],
                    [
                        4.466929161338487,
                        52.015121015313404,
                        0.0
                    ],
                    [
                        4.466929161338487,
                        52.015121015313404,
                        0.0
                    ],
                    [
                        4.467431714180898,
                        52.01533556366337,
                        0.0
                    ],
                    [
                        4.467766081340286,
                        52.015482883723756,
                        0.0
                    ],
                    [
                        4.467868176412602,
                        52.01552743775817,
                        0.0
                    ],
                    [
                        4.46794758983618,
                        52.0155627450542,
                        0.0
                    ],
                    [
                        4.468109973431026,
                        52.015631140096126,
                        0.0
                    ],
                    [
                        4.468343414478165,
                        52.01573815642947,
                        0.0
                    ],
                    [
                        4.468577119927795,
                        52.01584512042369,
                        0.0
                    ],
                    [
                        4.468811099173964,
                        52.01595157373034,
                        0.0
                    ],
                    [
                        4.46904784253331,
                        52.01605613354602,
                        0.0
                    ],
                    [
                        4.469282592671544,
                        52.016162753707995,
                        0.0
                    ],
                    [
                        4.469517450094131,
                        52.01626845739047,
                        0.0
                    ],
                    [
                        4.469750921596011,
                        52.016375021691914,
                        0.0
                    ],
                    [
                        4.46989156355198,
                        52.01643829205397,
                        0.0
                    ],
                    [
                        4.470125654223624,
                        52.01654316157448,
                        0.0
                    ],
                    [
                        4.470270770533002,
                        52.016604965233185,
                        0.0
                    ],
                    [
                        4.470506672496687,
                        52.0166982887213,
                        0.0
                    ],
                    [
                        4.470758988793245,
                        52.016799457750224,
                        0.0
                    ],
                    [
                        4.470758988793245,
                        52.016799457750224,
                        0.0
                    ],
                    [
                        4.470758988793245,
                        52.016799457750224,
                        0.0
                    ],
                    [
                        4.470758988793245,
                        52.016799457750224,
                        0.0
                    ],
                    [
                        4.470780195867529,
                        52.01679705509717,
                        0.0
                    ],
                    [
                        4.470780195867529,
                        52.01679705509717,
                        0.0
                    ],
                    [
                        4.470780195867529,
                        52.01679705509717,
                        0.0
                    ],
                    [
                        4.470792725757511,
                        52.01678702246137,
                        0.0
                    ],
                    [
                        4.470819794543295,
                        52.01676383101101,
                        0.0
                    ],
                    [
                        4.470896679370671,
                        52.01669795900769,
                        0.0
                    ],
                    [
                        4.470975035673163,
                        52.01663082604789,
                        0.0
                    ],
                    [
                        4.470990819338744,
                        52.01661769067504,
                        0.0
                    ],
                    [
                        4.471006150034214,
                        52.016605333785,
                        0.0
                    ],
                    [
                        4.471036935044427,
                        52.01660521383634,
                        0.0
                    ],
                    [
                        4.471154746325849,
                        52.016655891695976,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.770401Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.63,
            "length": 719.13,
            "height": 0.63,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}