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=8
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=9",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29095/?format=api",
            "id": 29095,
            "code": "21301205",
            "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.429697250482087,
                        52.015323505903254,
                        0.0
                    ],
                    [
                        4.429741526967755,
                        52.015244864614125,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.218643Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.52,
            "bed_level_downstream": -2.52,
            "width": null,
            "length": 9.26,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29096/?format=api",
            "id": 29096,
            "code": "21301214",
            "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.421912668513677,
                        52.016650170099474,
                        0.0
                    ],
                    [
                        4.421891929200964,
                        52.01671346909188,
                        0.0
                    ],
                    [
                        4.422220102828114,
                        52.01678954334517,
                        0.0
                    ],
                    [
                        4.42224940232546,
                        52.01678816155717,
                        0.0
                    ],
                    [
                        4.422287812318007,
                        52.0167863500996,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.229672Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": null,
            "length": 35.91,
            "height": 0.7,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29097/?format=api",
            "id": 29097,
            "code": "21301225",
            "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.421596313809822,
                        52.02196788269771,
                        0.0
                    ],
                    [
                        4.422130569728546,
                        52.02139614362523,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.240720Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.35,
            "bed_level_downstream": -3.35,
            "width": null,
            "length": 73.43,
            "height": 0.7,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29098/?format=api",
            "id": 29098,
            "code": "21301228",
            "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.422130569728546,
                        52.02139614362523,
                        0.0
                    ],
                    [
                        4.422257456591506,
                        52.02126903224245,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.252811Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.43,
            "bed_level_downstream": -3.43,
            "width": null,
            "length": 16.61,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29099/?format=api",
            "id": 29099,
            "code": "21301237",
            "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.423674664294047,
                        52.02354262068329,
                        0.0
                    ],
                    [
                        4.423630086920502,
                        52.02359778483085,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.264716Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.88,
            "bed_level_downstream": -2.88,
            "width": null,
            "length": 6.38,
            "height": 0.15,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29100/?format=api",
            "id": 29100,
            "code": "21301249",
            "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.424637172990482,
                        52.02351640921592,
                        0.0
                    ],
                    [
                        4.42468772966659,
                        52.023462288325014,
                        0.0
                    ],
                    [
                        4.424723506932938,
                        52.02342399247976,
                        0.0
                    ],
                    [
                        4.424796507763887,
                        52.02334585754101,
                        0.0
                    ],
                    [
                        4.424769127836195,
                        52.02326455593862,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.276702Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.74,
            "bed_level_downstream": -2.74,
            "width": null,
            "length": 31.14,
            "height": 0.38,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29101/?format=api",
            "id": 29101,
            "code": "21301254",
            "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.424857241776043,
                        52.023148926941964,
                        0.0
                    ],
                    [
                        4.424894201120989,
                        52.023101705973275,
                        0.0
                    ],
                    [
                        4.424935624541469,
                        52.02304879570044,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.290488Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.79,
            "bed_level_downstream": -2.79,
            "width": null,
            "length": 12.37,
            "height": 0.38,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29102/?format=api",
            "id": 29102,
            "code": "21301259",
            "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.42506070407412,
                        52.02306676163091,
                        0.0
                    ],
                    [
                        4.425302102144605,
                        52.023056752345276,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.301922Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.76,
            "bed_level_downstream": -2.76,
            "width": null,
            "length": 16.61,
            "height": 0.38,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29103/?format=api",
            "id": 29103,
            "code": "21301260",
            "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.425701409029504,
                        52.022712224762,
                        0.0
                    ],
                    [
                        4.425815164934592,
                        52.022658979084866,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.313891Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.69,
            "bed_level_downstream": -2.69,
            "width": null,
            "length": 9.8,
            "height": 0.38,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29104/?format=api",
            "id": 29104,
            "code": "21301268",
            "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.426511303850785,
                        52.022361896649926,
                        0.0
                    ],
                    [
                        4.426582408240144,
                        52.022331214287675,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.326066Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.8,
            "bed_level_downstream": -2.8,
            "width": null,
            "length": 5.96,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}