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=1406
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=1407",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1405",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43075/?format=api",
            "id": 43075,
            "code": "22400027",
            "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.422632521046588,
                        51.91892775028907,
                        0.0
                    ],
                    [
                        4.423024963694453,
                        51.919035554950646,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.430976Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.5,
            "bed_level_downstream": -5.5,
            "width": 1.75,
            "length": 29.54,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43076/?format=api",
            "id": 43076,
            "code": "22400030",
            "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.424159604169536,
                        51.91926487604853,
                        0.0
                    ],
                    [
                        4.424713657145238,
                        51.918998051572146,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.446851Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.45,
            "bed_level_downstream": -3.45,
            "width": 1.75,
            "length": 48.31,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43077/?format=api",
            "id": 43077,
            "code": "21310313",
            "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.430655001073565,
                        52.00706395779186,
                        0.0
                    ],
                    [
                        4.430988903599253,
                        52.007141960177144,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.460078Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -4.13,
            "bed_level_downstream": -4.13,
            "width": 2.0,
            "length": 24.51,
            "height": 2.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43078/?format=api",
            "id": 43078,
            "code": "21310315",
            "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.4409844665292,
                        52.00568391780866,
                        0.0
                    ],
                    [
                        4.44154869192749,
                        52.00579004250876,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.474910Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -4.25,
            "bed_level_downstream": -4.25,
            "width": 1.5,
            "length": 40.5,
            "height": 1.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43079/?format=api",
            "id": 43079,
            "code": "21520389",
            "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.40846311942876,
                        52.04366320719186,
                        0.0
                    ],
                    [
                        4.408510525932267,
                        52.04368313352932,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.490492Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.6,
            "bed_level_downstream": -5.6,
            "width": 0.6,
            "length": 3.94,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43080/?format=api",
            "id": 43080,
            "code": "20220633",
            "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.476812995123407,
                        51.99563287934884,
                        0.0
                    ],
                    [
                        4.476395421141096,
                        51.99580340767305,
                        0.0
                    ],
                    [
                        4.475972881375863,
                        51.995978093774205,
                        0.0
                    ],
                    [
                        4.475837365809469,
                        51.99587739622639,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.506519Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.89,
            "bed_level_downstream": -5.89,
            "width": 0.6,
            "length": 83.88,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43081/?format=api",
            "id": 43081,
            "code": "B9908",
            "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.259655589088835,
                        52.06951299015244,
                        0.0
                    ],
                    [
                        4.259735927930437,
                        52.0693572818794,
                        0.0
                    ],
                    [
                        4.260059823763366,
                        52.06947754138257,
                        0.0
                    ],
                    [
                        4.260353142443152,
                        52.069174727931255,
                        0.0
                    ],
                    [
                        4.260363041138387,
                        52.069161574014515,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.531980Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.6,
            "length": 84.96,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43082/?format=api",
            "id": 43082,
            "code": "22500051",
            "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.416761216036496,
                        51.92368606674861,
                        0.0
                    ],
                    [
                        4.416667243065578,
                        51.923694072933614,
                        0.0
                    ],
                    [
                        4.415241048815448,
                        51.92559293047501,
                        0.0
                    ],
                    [
                        4.413770450382295,
                        51.92753188805607,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.547930Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.32,
            "length": 477.73,
            "height": 0.32,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43083/?format=api",
            "id": 43083,
            "code": "B9891",
            "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.35605328204986,
                        52.10646230056536,
                        0.0
                    ],
                    [
                        4.355972780945709,
                        52.10653104252858,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.566908Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 1.0,
            "length": 9.43,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43084/?format=api",
            "id": 43084,
            "code": "20821080",
            "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.354665850263679,
                        51.97874834361631,
                        0.0
                    ],
                    [
                        4.354794490598776,
                        51.97876823224377,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:46.587866Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.2,
            "bed_level_downstream": -3.2,
            "width": 0.6,
            "length": 9.11,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}