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=1433
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=1434",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1432",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43345/?format=api",
            "id": 43345,
            "code": "12300050",
            "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.365589717744489,
                        51.9205424815929,
                        0.0
                    ],
                    [
                        4.36559715255698,
                        51.9204782578437,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.098632Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.48,
            "bed_level_downstream": -2.44,
            "width": 0.4,
            "length": 7.16,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43346/?format=api",
            "id": 43346,
            "code": "12300051",
            "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.365898815900737,
                        51.91860715911216,
                        0.0
                    ],
                    [
                        4.365909882848575,
                        51.91854107024142,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.119195Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.44,
            "bed_level_downstream": -2.39,
            "width": 0.4,
            "length": 7.39,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43347/?format=api",
            "id": 43347,
            "code": "12300052",
            "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.365381770464925,
                        51.92168015651997,
                        0.0
                    ],
                    [
                        4.365408600570379,
                        51.92156279293554,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.134178Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.51,
            "bed_level_downstream": -2.5,
            "width": 0.4,
            "length": 12.57,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43348/?format=api",
            "id": 43348,
            "code": "12400105",
            "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.347561948509412,
                        51.92319171373514,
                        0.0
                    ],
                    [
                        4.347748720059173,
                        51.92288122653645,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.148885Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.77,
            "bed_level_downstream": -2.74,
            "width": 0.3,
            "length": 36.86,
            "height": 0.3,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43349/?format=api",
            "id": 43349,
            "code": "21520406",
            "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.424602855579121,
                        52.05102743183299,
                        0.0
                    ],
                    [
                        4.424734366665768,
                        52.051083516999064,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.164637Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -4.93,
            "bed_level_downstream": -4.93,
            "width": 0.8,
            "length": 10.97,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43350/?format=api",
            "id": 43350,
            "code": "21520407",
            "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.425506210488885,
                        52.051217160716924,
                        0.0
                    ],
                    [
                        4.425486395155753,
                        52.05112471567056,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.179431Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -4.56,
            "bed_level_downstream": -4.87,
            "width": 0.8,
            "length": 9.84,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43351/?format=api",
            "id": 43351,
            "code": "12300053",
            "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.364876739944957,
                        51.914189231616724,
                        0.0
                    ],
                    [
                        4.365019126943072,
                        51.91421093779255,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.192884Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.8,
            "bed_level_downstream": -2.8,
            "width": 0.7,
            "length": 10.09,
            "height": 0.7,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43352/?format=api",
            "id": 43352,
            "code": "21309868",
            "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.431942876914732,
                        52.00575525664387,
                        0.0
                    ],
                    [
                        4.431907557651128,
                        52.00581402561418,
                        0.0
                    ],
                    [
                        4.43121328011087,
                        52.005669495244334,
                        0.0
                    ],
                    [
                        4.430900431620695,
                        52.005712454412276,
                        0.0
                    ],
                    [
                        4.430846342107796,
                        52.005684284824156,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.207561Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.7,
            "length": 84.15,
            "height": 0.7,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43353/?format=api",
            "id": 43353,
            "code": "31607028",
            "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.172845817775101,
                        51.95556946340228,
                        0.0
                    ],
                    [
                        4.172845817775101,
                        51.95556946340228,
                        0.0
                    ],
                    [
                        4.173581224016895,
                        51.95519278130676,
                        0.0
                    ],
                    [
                        4.174162636098555,
                        51.9556209433233,
                        0.0
                    ],
                    [
                        4.175024336771617,
                        51.95518153480234,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.225564Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": 0.4,
            "length": 205.47,
            "height": 0.4,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43354/?format=api",
            "id": 43354,
            "code": "41202487",
            "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.329649479946731,
                        52.02533700160481,
                        0.0
                    ],
                    [
                        4.329951978330812,
                        52.02540868944942,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:51.242155Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.19,
            "bed_level_downstream": -2.19,
            "width": 1.25,
            "length": 22.24,
            "height": 1.25,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}