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=7
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=8",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=6",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/25118/?format=api",
            "id": 25118,
            "code": "KDU-Q-11880",
            "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.171122772213697,
                        52.63139255265871,
                        0.0
                    ],
                    [
                        5.170532799170675,
                        52.63166467753822,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:41.339353Z",
            "created": "2014-08-08T08:17:29.933478Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.0,
            "length": 50.13,
            "height": null,
            "material": 0,
            "shape": 0,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/25666/?format=api",
            "id": 25666,
            "code": "KDU-A-2917",
            "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.720951189763172,
                        52.70485740289762,
                        0.0
                    ],
                    [
                        4.720972982827901,
                        52.704803817667695,
                        0.0
                    ],
                    [
                        4.720998648504461,
                        52.70474072772846,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-08-08T08:17:36.314719Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.5,
            "length": 13.37,
            "height": null,
            "material": 0,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/26566/?format=api",
            "id": 26566,
            "code": "KDU-T-162",
            "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.718095997038168,
                        52.70442203759335,
                        0.0
                    ],
                    [
                        4.718108275006061,
                        52.704407619320015,
                        0.0
                    ],
                    [
                        4.718121592520947,
                        52.70439197564878,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:37.398346Z",
            "created": "2014-08-08T08:17:45.165877Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f16e071d-5cea-463c-9ffc-255824cc39a6/?format=api"
            ],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.0,
            "length": 3.77,
            "height": null,
            "material": 0,
            "shape": 1,
            "description": "ontheffing 11.16248"
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29088/?format=api",
            "id": 29088,
            "code": "22100256",
            "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.391489247451327,
                        51.99429751038461,
                        0.0
                    ],
                    [
                        4.391508567507588,
                        51.994184172999205,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:31:59.990969Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.68,
            "bed_level_downstream": -3.68,
            "width": 0.84,
            "length": 12.68,
            "height": 0.84,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29089/?format=api",
            "id": 29089,
            "code": "22100257",
            "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.400724846078498,
                        52.00228403725052,
                        0.0
                    ],
                    [
                        4.40076201537468,
                        52.00223823665757,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.151055Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.21,
            "bed_level_downstream": -3.21,
            "width": 0.3,
            "length": 5.7,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29090/?format=api",
            "id": 29090,
            "code": "22100258",
            "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.401010720820555,
                        52.0018773114538,
                        0.0
                    ],
                    [
                        4.401041256868123,
                        52.00183113159441,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.162116Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.43,
            "bed_level_downstream": -3.43,
            "width": 0.6,
            "length": 5.55,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29091/?format=api",
            "id": 29091,
            "code": "22100285",
            "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.376597779101523,
                        51.98736937305702,
                        0.0
                    ],
                    [
                        4.376616911584434,
                        51.98734213961707,
                        0.0
                    ],
                    [
                        4.376672759586327,
                        51.98726910912315,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.173353Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.29,
            "bed_level_downstream": -3.29,
            "width": 1.25,
            "length": 12.29,
            "height": 1.25,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29092/?format=api",
            "id": 29092,
            "code": "21301098",
            "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.470409224829273,
                        52.03728670390504,
                        0.0
                    ],
                    [
                        4.470430226746773,
                        52.03720389667264,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.184599Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.04,
            "bed_level_downstream": -5.04,
            "width": 0.5,
            "length": 8.61,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29093/?format=api",
            "id": 29093,
            "code": "21301127",
            "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.422734882747591,
                        52.02075240159233,
                        0.0
                    ],
                    [
                        4.423116987216312,
                        52.02034060533321,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.196043Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.37,
            "bed_level_downstream": -3.37,
            "width": 1.0,
            "length": 52.79,
            "height": null,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29094/?format=api",
            "id": 29094,
            "code": "21301204",
            "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.434222766588185,
                        52.015303404020564,
                        0.0
                    ],
                    [
                        4.434347172737417,
                        52.01510964469021,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.207243Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.33,
            "bed_level_downstream": -3.33,
            "width": null,
            "length": 23.19,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}