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=16
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=17",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=15",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29175/?format=api",
            "id": 29175,
            "code": "21201020",
            "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.41541822804733,
                        52.01806568415036,
                        0.0
                    ],
                    [
                        4.415505976545892,
                        52.017956800482104,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.106253Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.36,
            "bed_level_downstream": -2.36,
            "width": 0.6,
            "length": 13.53,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29176/?format=api",
            "id": 29176,
            "code": "21201066",
            "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.416117714405837,
                        52.01702646799535,
                        0.0
                    ],
                    [
                        4.416188580725513,
                        52.01704436478456,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.116958Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.38,
            "bed_level_downstream": -2.32,
            "width": 0.3,
            "length": 5.26,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29177/?format=api",
            "id": 29177,
            "code": "21201070",
            "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.40787606762153,
                        52.0153218527299,
                        0.0
                    ],
                    [
                        4.408073328531564,
                        52.01536998324282,
                        0.0
                    ],
                    [
                        4.40837891729059,
                        52.01497921532527,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.127731Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.5,
            "bed_level_downstream": -2.5,
            "width": 1.0,
            "length": 62.84,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29178/?format=api",
            "id": 29178,
            "code": "21201098",
            "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.404326289490831,
                        52.01997313964752,
                        0.0
                    ],
                    [
                        4.404495275449785,
                        52.02003446007188,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.139152Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.79,
            "bed_level_downstream": -2.79,
            "width": 0.5,
            "length": 13.46,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29179/?format=api",
            "id": 29179,
            "code": "21201103",
            "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.405406737073402,
                        52.02036297952143,
                        0.0
                    ],
                    [
                        4.405754292710142,
                        52.020489373255586,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.150332Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.78,
            "bed_level_downstream": -2.78,
            "width": 0.5,
            "length": 27.69,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29180/?format=api",
            "id": 29180,
            "code": "21201104",
            "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.4064125222888,
                        52.02072539204091,
                        0.0
                    ],
                    [
                        4.406564930144816,
                        52.02078287698257,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.160757Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.19,
            "bed_level_downstream": -3.19,
            "width": 0.5,
            "length": 12.26,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29181/?format=api",
            "id": 29181,
            "code": "21201107",
            "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.406692675026778,
                        52.020829567631736,
                        0.0
                    ],
                    [
                        4.407180334864694,
                        52.02100150110595,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.171607Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.11,
            "bed_level_downstream": -3.11,
            "width": 0.5,
            "length": 38.55,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29182/?format=api",
            "id": 29182,
            "code": "21201110",
            "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.408310087992587,
                        52.021411544484984,
                        0.0
                    ],
                    [
                        4.408464255063769,
                        52.02147341905292,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.182363Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.13,
            "bed_level_downstream": -3.13,
            "width": 0.5,
            "length": 12.62,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29183/?format=api",
            "id": 29183,
            "code": "21201113",
            "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.408761469032247,
                        52.02157469331996,
                        0.0
                    ],
                    [
                        4.408856434635827,
                        52.02158741954621,
                        0.0
                    ],
                    [
                        4.408958923926085,
                        52.021597889133595,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.192846Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.57,
            "bed_level_downstream": -2.57,
            "width": 0.4,
            "length": 13.8,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29184/?format=api",
            "id": 29184,
            "code": "21201140",
            "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.394044502036713,
                        52.01626568131705,
                        0.0
                    ],
                    [
                        4.394201345900863,
                        52.016316190741975,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:01.203855Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.84,
            "bed_level_downstream": -2.84,
            "width": 0.5,
            "length": 12.15,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}