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

{
    "count": 14497,
    "next": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1446",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1444",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43465/?format=api",
            "id": 43465,
            "code": "11105554",
            "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.350030544576536,
                        51.95541869283204,
                        0.0
                    ],
                    [
                        4.349970850841446,
                        51.955520117802955,
                        0.0
                    ],
                    [
                        4.349970850841446,
                        51.955520117802955,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.907871Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.97,
            "bed_level_downstream": -3.97,
            "width": 0.6,
            "length": 12.06,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43466/?format=api",
            "id": 43466,
            "code": "11105555",
            "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.350128184546225,
                        51.95555577983266,
                        0.0
                    ],
                    [
                        4.350128184546225,
                        51.95555577983266,
                        0.0
                    ],
                    [
                        4.350189581690318,
                        51.955454918124445,
                        0.0
                    ],
                    [
                        4.350189581690318,
                        51.955454918124445,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.922334Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.78,
            "bed_level_downstream": -3.78,
            "width": 0.6,
            "length": 12.11,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43467/?format=api",
            "id": 43467,
            "code": "10409123",
            "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.245029217479011,
                        51.930827623046376,
                        0.0
                    ],
                    [
                        4.245070690668564,
                        51.930820022541496,
                        0.0
                    ],
                    [
                        4.245111757525129,
                        51.930812496485494,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.935577Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.2,
            "bed_level_downstream": -2.2,
            "width": 0.6,
            "length": 5.92,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43468/?format=api",
            "id": 43468,
            "code": "11105551",
            "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.347875898617632,
                        51.954739044001094,
                        0.0
                    ],
                    [
                        4.347533043713494,
                        51.95469357703893,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.950115Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -4.07,
            "bed_level_downstream": -4.07,
            "width": 0.7,
            "length": 24.11,
            "height": 0.7,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43469/?format=api",
            "id": 43469,
            "code": "11105552",
            "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.351884325475356,
                        51.9551383329344,
                        0.0
                    ],
                    [
                        4.351721771067965,
                        51.95510699586001,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.963465Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.75,
            "bed_level_downstream": -3.75,
            "width": 0.7,
            "length": 11.71,
            "height": 0.7,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43470/?format=api",
            "id": 43470,
            "code": "11105553",
            "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.3514285131352,
                        51.95441106799655,
                        0.0
                    ],
                    [
                        4.351563028790112,
                        51.954461394695905,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.978066Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -4.1,
            "bed_level_downstream": -4.1,
            "width": 0.7,
            "length": 10.81,
            "height": 0.7,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43471/?format=api",
            "id": 43471,
            "code": "20821092",
            "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.372359519471657,
                        51.97226473270157,
                        0.0
                    ],
                    [
                        4.372463359906077,
                        51.972281556659155,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.992631Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.05,
            "bed_level_downstream": -3.11,
            "width": 0.4,
            "length": 7.38,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43472/?format=api",
            "id": 43472,
            "code": "20821093",
            "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.371807907434381,
                        51.97262564566285,
                        0.0
                    ],
                    [
                        4.371891411506874,
                        51.97263947209578,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.006243Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.87,
            "bed_level_downstream": -2.87,
            "width": 0.2,
            "length": 5.94,
            "height": 0.2,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43473/?format=api",
            "id": 43473,
            "code": "20821094",
            "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.371548848161192,
                        51.97303122182562,
                        0.0
                    ],
                    [
                        4.371661450610585,
                        51.97304938056328,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.019411Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.1,
            "bed_level_downstream": -3.08,
            "width": 0.4,
            "length": 8.0,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43474/?format=api",
            "id": 43474,
            "code": "Z20821095",
            "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.372344145582336,
                        51.973623993297565,
                        0.0
                    ],
                    [
                        4.372457690983512,
                        51.97364108074048,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.034095Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.77,
            "bed_level_downstream": -2.79,
            "width": 0.2,
            "length": 8.03,
            "height": 0.2,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}