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=1440
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=1441",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1439",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43415/?format=api",
            "id": 43415,
            "code": "10610060",
            "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.296574682399927,
                        51.9461047333407,
                        0.0
                    ],
                    [
                        4.296655037652389,
                        51.9461260812588,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.154339Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.6,
            "bed_level_downstream": -3.6,
            "width": 0.6,
            "length": 4.97,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43416/?format=api",
            "id": 43416,
            "code": "22107464",
            "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.399895825576133,
                        52.01035641466401,
                        0.0
                    ],
                    [
                        4.400108630222326,
                        52.01030455486523,
                        0.0
                    ],
                    [
                        4.400142708831701,
                        52.0102916182582,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.169141Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -0.3,
            "bed_level_downstream": -1.87,
            "width": null,
            "length": 18.46,
            "height": null,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43417/?format=api",
            "id": 43417,
            "code": "21886298",
            "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.404843892268016,
                        52.065938426496615,
                        0.0
                    ],
                    [
                        4.404782046596369,
                        52.065881659906566,
                        0.0
                    ],
                    [
                        4.404641329588204,
                        52.065752470244256,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.189799Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.64,
            "bed_level_downstream": -2.64,
            "width": 1.5,
            "length": 24.92,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43418/?format=api",
            "id": 43418,
            "code": "22107458",
            "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.431796602642009,
                        52.00389921862866,
                        0.0
                    ],
                    [
                        4.431923531869195,
                        52.00386285602292,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.205331Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.82,
            "bed_level_downstream": -3.82,
            "width": 0.8,
            "length": 9.61,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43419/?format=api",
            "id": 43419,
            "code": "B9907",
            "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.208503762720885,
                        52.04268773923268,
                        0.0
                    ],
                    [
                        4.208534031165986,
                        52.042624373718795,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.225480Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -0.69,
            "bed_level_downstream": -0.69,
            "width": 0.4,
            "length": 7.35,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43420/?format=api",
            "id": 43420,
            "code": "306802",
            "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.141172955400237,
                        51.994352457552566,
                        0.0
                    ],
                    [
                        4.141179008494824,
                        51.99434895298957,
                        0.0
                    ],
                    [
                        4.14164505384128,
                        51.99407949578408,
                        0.0
                    ],
                    [
                        4.14164967134315,
                        51.99407682097363,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.249595Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": 0.45,
            "bed_level_downstream": 0.2,
            "width": 0.32,
            "length": 44.86,
            "height": 0.32,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43421/?format=api",
            "id": 43421,
            "code": "31204078",
            "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.219352751286866,
                        51.98849361675746,
                        0.0
                    ],
                    [
                        4.219789729288291,
                        51.988437035102336,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.264951Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -0.7,
            "bed_level_downstream": -0.66,
            "width": 0.8,
            "length": 30.67,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43422/?format=api",
            "id": 43422,
            "code": "B9904",
            "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.197276098563404,
                        51.96803362656494,
                        0.0
                    ],
                    [
                        4.197326130809794,
                        51.96805176919754,
                        0.0
                    ],
                    [
                        4.197472587617749,
                        51.9681046230232,
                        0.0
                    ],
                    [
                        4.198104075127176,
                        51.9683373076954,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.278038Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.6,
            "length": 66.18,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43423/?format=api",
            "id": 43423,
            "code": "21886297",
            "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.397917464977919,
                        52.059937955576416,
                        0.0
                    ],
                    [
                        4.397720171325648,
                        52.06007288096959,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.292530Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.15,
            "length": 20.21,
            "height": 0.15,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43424/?format=api",
            "id": 43424,
            "code": "22107453",
            "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.42199652706879,
                        51.98668349026263,
                        0.0
                    ],
                    [
                        4.421941414534832,
                        51.986637204670885,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:52.306038Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.33,
            "bed_level_downstream": -5.33,
            "width": 0.6,
            "length": 6.39,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}