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=19
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=20",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=18",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29205/?format=api",
            "id": 29205,
            "code": "21700520",
            "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.421516946106149,
                        51.95909404483536,
                        0.0
                    ],
                    [
                        4.421528873162155,
                        51.959083182007646,
                        0.0
                    ],
                    [
                        4.42155788770059,
                        51.95905600454044,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.436484Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.97,
            "bed_level_downstream": -5.97,
            "width": 0.45,
            "length": 5.08,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29206/?format=api",
            "id": 29206,
            "code": "21700521",
            "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.420158002213642,
                        51.96036272107067,
                        0.0
                    ],
                    [
                        4.42018816259808,
                        51.960335112909384,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.448087Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.93,
            "bed_level_downstream": -5.93,
            "width": 0.65,
            "length": 3.71,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29207/?format=api",
            "id": 29207,
            "code": "21700523",
            "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.418958881045861,
                        51.96148160916306,
                        0.0
                    ],
                    [
                        4.418992030426367,
                        51.96145176074516,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.459783Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.87,
            "bed_level_downstream": -5.87,
            "width": 0.35,
            "length": 3.39,
            "height": 0.65,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29208/?format=api",
            "id": 29208,
            "code": "21700528",
            "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.421772197413698,
                        51.95891014166384,
                        0.0
                    ],
                    [
                        4.421823423442565,
                        51.958938013809174,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.471155Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.75,
            "bed_level_downstream": -5.75,
            "width": 0.3,
            "length": 4.69,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29209/?format=api",
            "id": 29209,
            "code": "21700540",
            "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.431485952114764,
                        51.957046022423214,
                        0.0
                    ],
                    [
                        4.431535276808718,
                        51.95706497601461,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.482378Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.52,
            "bed_level_downstream": -5.52,
            "width": 0.1,
            "length": 3.99,
            "height": 0.1,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29210/?format=api",
            "id": 29210,
            "code": "21700541",
            "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.431780992717441,
                        51.956743036073696,
                        0.0
                    ],
                    [
                        4.431840481905586,
                        51.95676769007977,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.493685Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.54,
            "bed_level_downstream": -5.54,
            "width": 0.4,
            "length": 4.92,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29211/?format=api",
            "id": 29211,
            "code": "21700545",
            "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.429081013220195,
                        51.96545846959373,
                        0.0
                    ],
                    [
                        4.429155796696251,
                        51.96548697977992,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.505744Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.74,
            "bed_level_downstream": -5.74,
            "width": 0.08,
            "length": 6.04,
            "height": 0.08,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29212/?format=api",
            "id": 29212,
            "code": "21700551",
            "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.430092332947957,
                        51.96452182528482,
                        0.0
                    ],
                    [
                        4.430162069003879,
                        51.96454952073613,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.518192Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -6.0,
            "bed_level_downstream": -6.0,
            "width": 0.3,
            "length": 5.7,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29213/?format=api",
            "id": 29213,
            "code": "21700553",
            "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.430422245658584,
                        51.96421443396999,
                        0.0
                    ],
                    [
                        4.430496342452226,
                        51.964240286052394,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.530024Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.75,
            "bed_level_downstream": -5.75,
            "width": 0.3,
            "length": 5.85,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29214/?format=api",
            "id": 29214,
            "code": "21700564",
            "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.432412400426085,
                        51.962353362630296,
                        0.0
                    ],
                    [
                        4.432505593520829,
                        51.96239116170651,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.546704Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.79,
            "bed_level_downstream": -5.79,
            "width": 0.15,
            "length": 7.66,
            "height": 0.15,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}