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=1416
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=1417",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1415",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43175/?format=api",
            "id": 43175,
            "code": "21010227",
            "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.426539468855822,
                        52.03078342248368,
                        0.0
                    ],
                    [
                        4.426416151550753,
                        52.03073186407078,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:48.231381Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -5.87,
            "bed_level_downstream": -5.87,
            "width": 0.4,
            "length": 10.22,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43176/?format=api",
            "id": 43176,
            "code": "21704589",
            "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.435807115877851,
                        51.97012143830052,
                        0.0
                    ],
                    [
                        4.435807115877851,
                        51.97012143830052,
                        0.0
                    ],
                    [
                        4.435749129589008,
                        51.970151948927274,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:48.248069Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.02,
            "length": 5.44,
            "height": 0.02,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43177/?format=api",
            "id": 43177,
            "code": "B9857",
            "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.206304749659736,
                        52.00688804492333,
                        0.0
                    ],
                    [
                        4.205961860257176,
                        52.00708653201861,
                        0.0
                    ],
                    [
                        4.205664078542815,
                        52.00726012210617,
                        0.0
                    ],
                    [
                        4.205323750507397,
                        52.00745792295715,
                        0.0
                    ],
                    [
                        4.205020077795842,
                        52.00763432875074,
                        0.0
                    ],
                    [
                        4.204964625170414,
                        52.00766527805714,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:48.263098Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 1.0,
            "length": 126.28,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43178/?format=api",
            "id": 43178,
            "code": "11105511",
            "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.329477845704924,
                        51.94024912346543,
                        0.0
                    ],
                    [
                        4.329577943431711,
                        51.94021295377646,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:48.279192Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.76,
            "bed_level_downstream": -3.76,
            "width": 0.6,
            "length": 7.97,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43179/?format=api",
            "id": 43179,
            "code": "40902404",
            "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.302920767389477,
                        52.04730935058516,
                        0.0
                    ],
                    [
                        4.302894452281126,
                        52.04730161560566,
                        0.0
                    ],
                    [
                        4.30239478935824,
                        52.0471547446494,
                        0.0
                    ],
                    [
                        4.302225529571627,
                        52.04711129767291,
                        0.0
                    ],
                    [
                        4.302225529571627,
                        52.04711129767291,
                        0.0
                    ],
                    [
                        4.302225529571627,
                        52.04711129767291,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:48.295498Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.7,
            "bed_level_downstream": -1.7,
            "width": 0.6,
            "length": 53.77,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43180/?format=api",
            "id": 43180,
            "code": "40902405",
            "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.303118653254233,
                        52.047059594308514,
                        0.0
                    ],
                    [
                        4.303153826436076,
                        52.04701462360898,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:48.323627Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.7,
            "bed_level_downstream": -1.7,
            "width": 0.6,
            "length": 5.55,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43181/?format=api",
            "id": 43181,
            "code": "41412561",
            "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.288172134197113,
                        52.03563815179588,
                        0.0
                    ],
                    [
                        4.287992834861871,
                        52.035590689057045,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:48.339325Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.32,
            "bed_level_downstream": -1.32,
            "width": 0.6,
            "length": 13.39,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43182/?format=api",
            "id": 43182,
            "code": "41412560",
            "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.288213234265879,
                        52.03560551049963,
                        0.0
                    ],
                    [
                        4.288296368606988,
                        52.035477198009154,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:48.354799Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.28,
            "bed_level_downstream": -1.28,
            "width": 0.6,
            "length": 15.37,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43183/?format=api",
            "id": 43183,
            "code": "41412565",
            "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.278683675946991,
                        52.03289588147715,
                        0.0
                    ],
                    [
                        4.27876338718075,
                        52.03298276292514,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:48.375577Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.32,
            "bed_level_downstream": -1.32,
            "width": 0.6,
            "length": 11.11,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43184/?format=api",
            "id": 43184,
            "code": "12200166",
            "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.312121814889379,
                        51.938044439183855,
                        0.0
                    ],
                    [
                        4.312423781610616,
                        51.938061618318585,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:48.398586Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": null,
            "length": 20.85,
            "height": null,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}