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=11
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=12",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=10",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29125/?format=api",
            "id": 29125,
            "code": "21200752",
            "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.391233226783005,
                        52.016467752324935,
                        0.0
                    ],
                    [
                        4.391276453461777,
                        52.01640732737719,
                        0.0
                    ],
                    [
                        4.391417636814422,
                        52.016221026183636,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.572637Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.43,
            "bed_level_downstream": -2.43,
            "width": 0.25,
            "length": 30.23,
            "height": 0.25,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29126/?format=api",
            "id": 29126,
            "code": "21200753",
            "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.393104331921061,
                        52.01773099515104,
                        0.0
                    ],
                    [
                        4.393104331921061,
                        52.01773099515104,
                        0.0
                    ],
                    [
                        4.39312408202739,
                        52.01770298232777,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.582986Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.34,
            "bed_level_downstream": -2.34,
            "width": 0.4,
            "length": 3.4,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29127/?format=api",
            "id": 29127,
            "code": "21200757",
            "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.393469594712108,
                        52.017933817304446,
                        0.0
                    ],
                    [
                        4.393518271034706,
                        52.017950803387585,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.593477Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.31,
            "bed_level_downstream": -2.31,
            "width": 0.2,
            "length": 3.84,
            "height": 0.2,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29128/?format=api",
            "id": 29128,
            "code": "21200758",
            "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.392431501450356,
                        52.014773004262054,
                        0.0
                    ],
                    [
                        4.392489487669146,
                        52.01469460033127,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.604113Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.31,
            "bed_level_downstream": -2.31,
            "width": 0.35,
            "length": 9.59,
            "height": 0.35,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29129/?format=api",
            "id": 29129,
            "code": "21200761",
            "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.392670388098168,
                        52.01440910122361,
                        0.0
                    ],
                    [
                        4.392728308477061,
                        52.01430211250375,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.614646Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.33,
            "bed_level_downstream": -2.33,
            "width": 0.5,
            "length": 12.55,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29130/?format=api",
            "id": 29130,
            "code": "21200768",
            "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.395598222738311,
                        52.01380892468647,
                        0.0
                    ],
                    [
                        4.395672272690117,
                        52.01369813337503,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.625813Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.27,
            "bed_level_downstream": -3.27,
            "width": 2.4,
            "length": 13.33,
            "height": 2.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29131/?format=api",
            "id": 29131,
            "code": "21200772",
            "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.396244582245868,
                        52.01384301498483,
                        0.0
                    ],
                    [
                        4.396412674413354,
                        52.01389710383149,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.636778Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.53,
            "bed_level_downstream": -2.53,
            "width": 0.8,
            "length": 13.01,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29132/?format=api",
            "id": 29132,
            "code": "21200774",
            "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.395891566295171,
                        52.01526243424751,
                        0.0
                    ],
                    [
                        4.395964013084493,
                        52.01528545319111,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.647542Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.56,
            "bed_level_downstream": -2.56,
            "width": 0.8,
            "length": 5.59,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29133/?format=api",
            "id": 29133,
            "code": "21200775",
            "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.393765816312046,
                        52.016766257103875,
                        0.0
                    ],
                    [
                        4.394029939818764,
                        52.016860961698505,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.658238Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": null,
            "length": 20.97,
            "height": null,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29134/?format=api",
            "id": 29134,
            "code": "21200784",
            "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.400384914577849,
                        52.01424076226696,
                        0.0
                    ],
                    [
                        4.400499146476603,
                        52.01410939711506,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.669616Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.42,
            "bed_level_downstream": -2.42,
            "width": 0.5,
            "length": 16.59,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}