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/?page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 14497,
    "next": "https://demo.lizard.net/api/v4/culverts/?page=3",
    "previous": "https://demo.lizard.net/api/v4/culverts/",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/4475/",
            "id": 4475,
            "code": "KDU-N-49",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.988804625715987,
                        52.751056336371015,
                        0.0
                    ],
                    [
                        4.988805070761768,
                        52.75109539480334,
                        0.0
                    ],
                    [
                        4.988805121927701,
                        52.751132160265925,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:19:20.454318Z",
            "created": "2014-08-08T08:14:08.250711Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -3.35,
            "bed_level_downstream": -3.25,
            "width": 0.6,
            "length": 8.0,
            "height": null,
            "material": 3,
            "shape": 1,
            "description": "ontheffing 07.31563"
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/4657/",
            "id": 4657,
            "code": "KDU-Q-7452",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.971445936067332,
                        52.89065604725772,
                        0.0
                    ],
                    [
                        4.971568908725137,
                        52.89052895632289,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-08-08T08:14:10.147157Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f57b3e5d-e620-4af0-854c-5ea8911ce130/",
                "https://demo.lizard.net/api/v4/timeseries/d1ad7b55-8045-4275-8d51-8ec8c9a92d61/",
                "https://demo.lizard.net/api/v4/timeseries/23c6be2b-ff3e-4984-950f-1dedff8578b2/"
            ],
            "type": "0",
            "bed_level_upstream": -2.15,
            "bed_level_downstream": -1.7,
            "width": 1.1,
            "length": 13.1,
            "height": null,
            "material": 0,
            "shape": 2,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/4887/",
            "id": 4887,
            "code": "KDU-Q-5717",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.731078046097847,
                        52.78411229459682,
                        0.0
                    ],
                    [
                        4.731208816257105,
                        52.784065275706936,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:45.959287Z",
            "created": "2014-08-08T08:14:13.063533Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.0,
            "length": 10.26,
            "height": null,
            "material": 0,
            "shape": 0,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/5712/",
            "id": 5712,
            "code": "KDU-Q-30382",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.876495477252581,
                        52.59985420305859,
                        0.0
                    ],
                    [
                        4.876266768269775,
                        52.599912805562276,
                        0.0
                    ],
                    [
                        4.875896856146738,
                        52.600007594063506,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:46.416139Z",
            "created": "2014-08-08T08:14:21.725249Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.0,
            "length": 44.01,
            "height": null,
            "material": 0,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/5757/",
            "id": 5757,
            "code": "KDU-Q-695",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.840231254613114,
                        52.719298910796276,
                        0.0
                    ],
                    [
                        4.840216513017709,
                        52.71943555377302,
                        0.0
                    ],
                    [
                        4.840201334361256,
                        52.71957638269122,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:40.726692Z",
            "created": "2014-08-08T08:14:22.119644Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -3.04,
            "bed_level_downstream": -1.61,
            "width": 0.5,
            "length": 29.2,
            "height": null,
            "material": 20,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/5768/",
            "id": 5768,
            "code": "KDU-Q-719",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.717262919735288,
                        52.70476758102717,
                        0.0
                    ],
                    [
                        4.717798459025055,
                        52.70487251732509,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:51.968334Z",
            "created": "2014-08-08T08:14:22.203226Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -2.12,
            "bed_level_downstream": -1.05,
            "width": 0.6,
            "length": 37.0,
            "height": null,
            "material": 3,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/5769/",
            "id": 5769,
            "code": "KDU-Q-721",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.756573655739822,
                        52.6406150412541,
                        0.0
                    ],
                    [
                        4.756777489877745,
                        52.64083379367089,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:45.837927Z",
            "created": "2014-08-08T08:14:22.210409Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -2.6,
            "bed_level_downstream": -1.97,
            "width": 1.0,
            "length": 27.0,
            "height": null,
            "material": 3,
            "shape": 2,
            "description": "Landmeters HHNK"
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/5770/",
            "id": 5770,
            "code": "KDU-Q-723",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.777437584888376,
                        52.639483900184054,
                        0.0
                    ],
                    [
                        4.77759149634218,
                        52.640236733547525,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:42.717687Z",
            "created": "2014-08-08T08:14:22.217803Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -1.71,
            "bed_level_downstream": -1.71,
            "width": 0.6,
            "length": 83.0,
            "height": null,
            "material": 3,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/5772/",
            "id": 5772,
            "code": "KDU-Q-728",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.756390629285808,
                        52.64067013299212,
                        0.0
                    ],
                    [
                        4.756320560856807,
                        52.640650240915015,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-08-08T08:14:22.232110Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": -1.66,
            "width": 0.6,
            "length": 5.0,
            "height": null,
            "material": 3,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/7357/",
            "id": 7357,
            "code": "KDU-Q-28022",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.949252907337436,
                        52.59376479352268,
                        0.0
                    ],
                    [
                        4.949006715516874,
                        52.593788376181344,
                        0.0
                    ],
                    [
                        4.948807327406296,
                        52.593803916667135,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:54.221631Z",
            "created": "2014-08-08T08:14:38.792098Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e2e3f2c6-acf5-4177-baab-f99f6387cf20/"
            ],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.45,
            "length": 33.0,
            "height": null,
            "material": 22,
            "shape": 1,
            "description": ""
        }
    ]
}