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=23
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=24",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=22",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29245/?format=api",
            "id": 29245,
            "code": "21700849",
            "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.403427124611642,
                        51.96515491493505,
                        0.0
                    ],
                    [
                        4.403476159674972,
                        51.96517234977875,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.965090Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.97,
            "bed_level_downstream": -2.97,
            "width": 0.08,
            "length": 3.89,
            "height": 0.08,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29246/?format=api",
            "id": 29246,
            "code": "21603613",
            "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.374201489770614,
                        51.94387167324307,
                        0.0
                    ],
                    [
                        4.374266564315535,
                        51.943810354781576,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.976064Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.17,
            "bed_level_downstream": -3.17,
            "width": 0.15,
            "length": 8.16,
            "height": 0.15,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29247/?format=api",
            "id": 29247,
            "code": "12200137",
            "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.333878427725085,
                        51.91977595719661,
                        0.0
                    ],
                    [
                        4.333926839961256,
                        51.91967841197434,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.987354Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.5,
            "bed_level_downstream": -2.53,
            "width": 0.4,
            "length": 11.35,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29248/?format=api",
            "id": 29248,
            "code": "11480201",
            "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.267864320822714,
                        51.95880294113048,
                        0.0
                    ],
                    [
                        4.267954364673614,
                        51.958731365219315,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.998969Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.12,
            "bed_level_downstream": -3.29,
            "width": 0.4,
            "length": 10.09,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29249/?format=api",
            "id": 29249,
            "code": "B9010",
            "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.259668598413703,
                        51.94773925339596,
                        0.0
                    ],
                    [
                        4.259699761581326,
                        51.94768227901471,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:02.010685Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.92,
            "bed_level_downstream": -1.9,
            "width": 3.1,
            "length": 6.07,
            "height": 2.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29250/?format=api",
            "id": 29250,
            "code": "B9618",
            "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.193494397264882,
                        52.003426294705726,
                        0.0
                    ],
                    [
                        4.193650797618321,
                        52.003532144309474,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:02.023005Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -0.93,
            "bed_level_downstream": -0.93,
            "width": 0.4,
            "length": 15.94,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29251/?format=api",
            "id": 29251,
            "code": "31204062",
            "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.223586553928912,
                        51.979034967904106,
                        0.0
                    ],
                    [
                        4.223672407607001,
                        51.978960057981304,
                        0.0
                    ],
                    [
                        4.223672407607001,
                        51.978960057981304,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:02.034588Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.84,
            "bed_level_downstream": -1.84,
            "width": 0.8,
            "length": 10.34,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29252/?format=api",
            "id": 29252,
            "code": "31204063",
            "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.222039869892625,
                        51.97867632476514,
                        0.0
                    ],
                    [
                        4.222154600042902,
                        51.97872464422322,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:02.046555Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.79,
            "bed_level_downstream": -1.79,
            "width": 0.8,
            "length": 9.54,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29253/?format=api",
            "id": 29253,
            "code": "31204064",
            "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.227503588611274,
                        51.98070140649387,
                        0.0
                    ],
                    [
                        4.22738483047271,
                        51.98065138068136,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:02.053148Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.88,
            "bed_level_downstream": -1.88,
            "width": 0.8,
            "length": 9.88,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29254/?format=api",
            "id": 29254,
            "code": "31204065",
            "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.22688158568045,
                        51.98278015693467,
                        0.0
                    ],
                    [
                        4.227135441976326,
                        51.98255558107749,
                        0.0
                    ],
                    [
                        4.227392454329378,
                        51.98232820427174,
                        0.0
                    ],
                    [
                        4.227650193699312,
                        51.9821001958641,
                        0.0
                    ],
                    [
                        4.227909182216974,
                        51.981871066601556,
                        0.0
                    ],
                    [
                        4.228168749141822,
                        51.98164142111786,
                        0.0
                    ],
                    [
                        4.228427166085412,
                        51.981412797476324,
                        0.0
                    ],
                    [
                        4.228664785413206,
                        51.98120249473016,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:02.060556Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.67,
            "bed_level_downstream": -1.67,
            "width": 0.8,
            "length": 214.06,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}