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=4
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=5",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/10402/?format=api",
            "id": 10402,
            "code": "KDU-Q-722",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.766802052863436,
                        52.64146813821284,
                        0.0
                    ],
                    [
                        4.766799241953166,
                        52.64182152938775,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:46.198236Z",
            "created": "2014-08-08T08:15:09.999908Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -2.39,
            "bed_level_downstream": -2.39,
            "width": 0.8,
            "length": 38.0,
            "height": null,
            "material": 3,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/10406/?format=api",
            "id": 10406,
            "code": "KDU-Q-729",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.765138424016301,
                        52.62417634932903,
                        0.0
                    ],
                    [
                        4.765394864414351,
                        52.62437385663383,
                        0.0
                    ],
                    [
                        4.765652066900275,
                        52.624571942538765,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:55.622060Z",
            "created": "2014-08-08T08:15:10.044703Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.5,
            "length": 57.0,
            "height": null,
            "material": 3,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/10882/?format=api",
            "id": 10882,
            "code": "KDU-Q-28027",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.850909186044413,
                        52.55334020839777,
                        0.0
                    ],
                    [
                        4.851174378131692,
                        52.55328594463917,
                        0.0
                    ],
                    [
                        4.851377887268496,
                        52.55324429886662,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:48.085854Z",
            "created": "2014-08-08T08:15:14.666528Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -4.51,
            "bed_level_downstream": -1.03,
            "width": 0.5,
            "length": 30.9,
            "height": null,
            "material": 22,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/10901/?format=api",
            "id": 10901,
            "code": "KDU-Q-28084",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        5.052750279295783,
                        52.469172984210935,
                        0.0
                    ],
                    [
                        5.052599342048843,
                        52.46903568866419,
                        0.0
                    ],
                    [
                        5.052491736699027,
                        52.468936460214586,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:46.529412Z",
            "created": "2014-08-08T08:15:14.801730Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.0,
            "length": 31.65,
            "height": null,
            "material": 21,
            "shape": 99,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/10910/?format=api",
            "id": 10910,
            "code": "KDU-Q-28114",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.908094778959715,
                        52.482992827267154,
                        0.0
                    ],
                    [
                        4.908072503523583,
                        52.48296181133525,
                        0.0
                    ],
                    [
                        4.908039971855549,
                        52.482905948492686,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:38.813053Z",
            "created": "2014-08-08T08:15:14.867501Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -2.23,
            "bed_level_downstream": -2.23,
            "width": 0.8,
            "length": 10.0,
            "height": null,
            "material": 3,
            "shape": 1,
            "description": "inlaat, noord-oosthoek polder Oostzaan. Meetopdracht legger primair 2007. BOK be.str. niet te meten. Zelfde BOK-maat ingevuld als BOK bo.str."
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/11072/?format=api",
            "id": 11072,
            "code": "KDU-Q-28179",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.994388178660492,
                        52.572324071028646,
                        0.0
                    ],
                    [
                        4.994261895843798,
                        52.57242186621987,
                        0.0
                    ],
                    [
                        4.994024776074581,
                        52.572605500333275,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:36.061217Z",
            "created": "2014-08-08T08:15:16.073690Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.75,
            "length": 50.0,
            "height": null,
            "material": 0,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/11091/?format=api",
            "id": 11091,
            "code": "KDU-Q-3520",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.697205730458806,
                        52.73368453777503,
                        0.0
                    ],
                    [
                        4.697268573488995,
                        52.73393348517056,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:42.818972Z",
            "created": "2014-08-08T08:15:16.224724Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -1.7,
            "bed_level_downstream": -1.1,
            "width": 0.4,
            "length": 23.5,
            "height": null,
            "material": 0,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/11675/?format=api",
            "id": 11675,
            "code": "KDU-A-1809",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.833914229758868,
                        52.87814719290783,
                        0.0
                    ],
                    [
                        4.833883081718076,
                        52.87811426522255,
                        0.0
                    ],
                    [
                        4.83385332623164,
                        52.87808280880836,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-08-08T08:15:20.655786Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.0,
            "length": 8.26,
            "height": null,
            "material": 0,
            "shape": 0,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/12770/?format=api",
            "id": 12770,
            "code": "KDU-Q-17018",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.940562201496929,
                        52.70087059835,
                        0.0
                    ],
                    [
                        4.940614026207051,
                        52.70095778706003,
                        0.0
                    ],
                    [
                        4.940688251034368,
                        52.701082652437556,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-08-08T08:15:29.016882Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.0,
            "length": 24.0,
            "height": null,
            "material": 0,
            "shape": 99,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/13073/?format=api",
            "id": 13073,
            "code": "KDU-Q-31815",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        5.108950030031434,
                        52.635336949095446,
                        0.0
                    ],
                    [
                        5.108995713994799,
                        52.63528871443935,
                        0.0
                    ],
                    [
                        5.109007505296893,
                        52.63527649262443,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-08-08T08:15:31.347057Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.0,
            "length": 7.77,
            "height": null,
            "material": 0,
            "shape": 0,
            "description": ""
        }
    ]
}