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=12
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=13",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=11",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29135/?format=api",
            "id": 29135,
            "code": "21200787",
            "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.401016751538499,
                        52.013521855426724,
                        0.0
                    ],
                    [
                        4.401138336912251,
                        52.013383836706396,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.681393Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.4,
            "bed_level_downstream": -2.4,
            "width": 0.5,
            "length": 17.48,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29136/?format=api",
            "id": 29136,
            "code": "21200790",
            "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.39963655829713,
                        52.01481028470091,
                        0.0
                    ],
                    [
                        4.399818075629216,
                        52.01487756882038,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.692886Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.38,
            "bed_level_downstream": -2.38,
            "width": 0.8,
            "length": 14.54,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29137/?format=api",
            "id": 29137,
            "code": "21200793",
            "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.399710953510072,
                        52.01503053889393,
                        0.0
                    ],
                    [
                        4.39980871843191,
                        52.0149174541201,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.703184Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.36,
            "bed_level_downstream": -2.36,
            "width": 0.5,
            "length": 14.26,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29138/?format=api",
            "id": 29138,
            "code": "21200796",
            "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.399014947077899,
                        52.01584319166264,
                        0.0
                    ],
                    [
                        4.399110367451266,
                        52.015730887774545,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.713845Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.42,
            "bed_level_downstream": -2.42,
            "width": 0.5,
            "length": 14.11,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29139/?format=api",
            "id": 29139,
            "code": "21200800",
            "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.398216455636939,
                        52.01465304140049,
                        0.0
                    ],
                    [
                        4.398303001157678,
                        52.014682136873226,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.724815Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.42,
            "bed_level_downstream": -2.42,
            "width": 0.5,
            "length": 6.77,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29140/?format=api",
            "id": 29140,
            "code": "21200801",
            "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.396430759879284,
                        52.014073371891,
                        0.0
                    ],
                    [
                        4.396634089998002,
                        52.01413413899306,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.735760Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.42,
            "bed_level_downstream": -2.42,
            "width": 0.5,
            "length": 15.51,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29141/?format=api",
            "id": 29141,
            "code": "21200804",
            "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.399377493912539,
                        52.015039255539996,
                        0.0
                    ],
                    [
                        4.399465241957668,
                        52.015072683807006,
                        0.0
                    ],
                    [
                        4.39960998200952,
                        52.0151231833319,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.746587Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.35,
            "bed_level_downstream": -2.35,
            "width": 0.5,
            "length": 18.49,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29142/?format=api",
            "id": 29142,
            "code": "21200805",
            "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.398524626607923,
                        52.01612992204583,
                        0.0
                    ],
                    [
                        4.398682301929197,
                        52.01618322794443,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.757237Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.58,
            "bed_level_downstream": -2.58,
            "width": 0.8,
            "length": 12.34,
            "height": 0.8,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29143/?format=api",
            "id": 29143,
            "code": "21200811",
            "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.394774289722164,
                        52.01652385279321,
                        0.0
                    ],
                    [
                        4.394915793889768,
                        52.016576380228585,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.767697Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.83,
            "bed_level_downstream": -2.83,
            "width": 0.5,
            "length": 11.34,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/29144/?format=api",
            "id": 29144,
            "code": "21200817",
            "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.396636946274636,
                        52.01719483654938,
                        0.0
                    ],
                    [
                        4.396809111557556,
                        52.01725703984911,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-10-31T13:32:00.778126Z",
            "image_url": "",
            "timeseries": [],
            "type": "",
            "bed_level_upstream": -2.82,
            "bed_level_downstream": -2.82,
            "width": 0.5,
            "length": 13.7,
            "height": 0.5,
            "material": null,
            "shape": null,
            "description": null
        }
    ]
}