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=1407
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=1408",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1406",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43085/?format=api",
            "id": 43085,
            "code": "10207119",
            "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.287421644290061,
                        51.91909596390755,
                        0.0
                    ],
                    [
                        4.287473242384403,
                        51.91912895980717,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.606616Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.43,
            "bed_level_downstream": -3.43,
            "width": 0.4,
            "length": 5.11,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43086/?format=api",
            "id": 43086,
            "code": "10207120",
            "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.287732821780105,
                        51.91891412507895,
                        0.0
                    ],
                    [
                        4.287783240019015,
                        51.918946624401684,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.622331Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.45,
            "bed_level_downstream": -3.45,
            "width": 0.4,
            "length": 5.01,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43087/?format=api",
            "id": 43087,
            "code": "10409119",
            "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.276670291863444,
                        51.95007719536692,
                        0.0
                    ],
                    [
                        4.276975437454029,
                        51.950125677755814,
                        0.0
                    ],
                    [
                        4.277521996965476,
                        51.95019393030483,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.638589Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.68,
            "bed_level_downstream": -2.55,
            "width": 0.6,
            "length": 60.0,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43088/?format=api",
            "id": 43088,
            "code": "21520383",
            "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.400807482664367,
                        52.03809352008956,
                        0.0
                    ],
                    [
                        4.401273405337293,
                        52.03793819669916,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.655907Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.34,
            "bed_level_downstream": -3.34,
            "width": 2.65,
            "length": 36.34,
            "height": 1.25,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43089/?format=api",
            "id": 43089,
            "code": "21210141",
            "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.414956486466958,
                        52.015884886556634,
                        0.0
                    ],
                    [
                        4.415190354310663,
                        52.015545487497725,
                        0.0
                    ],
                    [
                        4.415190354310663,
                        52.015545487497725,
                        0.0
                    ],
                    [
                        4.415190354310663,
                        52.015545487497725,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.678764Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.45,
            "bed_level_downstream": -2.45,
            "width": 0.4,
            "length": 40.66,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43090/?format=api",
            "id": 43090,
            "code": "21886287",
            "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.395417286416908,
                        52.07412567486222,
                        0.0
                    ],
                    [
                        4.394295829605528,
                        52.073760887768955,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.703072Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.36,
            "bed_level_downstream": -5.46,
            "width": 0.7,
            "length": 86.24,
            "height": 0.7,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43091/?format=api",
            "id": 43091,
            "code": "22107449",
            "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.409518963100308,
                        52.00983391377749,
                        0.0
                    ],
                    [
                        4.409541873331682,
                        52.00983134454519,
                        0.0
                    ],
                    [
                        4.409932773296497,
                        52.009244572393456,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.718532Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 1.25,
            "length": 72.19,
            "height": 1.25,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43092/?format=api",
            "id": 43092,
            "code": "20821079",
            "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.362548287692085,
                        51.99161462035774,
                        0.0
                    ],
                    [
                        4.36283252038839,
                        51.99138888795166,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.731182Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.45,
            "bed_level_downstream": -3.45,
            "width": 2.25,
            "length": 31.81,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43093/?format=api",
            "id": 43093,
            "code": "B9882",
            "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.164846042590487,
                        52.010970778171476,
                        0.0
                    ],
                    [
                        4.165723949622124,
                        52.01125354526333,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.746021Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -0.86,
            "bed_level_downstream": -0.86,
            "width": 1.2,
            "length": 67.99,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43094/?format=api",
            "id": 43094,
            "code": "20821082",
            "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.354166493489998,
                        51.978662799827205,
                        0.0
                    ],
                    [
                        4.354277769187997,
                        51.97868453205634,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.759532Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.21,
            "bed_level_downstream": -3.21,
            "width": 0.6,
            "length": 8.02,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}