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=1446
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=1447",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1445",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43475/?format=api",
            "id": 43475,
            "code": "20220660",
            "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.47227714938536,
                        51.99894704266426,
                        0.0
                    ],
                    [
                        4.47239149322405,
                        51.99884785197728,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.047453Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -6.47,
            "bed_level_downstream": -6.47,
            "width": null,
            "length": 13.54,
            "height": 1.25,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43476/?format=api",
            "id": 43476,
            "code": "11105545",
            "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.365201577954486,
                        51.94986677313784,
                        0.0
                    ],
                    [
                        4.365308461105376,
                        51.94990091576082,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.062012Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.45,
            "bed_level_downstream": -3.45,
            "width": 0.5,
            "length": 8.27,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43477/?format=api",
            "id": 43477,
            "code": "11105546",
            "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.364061301226696,
                        51.948366733396796,
                        0.0
                    ],
                    [
                        4.364097335300175,
                        51.948305311613176,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.104151Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.45,
            "bed_level_downstream": -3.45,
            "width": 0.5,
            "length": 7.27,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43478/?format=api",
            "id": 43478,
            "code": "1105547",
            "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.339721513849576,
                        51.9436237582875,
                        0.0
                    ],
                    [
                        4.339651160009986,
                        51.94356393978804,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.121734Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.9,
            "bed_level_downstream": -3.9,
            "width": 0.8,
            "length": 8.23,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43479/?format=api",
            "id": 43479,
            "code": "11105548",
            "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.336187834982323,
                        51.94349468601522,
                        0.0
                    ],
                    [
                        4.33625423510349,
                        51.94345910830922,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.151980Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.74,
            "bed_level_downstream": -3.74,
            "width": 0.6,
            "length": 6.04,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43480/?format=api",
            "id": 43480,
            "code": "21520413",
            "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.395619814428293,
                        52.04055872636365,
                        0.0
                    ],
                    [
                        4.395864354111955,
                        52.04067741332792,
                        0.0
                    ],
                    [
                        4.395864354111955,
                        52.04067741332792,
                        0.0
                    ],
                    [
                        4.395864354111955,
                        52.04067741332792,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.169927Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": null,
            "length": 21.39,
            "height": null,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43481/?format=api",
            "id": 43481,
            "code": "21106146",
            "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.389366057049289,
                        51.94709458165056,
                        0.0
                    ],
                    [
                        4.389396059684851,
                        51.947043105672755,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.182743Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.97,
            "bed_level_downstream": -3.97,
            "width": 0.1,
            "length": 6.09,
            "height": 0.1,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43482/?format=api",
            "id": 43482,
            "code": "20220669",
            "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.482593167409518,
                        51.99728138658319,
                        0.0
                    ],
                    [
                        4.482410369015003,
                        51.99733025473777,
                        0.0
                    ],
                    [
                        4.482410369015003,
                        51.99733025473777,
                        0.0
                    ],
                    [
                        4.482410369015003,
                        51.99733025473777,
                        0.0
                    ],
                    [
                        4.482384957505325,
                        51.997329582962514,
                        0.0
                    ],
                    [
                        4.482384957505325,
                        51.997329582962514,
                        0.0
                    ],
                    [
                        4.482384957505325,
                        51.997329582962514,
                        0.0
                    ],
                    [
                        4.482368213910311,
                        51.997318991452005,
                        0.0
                    ],
                    [
                        4.482038515037284,
                        51.99685603100798,
                        0.0
                    ],
                    [
                        4.481542547402777,
                        51.99614266818128,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.200347Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -6.17,
            "bed_level_downstream": -6.17,
            "width": 0.25,
            "length": 159.82,
            "height": 0.25,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43483/?format=api",
            "id": 43483,
            "code": "22107455",
            "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.37658081112885,
                        51.988004814230436,
                        0.0
                    ],
                    [
                        4.376254440147224,
                        51.987916994707376,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.215905Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.5,
            "bed_level_downstream": -3.5,
            "width": 1.0,
            "length": 24.46,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43484/?format=api",
            "id": 43484,
            "code": "23500014",
            "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.371618536096023,
                        52.003591563398714,
                        0.0
                    ],
                    [
                        4.371659114661981,
                        52.00353035856377,
                        0.0
                    ],
                    [
                        4.371691259510827,
                        52.003481413514905,
                        0.0
                    ],
                    [
                        4.371532468894318,
                        52.00344019609253,
                        0.0
                    ],
                    [
                        4.371578035655305,
                        52.00338445455232,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.232759Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.28,
            "bed_level_downstream": -2.28,
            "width": 0.6,
            "length": 32.01,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}