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=1430
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=1431",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1429",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43315/?format=api",
            "id": 43315,
            "code": "11704083",
            "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.245533963191219,
                        51.978011180215745,
                        0.0
                    ],
                    [
                        4.245533963191219,
                        51.978011180215745,
                        0.0
                    ],
                    [
                        4.24543096619509,
                        51.97803255408705,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.606845Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.38,
            "bed_level_downstream": -2.38,
            "width": 0.5,
            "length": 7.43,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43316/?format=api",
            "id": 43316,
            "code": "11704084",
            "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.245533963191219,
                        51.978011180215745,
                        0.0
                    ],
                    [
                        4.24543096619509,
                        51.97803255408705,
                        0.0
                    ],
                    [
                        4.24543096619509,
                        51.97803255408705,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.636273Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.38,
            "bed_level_downstream": -2.38,
            "width": 0.5,
            "length": 7.51,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43317/?format=api",
            "id": 43317,
            "code": "B9906",
            "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.203412021321022,
                        52.00434037279167,
                        0.0
                    ],
                    [
                        4.203496704184485,
                        52.00437333319555,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.650552Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.5,
            "length": 6.87,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43318/?format=api",
            "id": 43318,
            "code": "B9905",
            "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.203728301130923,
                        52.0044559699085,
                        0.0
                    ],
                    [
                        4.203728301130923,
                        52.0044559699085,
                        0.0
                    ],
                    [
                        4.203798589989543,
                        52.00448192675455,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.663770Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.5,
            "length": 5.65,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43319/?format=api",
            "id": 43319,
            "code": "20220661",
            "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.471369123621077,
                        52.0170412391185,
                        0.0
                    ],
                    [
                        4.470978230113263,
                        52.017368124780724,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.686875Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 1.5,
            "length": 45.2,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43320/?format=api",
            "id": 43320,
            "code": "21400967",
            "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.387750716171075,
                        52.024032673983506,
                        0.0
                    ],
                    [
                        4.387623290412982,
                        52.023979978966096,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.715446Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -4.88,
            "bed_level_downstream": -4.88,
            "width": 0.6,
            "length": 10.53,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43321/?format=api",
            "id": 43321,
            "code": "21400968",
            "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.388366718001348,
                        52.024842705844875,
                        0.0
                    ],
                    [
                        4.388344257646301,
                        52.02477175618392,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.738778Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -4.7,
            "bed_level_downstream": -4.7,
            "width": 0.6,
            "length": 8.04,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43322/?format=api",
            "id": 43322,
            "code": "B9909",
            "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.260223869403726,
                        52.069716154646,
                        0.0
                    ],
                    [
                        4.260357194881869,
                        52.06958369451984,
                        0.0
                    ],
                    [
                        4.260093864235124,
                        52.06948865363506,
                        0.0
                    ],
                    [
                        4.260387560954601,
                        52.06917023927626,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.755351Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.6,
            "length": 79.02,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43323/?format=api",
            "id": 43323,
            "code": "B9910",
            "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.260161452175255,
                        52.06969953048745,
                        0.0
                    ],
                    [
                        4.260093864235124,
                        52.06948865363506,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.768581Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -1.0,
            "bed_level_downstream": -1.0,
            "width": 0.6,
            "length": 23.92,
            "height": null,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43324/?format=api",
            "id": 43324,
            "code": "20806696",
            "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.366297598074275,
                        51.98883424344725,
                        0.0
                    ],
                    [
                        4.366225342467398,
                        51.98894094253439,
                        0.0
                    ],
                    [
                        4.366149215909969,
                        51.98908719457549,
                        0.0
                    ],
                    [
                        4.366026938461936,
                        51.989307482131125,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.782246Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.17,
            "bed_level_downstream": -4.32,
            "width": 0.8,
            "length": 55.87,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}