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=1444
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=1445",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1443",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43455/?format=api",
            "id": 43455,
            "code": "22107465",
            "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.433377880914634,
                        52.001865087520514,
                        0.0
                    ],
                    [
                        4.433434094345817,
                        52.00177000236196,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.767130Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": null,
            "length": 11.26,
            "height": null,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43456/?format=api",
            "id": 43456,
            "code": "21520404",
            "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.41702101054467,
                        52.06575253039476,
                        0.0
                    ],
                    [
                        4.417093270711251,
                        52.065696919638995,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.780103Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -6.2,
            "bed_level_downstream": -6.2,
            "width": 1.6,
            "length": 7.93,
            "height": 2.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43457/?format=api",
            "id": 43457,
            "code": "21520405",
            "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.417059858010284,
                        52.06577092642292,
                        0.0
                    ],
                    [
                        4.417095120092678,
                        52.065743468941335,
                        0.0
                    ],
                    [
                        4.417131242479688,
                        52.065715344387186,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.794518Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -6.2,
            "bed_level_downstream": -6.2,
            "width": 2.4,
            "length": 7.89,
            "height": 2.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43458/?format=api",
            "id": 43458,
            "code": "11507083",
            "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.210699469776138,
                        51.95647361938842,
                        0.0
                    ],
                    [
                        4.210712247520028,
                        51.95646127045751,
                        0.0
                    ],
                    [
                        4.210712247520028,
                        51.95646127045751,
                        0.0
                    ],
                    [
                        4.210712247520028,
                        51.95646127045751,
                        0.0
                    ],
                    [
                        4.210736210727883,
                        51.95644125792186,
                        0.0
                    ],
                    [
                        4.210873757274187,
                        51.956326378840174,
                        0.0
                    ],
                    [
                        4.211009889996639,
                        51.956212680999876,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.808950Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -0.37,
            "bed_level_downstream": -0.37,
            "width": 0.8,
            "length": 36.26,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43459/?format=api",
            "id": 43459,
            "code": "12007090",
            "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.288661134386051,
                        52.00582263692692,
                        0.0
                    ],
                    [
                        4.288836406247455,
                        52.00566288688767,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.824461Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.32,
            "length": 21.47,
            "height": 0.32,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43460/?format=api",
            "id": 43460,
            "code": "41302614",
            "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.339527268130578,
                        52.07667347010867,
                        0.0
                    ],
                    [
                        4.339224597093545,
                        52.076312282243784,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.838489Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.8,
            "length": 45.23,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43461/?format=api",
            "id": 43461,
            "code": "221D2223",
            "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.379153369742468,
                        51.9921807968308,
                        0.0
                    ],
                    [
                        4.379237377752854,
                        51.992062496301585,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.852368Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.11,
            "bed_level_downstream": -3.04,
            "width": 0.11,
            "length": 14.37,
            "height": 0.11,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43462/?format=api",
            "id": 43462,
            "code": "41302615",
            "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.339224597093545,
                        52.076312282243784,
                        0.0
                    ],
                    [
                        4.33915731362856,
                        52.076324915131075,
                        0.0
                    ],
                    [
                        4.339158964112236,
                        52.075940645063824,
                        0.0
                    ],
                    [
                        4.339157385458931,
                        52.07589345834118,
                        0.0
                    ],
                    [
                        4.33915078941944,
                        52.075751593986716,
                        0.0
                    ],
                    [
                        4.339993365486775,
                        52.07546281845376,
                        0.0
                    ],
                    [
                        4.3408365904,
                        52.07517576854052,
                        0.0
                    ],
                    [
                        4.341680964549631,
                        52.0748890104819,
                        0.0
                    ],
                    [
                        4.342523007848341,
                        52.074601650481505,
                        0.0
                    ],
                    [
                        4.34216654801791,
                        52.07421966973429,
                        0.0
                    ],
                    [
                        4.34230570093356,
                        52.07417258069014,
                        0.0
                    ],
                    [
                        4.342479791179701,
                        52.07411418789012,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.866742Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.4,
            "length": 406.36,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43463/?format=api",
            "id": 43463,
            "code": "11105549",
            "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.360358003003884,
                        51.96635412138761,
                        0.0
                    ],
                    [
                        4.360434173006605,
                        51.966296091342095,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.880458Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": null,
            "length": 7.69,
            "height": null,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43464/?format=api",
            "id": 43464,
            "code": "12400106",
            "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.362782092112224,
                        51.93449722492217,
                        0.0
                    ],
                    [
                        4.362782092112224,
                        51.93449722492217,
                        0.0
                    ],
                    [
                        4.362741550081094,
                        51.93460178053849,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.894336Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.59,
            "bed_level_downstream": -3.59,
            "width": 0.7,
            "length": 11.99,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}