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=1438
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=1439",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1437",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43395/?format=api",
            "id": 43395,
            "code": "22107459",
            "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.411125512297596,
                        52.00284801270189,
                        0.0
                    ],
                    [
                        4.411238245733473,
                        52.00287366656987,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.825338Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.33,
            "bed_level_downstream": -3.33,
            "width": 0.46,
            "length": 8.25,
            "height": 0.46,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43396/?format=api",
            "id": 43396,
            "code": "22107460",
            "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.411383109439793,
                        52.00211101624393,
                        0.0
                    ],
                    [
                        4.411492732149829,
                        52.00213765981218,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.838713Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.36,
            "bed_level_downstream": -3.36,
            "width": 0.46,
            "length": 8.09,
            "height": 0.46,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43397/?format=api",
            "id": 43397,
            "code": "22107461",
            "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.409172121604349,
                        52.00130474829786,
                        0.0
                    ],
                    [
                        4.409304479079069,
                        52.001293120155836,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.853965Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.21,
            "bed_level_downstream": -3.21,
            "width": 0.6,
            "length": 9.18,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43398/?format=api",
            "id": 43398,
            "code": "22107462",
            "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.409307781197302,
                        52.00174130685694,
                        0.0
                    ],
                    [
                        4.409420480772331,
                        52.00178636884209,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.867346Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.21,
            "bed_level_downstream": -3.21,
            "width": 0.6,
            "length": 9.22,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43399/?format=api",
            "id": 43399,
            "code": "22107463",
            "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.409090386840549,
                        52.00245515461174,
                        0.0
                    ],
                    [
                        4.409127639714137,
                        52.002533306461544,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.882033Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.21,
            "bed_level_downstream": -3.21,
            "width": 0.6,
            "length": 9.06,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43400/?format=api",
            "id": 43400,
            "code": "21520414",
            "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.425373635787185,
                        52.045252716914106,
                        0.0
                    ],
                    [
                        4.425299954468929,
                        52.0452224706044,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.895772Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -4.81,
            "bed_level_downstream": -4.73,
            "width": 0.3,
            "length": 6.07,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43401/?format=api",
            "id": 43401,
            "code": "21520415",
            "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.433482634955967,
                        52.041413879985846,
                        0.0
                    ],
                    [
                        4.43358735907653,
                        52.041448146007966,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.923873Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.71,
            "bed_level_downstream": -5.11,
            "width": 0.6,
            "length": 7.5,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43402/?format=api",
            "id": 43402,
            "code": "21210144",
            "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.397495513738217,
                        52.02049555533265,
                        0.0
                    ],
                    [
                        4.397489953762277,
                        52.02052630388163,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.939049Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.3,
            "bed_level_downstream": -2.37,
            "width": 0.3,
            "length": 3.44,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43403/?format=api",
            "id": 43403,
            "code": "20220658",
            "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.45959571667588,
                        52.0109333351218,
                        0.0
                    ],
                    [
                        4.459773056883497,
                        52.01089556902866,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.953928Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.87,
            "bed_level_downstream": -3.87,
            "width": 1.0,
            "length": 12.88,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43404/?format=api",
            "id": 43404,
            "code": "20220657",
            "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.456504481353973,
                        52.00586312738018,
                        0.0
                    ],
                    [
                        4.456745214617402,
                        52.005970818217875,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.978333Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.91,
            "bed_level_downstream": -3.91,
            "width": null,
            "length": 20.42,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}