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=9
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=10",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29105/?format=api",
            "id": 29105,
            "code": "21301282",
            "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.425891767007457,
                        52.02236259210812,
                        0.0
                    ],
                    [
                        4.425837774441026,
                        52.022441161591104,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.338547Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.95,
            "bed_level_downstream": -2.95,
            "width": null,
            "length": 9.49,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29106/?format=api",
            "id": 29106,
            "code": "21301293",
            "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.42576880361516,
                        52.022508184132704,
                        0.0
                    ],
                    [
                        4.425799435945244,
                        52.0224766773341,
                        0.0
                    ],
                    [
                        4.425837774441026,
                        52.022441161591104,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.355391Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.83,
            "bed_level_downstream": -2.83,
            "width": null,
            "length": 8.84,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29107/?format=api",
            "id": 29107,
            "code": "21301297",
            "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.427246987020995,
                        52.01945421240977,
                        0.0
                    ],
                    [
                        4.427630951481103,
                        52.01955451931723,
                        0.0
                    ],
                    [
                        4.427772781652674,
                        52.019596079385295,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.368367Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.04,
            "bed_level_downstream": -3.04,
            "width": null,
            "length": 39.4,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29108/?format=api",
            "id": 29108,
            "code": "31204079",
            "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.209621680392623,
                        51.98473193080913,
                        0.0
                    ],
                    [
                        4.209737320758189,
                        51.984729582520316,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.379777Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": null,
            "length": 7.95,
            "height": null,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29109/?format=api",
            "id": 29109,
            "code": "21301305",
            "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.426870667746334,
                        52.02018691959137,
                        0.0
                    ],
                    [
                        4.427246987020995,
                        52.01945421240977,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.390545Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.91,
            "bed_level_downstream": -2.91,
            "width": null,
            "length": 85.52,
            "height": 0.25,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29110/?format=api",
            "id": 29110,
            "code": "21200457",
            "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.415212020211984,
                        52.022903658510764,
                        0.0
                    ],
                    [
                        4.415356247182052,
                        52.02295291166748,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.401352Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.29,
            "bed_level_downstream": -3.29,
            "width": 0.5,
            "length": 11.32,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29111/?format=api",
            "id": 29111,
            "code": "21200462",
            "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.416915632109649,
                        52.021897523891774,
                        0.0
                    ],
                    [
                        4.417007245805849,
                        52.02182361897902,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.412271Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.01,
            "bed_level_downstream": -3.01,
            "width": 0.6,
            "length": 10.35,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29112/?format=api",
            "id": 29112,
            "code": "21200465",
            "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.418306570446164,
                        52.020827916109,
                        0.0
                    ],
                    [
                        4.418306570446164,
                        52.020827916109,
                        0.0
                    ],
                    [
                        4.418306570446164,
                        52.020827916109,
                        0.0
                    ],
                    [
                        4.418362430095845,
                        52.02076627755985,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.424567Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.99,
            "bed_level_downstream": -2.99,
            "width": 0.5,
            "length": 8.43,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29113/?format=api",
            "id": 29113,
            "code": "21200527",
            "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.413927439508186,
                        52.01523652888354,
                        0.0
                    ],
                    [
                        4.414191679306231,
                        52.015288142185604,
                        0.0
                    ],
                    [
                        4.414363958026045,
                        52.01533179497345,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.436926Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.38,
            "bed_level_downstream": -2.38,
            "width": 0.3,
            "length": 31.65,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29114/?format=api",
            "id": 29114,
            "code": "21200583",
            "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.397476216273618,
                        52.014246588414636,
                        0.0
                    ],
                    [
                        4.397661662243007,
                        52.0143078954835,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.448023Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.55,
            "bed_level_downstream": -2.55,
            "width": 0.8,
            "length": 14.44,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}