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=3
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=4",
    "previous": "https://demo.lizard.net/api/v4/culverts/?page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/8493/",
            "id": 8493,
            "code": "KDU-Q-15007",
            "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": [
                    [
                        5.124328522497965,
                        52.630331660257404,
                        0.0
                    ],
                    [
                        5.124417652059285,
                        52.63036524425964,
                        0.0
                    ],
                    [
                        5.124561588946703,
                        52.63041947574924,
                        0.0
                    ],
                    [
                        5.124736179376474,
                        52.63048526021364,
                        0.0
                    ],
                    [
                        5.1247971174056,
                        52.63050822188288,
                        0.0
                    ],
                    [
                        5.124886660333686,
                        52.6305419592234,
                        0.0
                    ],
                    [
                        5.125864125570176,
                        52.63091022704439,
                        0.0
                    ],
                    [
                        5.125957870306139,
                        52.63094554554505,
                        0.0
                    ],
                    [
                        5.126163487358951,
                        52.63102300736151,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:55.683926Z",
            "created": "2014-08-08T08:14:50.925887Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -1.0,
            "bed_level_downstream": -1.7,
            "width": 0.6,
            "length": 143.0,
            "height": null,
            "material": 0,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/9203/",
            "id": 9203,
            "code": "KDU-Q-10253",
            "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": [
                    [
                        5.151031267384404,
                        52.62375453523871,
                        0.0
                    ],
                    [
                        5.151019713227009,
                        52.623981409490575,
                        0.0
                    ],
                    [
                        5.151019317352751,
                        52.62398913760619,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-08-08T08:14:58.197405Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -1.94,
            "bed_level_downstream": -2.36,
            "width": 0.5,
            "length": 14.5,
            "height": null,
            "material": 0,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/9303/",
            "id": 9303,
            "code": "KDU-Q-1783",
            "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.813620198522296,
                        53.031228306283325,
                        0.0
                    ],
                    [
                        4.813693306346043,
                        53.031245883332296,
                        0.0
                    ],
                    [
                        4.813765017496217,
                        53.031263121152044,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-08-08T08:14:59.247424Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -2.65,
            "bed_level_downstream": -2.65,
            "width": 2.0,
            "length": 9.6,
            "height": null,
            "material": 3,
            "shape": 2,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/9489/",
            "id": 9489,
            "code": "KDU-Q-1871",
            "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.770103168898552,
                        52.8788712506467,
                        0.0
                    ],
                    [
                        4.770170503573532,
                        52.87885446108593,
                        0.0
                    ],
                    [
                        4.770299240039484,
                        52.878818137207695,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-08-08T08:15:01.331618Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -1.94,
            "bed_level_downstream": -1.93,
            "width": 2.5,
            "length": 14.2,
            "height": null,
            "material": 3,
            "shape": 2,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/9524/",
            "id": 9524,
            "code": "KDU-Q-1958",
            "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.903698420146157,
                        52.79263934235517,
                        0.0
                    ],
                    [
                        4.903768290929794,
                        52.792905303035454,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:57.684301Z",
            "created": "2014-08-08T08:15:01.717634Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -1.5,
            "bed_level_downstream": -3.8,
            "width": 0.5,
            "length": 36.5,
            "height": null,
            "material": 0,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/9611/",
            "id": 9611,
            "code": "KDU-Q-13384",
            "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.869386113183538,
                        52.64681773343248,
                        0.0
                    ],
                    [
                        4.869482043447023,
                        52.64691273209095,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:46.258729Z",
            "created": "2014-08-08T08:15:02.636739Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -1.42,
            "bed_level_downstream": -1.33,
            "width": 0.3,
            "length": 13.3,
            "height": null,
            "material": 0,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/10240/",
            "id": 10240,
            "code": "KDU-Q-688",
            "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.831389592496416,
                        52.783795913168774,
                        0.0
                    ],
                    [
                        4.831439023003209,
                        52.78369785409626,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:36.109536Z",
            "created": "2014-08-08T08:15:08.287149Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.0,
            "length": 11.41,
            "height": null,
            "material": 13,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/10388/",
            "id": 10388,
            "code": "KDU-Q-696",
            "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.885555383059748,
                        52.709771078015116,
                        0.0
                    ],
                    [
                        4.885565947304649,
                        52.709618298200205,
                        0.0
                    ],
                    [
                        4.88557663639921,
                        52.7094636496038,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:38.891972Z",
            "created": "2014-08-08T08:15:09.819011Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -2.6,
            "bed_level_downstream": -2.6,
            "width": 0.35,
            "length": 38.5,
            "height": null,
            "material": 3,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/10395/",
            "id": 10395,
            "code": "KDU-Q-709",
            "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.865701921370314,
                        52.725839829171385,
                        0.0
                    ],
                    [
                        4.865536952604007,
                        52.72597141318406,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:45.390478Z",
            "created": "2014-08-08T08:15:09.914624Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -3.48,
            "bed_level_downstream": -2.3,
            "width": 0.5,
            "length": 18.5,
            "height": null,
            "material": 3,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/10400/",
            "id": 10400,
            "code": "KDU-Q-718",
            "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.703011653037868,
                        52.7323892669299,
                        0.0
                    ],
                    [
                        4.703507639429262,
                        52.732591215847926,
                        0.0
                    ],
                    [
                        4.704076474494329,
                        52.73255900827838,
                        0.0
                    ],
                    [
                        4.704128189449177,
                        52.732556078564244,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:55.564157Z",
            "created": "2014-08-08T08:15:09.976313Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 4.0,
            "length": 60.0,
            "height": null,
            "material": 3,
            "shape": 2,
            "description": ""
        }
    ]
}