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=1448
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=1449",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1447",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43495/?format=api",
            "id": 43495,
            "code": "41412566",
            "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.28761123903573,
                        52.037457096563756,
                        0.0
                    ],
                    [
                        4.288013327592182,
                        52.03757252778497,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.393133Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.6,
            "length": 30.26,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43496/?format=api",
            "id": 43496,
            "code": "41000275",
            "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.221644272673084,
                        52.03555981084178,
                        0.0
                    ],
                    [
                        4.221831923109482,
                        52.035285376250165,
                        0.0
                    ],
                    [
                        4.222071585286683,
                        52.03533767247014,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.406350Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.95,
            "bed_level_downstream": -1.95,
            "width": 0.4,
            "length": 50.58,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43497/?format=api",
            "id": 43497,
            "code": "20821088",
            "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.371032021998236,
                        51.97069156791489,
                        0.0
                    ],
                    [
                        4.370948645851178,
                        51.970678047568875,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.421287Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.8,
            "bed_level_downstream": -2.81,
            "width": 0.2,
            "length": 5.92,
            "height": 0.2,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43498/?format=api",
            "id": 43498,
            "code": "20821089",
            "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.370852817762257,
                        51.97112176961658,
                        0.0
                    ],
                    [
                        4.370745951926864,
                        51.97110565515303,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.434450Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.06,
            "bed_level_downstream": -3.08,
            "width": 0.4,
            "length": 7.56,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43499/?format=api",
            "id": 43499,
            "code": "20821091",
            "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.373071812880879,
                        51.971919858803396,
                        0.0
                    ],
                    [
                        4.373071812880879,
                        51.971919858803396,
                        0.0
                    ],
                    [
                        4.373071812880879,
                        51.971919858803396,
                        0.0
                    ],
                    [
                        4.372990229189072,
                        51.97190610818587,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.449007Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.81,
            "bed_level_downstream": -2.81,
            "width": 0.2,
            "length": 5.82,
            "height": 0.2,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43500/?format=api",
            "id": 43500,
            "code": "20821090",
            "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.371503465266346,
                        51.97165863643387,
                        0.0
                    ],
                    [
                        4.371419915116629,
                        51.97164564527201,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.462361Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.8,
            "bed_level_downstream": -2.8,
            "width": 0.2,
            "length": 5.92,
            "height": 0.2,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43501/?format=api",
            "id": 43501,
            "code": "41202485",
            "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.332813693419027,
                        52.03554855065148,
                        0.0
                    ],
                    [
                        4.332854820768082,
                        52.0355201638828,
                        0.0
                    ],
                    [
                        4.3329484384431,
                        52.03545555496742,
                        0.0
                    ],
                    [
                        4.333265427810124,
                        52.035257062476944,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.476920Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.7,
            "length": 44.87,
            "height": 0.7,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43502/?format=api",
            "id": 43502,
            "code": "B9902",
            "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.173279891662624,
                        52.008647466800376,
                        0.0
                    ],
                    [
                        4.173545327283076,
                        52.00871916799579,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.489954Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -0.95,
            "bed_level_downstream": -0.95,
            "width": 0.8,
            "length": 19.89,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43503/?format=api",
            "id": 43503,
            "code": "B9903",
            "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.173761600773689,
                        52.00798712174637,
                        0.0
                    ],
                    [
                        4.173997088787995,
                        52.008071079812886,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.504604Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -0.8,
            "bed_level_downstream": -0.8,
            "width": 0.9,
            "length": 18.67,
            "height": 0.9,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43504/?format=api",
            "id": 43504,
            "code": "B9914",
            "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.206351189541151,
                        51.98750343722811,
                        0.0
                    ],
                    [
                        4.206451014950612,
                        51.98680305507454,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:53.518518Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -0.96,
            "bed_level_downstream": -0.96,
            "width": 0.8,
            "length": 78.23,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}