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=10
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=11",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=9",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29115/?format=api",
            "id": 29115,
            "code": "21200654",
            "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.390269468566038,
                        52.01328546206707,
                        0.0
                    ],
                    [
                        4.390352079118501,
                        52.0132933347093,
                        0.0
                    ],
                    [
                        4.390383525275109,
                        52.01330336276702,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.459107Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.04,
            "bed_level_downstream": -2.04,
            "width": 0.4,
            "length": 8.17,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29116/?format=api",
            "id": 29116,
            "code": "21200655",
            "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.387256670293531,
                        52.0134095058261,
                        0.0
                    ],
                    [
                        4.387383542192612,
                        52.01346150466683,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.469624Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.09,
            "bed_level_downstream": -2.09,
            "width": 0.4,
            "length": 10.46,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29117/?format=api",
            "id": 29117,
            "code": "21200656",
            "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.383426959827161,
                        52.01088057762335,
                        0.0
                    ],
                    [
                        4.383989864783905,
                        52.01106288618238,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.480618Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.73,
            "bed_level_downstream": -3.73,
            "width": 0.75,
            "length": 43.65,
            "height": 0.75,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29118/?format=api",
            "id": 29118,
            "code": "21200687",
            "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.386143297196876,
                        52.01048228365997,
                        0.0
                    ],
                    [
                        4.386303188649711,
                        52.01021238157181,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.491099Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.99,
            "bed_level_downstream": -3.99,
            "width": 1.0,
            "length": 31.97,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29119/?format=api",
            "id": 29119,
            "code": "21200716",
            "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.389403133698798,
                        52.01914362792296,
                        0.0
                    ],
                    [
                        4.389382283362947,
                        52.019177734143724,
                        0.0
                    ],
                    [
                        4.389350186468413,
                        52.01923077413525,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.501931Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.23,
            "bed_level_downstream": -2.23,
            "width": 0.3,
            "length": 10.35,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29120/?format=api",
            "id": 29120,
            "code": "21200719",
            "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.389507201653078,
                        52.01893879427636,
                        0.0
                    ],
                    [
                        4.389520790185873,
                        52.0189075837756,
                        0.0
                    ],
                    [
                        4.389542817119991,
                        52.018871006616976,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.513982Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.17,
            "bed_level_downstream": -2.17,
            "width": 0.24,
            "length": 7.94,
            "height": 0.24,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29121/?format=api",
            "id": 29121,
            "code": "21200729",
            "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.395829786339801,
                        52.0209592441367,
                        0.0
                    ],
                    [
                        4.395941659281489,
                        52.02101229370733,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.527083Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.04,
            "bed_level_downstream": -3.04,
            "width": 0.5,
            "length": 9.69,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29122/?format=api",
            "id": 29122,
            "code": "21200735",
            "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.395130855898067,
                        52.021185219800394,
                        0.0
                    ],
                    [
                        4.395033828375698,
                        52.021146065269996,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.539141Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.4,
            "bed_level_downstream": -2.4,
            "width": 0.5,
            "length": 7.96,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29123/?format=api",
            "id": 29123,
            "code": "21200743",
            "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.39232658014212,
                        52.019036956139445,
                        0.0
                    ],
                    [
                        4.39232658014212,
                        52.019036956139445,
                        0.0
                    ],
                    [
                        4.392386752704168,
                        52.019057860042516,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.550209Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.13,
            "bed_level_downstream": -2.13,
            "width": 0.2,
            "length": 4.69,
            "height": 0.2,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29124/?format=api",
            "id": 29124,
            "code": "21200749",
            "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.390569479435806,
                        52.01740784621674,
                        0.0
                    ],
                    [
                        4.390597453523113,
                        52.017368433835856,
                        0.0
                    ],
                    [
                        4.390669487890786,
                        52.01726634161899,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.561413Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.3,
            "bed_level_downstream": -2.3,
            "width": 0.4,
            "length": 16.79,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}