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=1428
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=1429",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=1427",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43295/?format=api",
            "id": 43295,
            "code": "21520410",
            "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.399760059757104,
                        52.04889934089346,
                        0.0
                    ],
                    [
                        4.399788378207368,
                        52.048909627640356,
                        0.0
                    ],
                    [
                        4.399946215528294,
                        52.04892682930407,
                        0.0
                    ],
                    [
                        4.400278100366205,
                        52.049165343002926,
                        0.0
                    ],
                    [
                        4.400765156235325,
                        52.049496997111646,
                        0.0
                    ],
                    [
                        4.400765156235325,
                        52.049496997111646,
                        0.0
                    ],
                    [
                        4.400816242214788,
                        52.0495257302619,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.306729Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -4.89,
            "bed_level_downstream": -4.89,
            "width": 0.6,
            "length": 102.41,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43296/?format=api",
            "id": 43296,
            "code": "21310324",
            "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.44544364212625,
                        52.009364721033606,
                        0.0
                    ],
                    [
                        4.445239728648666,
                        52.00934212775528,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.324489Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.9,
            "bed_level_downstream": -3.9,
            "width": 1.0,
            "length": 14.22,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43297/?format=api",
            "id": 43297,
            "code": "21310325",
            "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.445244712862839,
                        52.009327444214776,
                        0.0
                    ],
                    [
                        4.44544736060488,
                        52.00935065656395,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.341614Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.9,
            "bed_level_downstream": -3.9,
            "width": 1.0,
            "length": 14.15,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43298/?format=api",
            "id": 43298,
            "code": "21310326",
            "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.447910789292418,
                        52.00997662598155,
                        0.0
                    ],
                    [
                        4.448136917706254,
                        52.0100313195558,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.356794Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.9,
            "bed_level_downstream": -3.9,
            "width": 1.0,
            "length": 16.68,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43299/?format=api",
            "id": 43299,
            "code": "21310327",
            "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.44814625093742,
                        52.01001758743908,
                        0.0
                    ],
                    [
                        4.447919859744925,
                        52.009963619866674,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.371660Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -3.9,
            "bed_level_downstream": -3.9,
            "width": 1.0,
            "length": 16.66,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43300/?format=api",
            "id": 43300,
            "code": "11507084",
            "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.21641650555573,
                        51.954545281270576,
                        0.0
                    ],
                    [
                        4.216311089533368,
                        51.95462717335588,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.384675Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": 1.53,
            "bed_level_downstream": 1.53,
            "width": 3.0,
            "length": 11.64,
            "height": 1.75,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43301/?format=api",
            "id": 43301,
            "code": "11507085",
            "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.21556234771684,
                        51.953879083380876,
                        0.0
                    ],
                    [
                        4.215697949507877,
                        51.95376658843615,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.401081Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": 1.53,
            "bed_level_downstream": 1.53,
            "width": 3.0,
            "length": 15.61,
            "height": 1.75,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43302/?format=api",
            "id": 43302,
            "code": "20300095",
            "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.375140838172751,
                        52.01103564365458,
                        0.0
                    ],
                    [
                        4.375767803467546,
                        52.01120446615726,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.416228Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.0,
            "bed_level_downstream": -2.0,
            "width": 0.6,
            "length": 46.97,
            "height": 0.6,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43303/?format=api",
            "id": 43303,
            "code": "11507086",
            "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.217350407449802,
                        51.95417728862108,
                        0.0
                    ],
                    [
                        4.217538392860087,
                        51.954255816943665,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.429007Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": 0.58,
            "bed_level_downstream": 0.58,
            "width": 1.75,
            "length": 15.6,
            "height": 1.0,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/43304/?format=api",
            "id": 43304,
            "code": "B0003",
            "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.193679503638402,
                        51.9761442023508,
                        0.0
                    ],
                    [
                        4.193755275764352,
                        51.97615913782387,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:35:50.444835Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": null,
            "bed_level_downstream": null,
            "width": null,
            "length": 5.47,
            "height": null,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}