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=1447
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=1448",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1446",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43485/?format=api",
            "id": 43485,
            "code": "21106136",
            "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.416300824062456,
                        51.970595179922825,
                        0.0
                    ],
                    [
                        4.416390589329382,
                        51.9705184782647,
                        0.0
                    ],
                    [
                        4.416390589329382,
                        51.9705184782647,
                        0.0
                    ],
                    [
                        4.416390589329382,
                        51.9705184782647,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.248058Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": null,
            "length": 11.88,
            "height": null,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43486/?format=api",
            "id": 43486,
            "code": "21400978",
            "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.384527167618375,
                        52.02594047011712,
                        0.0
                    ],
                    [
                        4.384447031519405,
                        52.025908282170406,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.263532Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.33,
            "bed_level_downstream": -5.33,
            "width": 0.6,
            "length": 6.56,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43487/?format=api",
            "id": 43487,
            "code": "21400982",
            "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.385899838583278,
                        52.02693647907223,
                        0.0
                    ],
                    [
                        4.386019345321455,
                        52.02698388611409,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.279165Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.3,
            "bed_level_downstream": -5.3,
            "width": 0.5,
            "length": 9.75,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43488/?format=api",
            "id": 43488,
            "code": "21400983",
            "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.383743295985861,
                        52.0260640649392,
                        0.0
                    ],
                    [
                        4.383857641279075,
                        52.026110324605256,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.294821Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.3,
            "bed_level_downstream": -5.3,
            "width": 0.5,
            "length": 9.04,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43489/?format=api",
            "id": 43489,
            "code": "41102241",
            "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.300208975068537,
                        52.012335327818796,
                        0.0
                    ],
                    [
                        4.300254978374845,
                        52.01234554077047,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.309458Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.18,
            "bed_level_downstream": -5.18,
            "width": 0.6,
            "length": 3.36,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43490/?format=api",
            "id": 43490,
            "code": "41102242",
            "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.301305045243924,
                        52.01289872890412,
                        0.0
                    ],
                    [
                        4.301408301910406,
                        52.012945488315914,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.322755Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -4.09,
            "bed_level_downstream": -4.09,
            "width": 1.0,
            "length": 7.89,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43491/?format=api",
            "id": 43491,
            "code": "20821099",
            "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.370045137807987,
                        51.99012936179056,
                        0.0
                    ],
                    [
                        4.369982617347872,
                        51.99014608874908,
                        0.0
                    ],
                    [
                        4.369543522921972,
                        51.99005373451632,
                        0.0
                    ],
                    [
                        4.369498855963418,
                        51.99001706050628,
                        0.0
                    ],
                    [
                        4.368956531909306,
                        51.989905626873316,
                        0.0
                    ],
                    [
                        4.368358594249124,
                        51.98977938107129,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.339067Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.5,
            "length": 124.32,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43492/?format=api",
            "id": 43492,
            "code": "208701",
            "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.371417349623247,
                        51.99049007018515,
                        0.0
                    ],
                    [
                        4.371175368087777,
                        51.990428214602936,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.353383Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.7,
            "bed_level_downstream": -3.7,
            "width": 0.4,
            "length": 17.99,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43493/?format=api",
            "id": 43493,
            "code": "20821098",
            "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.371175368087777,
                        51.990428214602936,
                        0.0
                    ],
                    [
                        4.371205918485578,
                        51.99036763339619,
                        0.0
                    ],
                    [
                        4.370611130419921,
                        51.990245776888415,
                        0.0
                    ],
                    [
                        4.370045137807987,
                        51.99012936179056,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.366350Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.4,
            "length": 91.08,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43494/?format=api",
            "id": 43494,
            "code": "20821100",
            "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.368358594249124,
                        51.98977938107129,
                        0.0
                    ],
                    [
                        4.367785012682348,
                        51.98966682639336,
                        0.0
                    ],
                    [
                        4.367205045896437,
                        51.98954579106249,
                        0.0
                    ],
                    [
                        4.36710642188052,
                        51.98952583491814,
                        0.0
                    ],
                    [
                        4.366786503836726,
                        51.98946378891057,
                        0.0
                    ],
                    [
                        4.3664400317981,
                        51.989388873442266,
                        0.0
                    ],
                    [
                        4.366159676774524,
                        51.989337568950155,
                        0.0
                    ],
                    [
                        4.366026938461936,
                        51.989307482131125,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.378660Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.7,
            "length": 168.57,
            "height": 0.7,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}