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=1431
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=1432",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1430",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43325/?format=api",
            "id": 43325,
            "code": "20821097",
            "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.366026938461936,
                        51.989307482131125,
                        0.0
                    ],
                    [
                        4.365861479038375,
                        51.98950014974733,
                        0.0
                    ],
                    [
                        4.365698266678797,
                        51.98979929076532,
                        0.0
                    ],
                    [
                        4.365463245144781,
                        51.99011944401777,
                        0.0
                    ],
                    [
                        4.365278986703397,
                        51.99045829390723,
                        0.0
                    ],
                    [
                        4.365138682337552,
                        51.99073516115656,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.795098Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.7,
            "bed_level_downstream": -3.4,
            "width": 0.5,
            "length": 170.54,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43326/?format=api",
            "id": 43326,
            "code": "20821096",
            "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.365138682337552,
                        51.99073516115656,
                        0.0
                    ],
                    [
                        4.365012628677404,
                        51.99097058792181,
                        0.0
                    ],
                    [
                        4.364991529452566,
                        51.99101282267654,
                        0.0
                    ],
                    [
                        4.365213507834724,
                        51.99105070599419,
                        0.0
                    ],
                    [
                        4.365472840988596,
                        51.99116110213974,
                        0.0
                    ],
                    [
                        4.365706029163789,
                        51.99126621904204,
                        0.0
                    ],
                    [
                        4.36596373321583,
                        51.991378568486844,
                        0.0
                    ],
                    [
                        4.366259784539303,
                        51.9915103512368,
                        0.0
                    ],
                    [
                        4.36658289004512,
                        51.99161848471393,
                        0.0
                    ],
                    [
                        4.366937945981911,
                        51.99171173925434,
                        0.0
                    ],
                    [
                        4.367491835237172,
                        51.99187047335723,
                        0.0
                    ],
                    [
                        4.367725859438128,
                        51.991941103510385,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.808277Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.7,
            "bed_level_downstream": -2.7,
            "width": 0.4,
            "length": 248.12,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43327/?format=api",
            "id": 43327,
            "code": "20220651",
            "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.44965743735223,
                        51.977385633818805,
                        0.0
                    ],
                    [
                        4.449694218355911,
                        51.977224759566774,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.821940Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -6.3,
            "bed_level_downstream": -6.3,
            "width": 0.6,
            "length": 18.08,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43328/?format=api",
            "id": 43328,
            "code": "20220648",
            "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.449006844028562,
                        51.977328204908396,
                        0.0
                    ],
                    [
                        4.449023417619069,
                        51.97727554644805,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.835038Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.5,
            "bed_level_downstream": -3.5,
            "width": 0.6,
            "length": 5.97,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43329/?format=api",
            "id": 43329,
            "code": "20220649",
            "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.449023417619069,
                        51.97727554644805,
                        0.0
                    ],
                    [
                        4.449050296815616,
                        51.97719015242605,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.846842Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -6.3,
            "bed_level_downstream": -6.3,
            "width": 0.6,
            "length": 9.68,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43330/?format=api",
            "id": 43330,
            "code": "20220650",
            "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.449645309815177,
                        51.97743870532168,
                        0.0
                    ],
                    [
                        4.44965743735223,
                        51.977385633818805,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.859759Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.5,
            "bed_level_downstream": -3.5,
            "width": 0.6,
            "length": 5.96,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43331/?format=api",
            "id": 43331,
            "code": "20220652",
            "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.455520185557678,
                        51.97835880907953,
                        0.0
                    ],
                    [
                        4.45552197516214,
                        51.9784058071388,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.873986Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.87,
            "bed_level_downstream": -3.87,
            "width": 0.8,
            "length": 5.23,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43332/?format=api",
            "id": 43332,
            "code": "21106135",
            "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.37369124323566,
                        51.96752645369939,
                        0.0
                    ],
                    [
                        4.373695024081306,
                        51.96748984793338,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.887262Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 1.1,
            "length": 4.08,
            "height": 1.1,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43333/?format=api",
            "id": 43333,
            "code": "B9897",
            "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.201134255380222,
                        52.00525916883378,
                        0.0
                    ],
                    [
                        4.201445851475122,
                        52.00545921223586,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.903105Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -0.93,
            "bed_level_downstream": -0.93,
            "width": 1.0,
            "length": 30.42,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43334/?format=api",
            "id": 43334,
            "code": "B9898",
            "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.203103279894088,
                        52.00426035710686,
                        0.0
                    ],
                    [
                        4.203070679161867,
                        52.0042340779189,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.917591Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -0.72,
            "bed_level_downstream": -0.72,
            "width": 0.6,
            "length": 3.68,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}