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=1405
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=1406",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1404",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43065/?format=api",
            "id": 43065,
            "code": "B9877",
            "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.186529333269974,
                        51.982291711664374,
                        0.0
                    ],
                    [
                        4.186748458724341,
                        51.982262719979694,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.264500Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -0.76,
            "bed_level_downstream": -0.76,
            "width": 0.6,
            "length": 15.4,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43066/?format=api",
            "id": 43066,
            "code": "21310312",
            "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.429111224515702,
                        52.00957451512793,
                        0.0
                    ],
                    [
                        4.429450435490904,
                        52.009652286320254,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.279592Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.82,
            "bed_level_downstream": -3.82,
            "width": 2.0,
            "length": 24.85,
            "height": 1.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43067/?format=api",
            "id": 43067,
            "code": "22400021",
            "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.425891017061677,
                        51.91638311046347,
                        0.0
                    ],
                    [
                        4.425769847570875,
                        51.91626416828923,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.295559Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -4.05,
            "bed_level_downstream": -4.05,
            "width": 1.25,
            "length": 15.64,
            "height": 1.25,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43068/?format=api",
            "id": 43068,
            "code": "22400022",
            "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.425769847570875,
                        51.91626416828923,
                        0.0
                    ],
                    [
                        4.425757290387137,
                        51.91625185877622,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.315668Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.45,
            "bed_level_downstream": -3.45,
            "width": 1.25,
            "length": 1.62,
            "height": 1.25,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43069/?format=api",
            "id": 43069,
            "code": "22400023",
            "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.425993792909946,
                        51.916484005378564,
                        0.0
                    ],
                    [
                        4.42632886202878,
                        51.91666668299312,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.336733Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.45,
            "bed_level_downstream": -3.45,
            "width": 1.25,
            "length": 30.73,
            "height": 1.25,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43070/?format=api",
            "id": 43070,
            "code": "22400024",
            "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.426904570274981,
                        51.917112900063074,
                        0.0
                    ],
                    [
                        4.42691275939843,
                        51.9169820271437,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.352199Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.45,
            "bed_level_downstream": -3.45,
            "width": 1.25,
            "length": 14.57,
            "height": 1.25,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43071/?format=api",
            "id": 43071,
            "code": "22400025",
            "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.42691275939843,
                        51.9169820271437,
                        0.0
                    ],
                    [
                        4.426909016964966,
                        51.91686396465099,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.367112Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.31,
            "bed_level_downstream": -5.31,
            "width": 1.25,
            "length": 13.14,
            "height": 1.25,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43072/?format=api",
            "id": 43072,
            "code": "22400026",
            "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.426909016964966,
                        51.91686396465099,
                        0.0
                    ],
                    [
                        4.426900159875875,
                        51.91674036821047,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.382885Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.45,
            "bed_level_downstream": -3.45,
            "width": 1.25,
            "length": 13.76,
            "height": 1.25,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43073/?format=api",
            "id": 43073,
            "code": "22400029",
            "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.424159604169536,
                        51.91926487604853,
                        0.0
                    ],
                    [
                        4.423451128516723,
                        51.91909612899498,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.398998Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.86,
            "bed_level_downstream": -5.86,
            "width": 1.75,
            "length": 52.23,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43074/?format=api",
            "id": 43074,
            "code": "22400028",
            "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.423451128516723,
                        51.91909612899498,
                        0.0
                    ],
                    [
                        4.423024963694453,
                        51.919035554950646,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.415432Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.75,
            "bed_level_downstream": -3.75,
            "width": 1.75,
            "length": 30.08,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}