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=18
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=19",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=17",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29195/?format=api",
            "id": 29195,
            "code": "21202068",
            "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.379748196190604,
                        52.01188304988579,
                        0.0
                    ],
                    [
                        4.379290788609809,
                        52.012345972906004,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.321000Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.48,
            "bed_level_downstream": -2.16,
            "width": 0.8,
            "length": 60.32,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29196/?format=api",
            "id": 29196,
            "code": "21202100",
            "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.380686376258174,
                        52.010222946832116,
                        0.0
                    ],
                    [
                        4.380752791820585,
                        52.01013566784689,
                        0.0
                    ],
                    [
                        4.380888054324112,
                        52.009962424930784,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.331900Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.11,
            "bed_level_downstream": -1.11,
            "width": 0.3,
            "length": 32.12,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29197/?format=api",
            "id": 29197,
            "code": "21202108",
            "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.383740094488664,
                        52.00847849200773,
                        0.0
                    ],
                    [
                        4.383829833034642,
                        52.00850455135149,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.342662Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.79,
            "bed_level_downstream": -1.79,
            "width": 0.22,
            "length": 6.81,
            "height": 0.22,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29198/?format=api",
            "id": 29198,
            "code": "21202111",
            "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.383709064211533,
                        52.007801438656614,
                        0.0
                    ],
                    [
                        4.384082495211723,
                        52.00790616767682,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.354995Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.81,
            "bed_level_downstream": -1.81,
            "width": 0.3,
            "length": 28.16,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29199/?format=api",
            "id": 29199,
            "code": "21202116",
            "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.387442431766602,
                        52.00847259652663,
                        0.0
                    ],
                    [
                        4.387631697685609,
                        52.008406289606405,
                        0.0
                    ],
                    [
                        4.387672341091245,
                        52.00839205063797,
                        0.0
                    ],
                    [
                        4.387709266622416,
                        52.00838364710351,
                        0.0
                    ],
                    [
                        4.387964041780656,
                        52.008325664818116,
                        0.0
                    ],
                    [
                        4.387992323631284,
                        52.008282093854966,
                        0.0
                    ],
                    [
                        4.388034482439123,
                        52.00821713964954,
                        0.0
                    ],
                    [
                        4.388209105362784,
                        52.007948061176336,
                        0.0
                    ],
                    [
                        4.388275005432022,
                        52.007846499545586,
                        0.0
                    ],
                    [
                        4.388325280100491,
                        52.00776699844319,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.366861Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.26,
            "bed_level_downstream": -2.26,
            "width": 0.5,
            "length": 106.42,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29200/?format=api",
            "id": 29200,
            "code": "21202125",
            "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.387553772033685,
                        52.00838049987962,
                        0.0
                    ],
                    [
                        4.387672341091245,
                        52.00839205063797,
                        0.0
                    ],
                    [
                        4.387879481555697,
                        52.00845859131691,
                        0.0
                    ],
                    [
                        4.387997463515922,
                        52.00849649171463,
                        0.0
                    ],
                    [
                        4.388105464165907,
                        52.00853326457368,
                        0.0
                    ],
                    [
                        4.38821157106592,
                        52.00856940103656,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.379168Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.26,
            "bed_level_downstream": -2.26,
            "width": 0.5,
            "length": 50.2,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29201/?format=api",
            "id": 29201,
            "code": "21202130",
            "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.388841176270895,
                        52.008789690666895,
                        0.0
                    ],
                    [
                        4.389064556788905,
                        52.00884988611374,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.390709Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.19,
            "length": 16.74,
            "height": 0.19,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29202/?format=api",
            "id": 29202,
            "code": "21202133",
            "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.38914162809278,
                        52.008870656452494,
                        0.0
                    ],
                    [
                        4.389204003193625,
                        52.00888747293181,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.401739Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.67,
            "bed_level_downstream": -1.67,
            "width": 0.19,
            "length": 4.67,
            "height": 0.19,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29203/?format=api",
            "id": 29203,
            "code": "21700518",
            "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.423475722902045,
                        51.957275827726924,
                        0.0
                    ],
                    [
                        4.423509007191867,
                        51.95724279713978,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.413405Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.6,
            "bed_level_downstream": -5.6,
            "width": 0.3,
            "length": 4.33,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29204/?format=api",
            "id": 29204,
            "code": "21700519",
            "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.422627538202592,
                        51.958060244089445,
                        0.0
                    ],
                    [
                        4.422664378049204,
                        51.95802430357711,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.425031Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": null,
            "length": 4.73,
            "height": null,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}