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=6
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=7",
    "previous": "https://demo.lizard.net/api/v4/culverts/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/culverts/20889/?format=api",
            "id": 20889,
            "code": "KDU-Q-12428",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.877405645205469,
                        52.67849403767908,
                        0.0
                    ],
                    [
                        4.877510085003783,
                        52.67844664676842,
                        0.0
                    ],
                    [
                        4.877604368995066,
                        52.67840539539595,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:46.354586Z",
            "created": "2014-08-08T08:16:47.894113Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -3.25,
            "bed_level_downstream": -3.25,
            "width": 0.6,
            "length": 11.0,
            "height": null,
            "material": 0,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/21300/?format=api",
            "id": 21300,
            "code": "KDU-Q-28086",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        5.057991279026282,
                        52.490388954284256,
                        0.0
                    ],
                    [
                        5.057987587605109,
                        52.49042200869954,
                        0.0
                    ],
                    [
                        5.057958548128381,
                        52.490681655088636,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:46.458971Z",
            "created": "2014-08-08T08:16:52.351584Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.15,
            "length": 9.0,
            "height": null,
            "material": 0,
            "shape": 99,
            "description": "Duiker verplaatst en secundair gemaakt naar aanleiding van langsgaan bij kunstwerk KDU-Q-28085 en KDU-Q-28086 naar aanleiding van niet kunnen vinden door BCC bij meetopdracht legger primair  2007 => duikers blijken secundair af te voeren naar overig wate"
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/22232/?format=api",
            "id": 22232,
            "code": "KDU-A-1589",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        5.025672753805429,
                        52.57643410645354,
                        0.0
                    ],
                    [
                        5.025724323989459,
                        52.57649930403334,
                        0.0
                    ],
                    [
                        5.025826106885234,
                        52.57662798741713,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:46.687297Z",
            "created": "2014-08-08T08:17:02.690586Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -3.07,
            "bed_level_downstream": -5.18,
            "width": 0.63,
            "length": 16.1,
            "height": null,
            "material": 0,
            "shape": 1,
            "description": "ontheffing 07.12196"
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/22588/?format=api",
            "id": 22588,
            "code": "KDU-Q-32931",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.940666951625953,
                        52.700757701062535,
                        0.0
                    ],
                    [
                        4.940562201496929,
                        52.70087059835,
                        0.0
                    ],
                    [
                        4.940487307087022,
                        52.70095130826691,
                        0.0
                    ],
                    [
                        4.940304968319175,
                        52.701147834845806,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:46.068845Z",
            "created": "2014-08-08T08:17:05.754701Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.0,
            "length": 49.84,
            "height": null,
            "material": 0,
            "shape": 99,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/22604/?format=api",
            "id": 22604,
            "code": "KDU-B-1550",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.837683623655653,
                        52.6763682721386,
                        0.0
                    ],
                    [
                        4.837760222634541,
                        52.67636761932756,
                        0.0
                    ],
                    [
                        4.837948747722426,
                        52.67636601829849,
                        0.0
                    ],
                    [
                        4.837974312124002,
                        52.67620274132171,
                        0.0
                    ],
                    [
                        4.838193021280787,
                        52.67596026241084,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-08-08T08:17:05.870039Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -4.3,
            "bed_level_downstream": -4.3,
            "width": 0.7,
            "length": 66.96,
            "height": null,
            "material": 3,
            "shape": 1,
            "description": "ontheffing 04.10965\naanleg duiker ivm overlaatconstructie"
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/22605/?format=api",
            "id": 22605,
            "code": "KDU-B-1554",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.860454058858699,
                        52.675710309612164,
                        0.0
                    ],
                    [
                        4.86049609396316,
                        52.67570911168266,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-08-08T08:17:05.877453Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/53f3a2de-9130-4960-985e-82a2a45efb84/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eb341999-2164-411d-9468-f6bdfd2b5c4a/?format=api"
            ],
            "type": "0",
            "bed_level_upstream": -4.65,
            "bed_level_downstream": -4.65,
            "width": 0.8,
            "length": 1.85,
            "height": null,
            "material": 3,
            "shape": 1,
            "description": "ontheffing 04.10965\naanleg overlaatconstructie"
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/22641/?format=api",
            "id": 22641,
            "code": "KDU-Q-1610",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.732086522566009,
                        52.85476377488819,
                        0.0
                    ],
                    [
                        4.73198377857948,
                        52.85483263367595,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:19:07.663759Z",
            "created": "2014-08-08T08:17:06.204841Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -1.48,
            "bed_level_downstream": -1.6,
            "width": 0.7,
            "length": 10.5,
            "height": null,
            "material": 0,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/24031/?format=api",
            "id": 24031,
            "code": "KDU-J-19",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.77007810141671,
                        52.87884447549824,
                        0.0
                    ],
                    [
                        4.77013957495047,
                        52.878827233279246,
                        0.0
                    ],
                    [
                        4.770280238467419,
                        52.87879098006154,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:18:36.178395Z",
            "created": "2014-08-08T08:17:18.561892Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": -1.94,
            "bed_level_downstream": -1.93,
            "width": 2.5,
            "length": 14.2,
            "height": null,
            "material": 3,
            "shape": 2,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/24299/?format=api",
            "id": 24299,
            "code": "KDU-J-1627",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        5.165504206376518,
                        52.736577202657756,
                        0.0
                    ],
                    [
                        5.165141911830393,
                        52.736508677380264,
                        0.0
                    ],
                    [
                        5.164315234238101,
                        52.73635231757803,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:20:51.659166Z",
            "created": "2014-08-08T08:17:21.119196Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9fdbaf4b-1ab7-4685-baae-37ca86e3a76e/?format=api"
            ],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.0,
            "length": 84.12,
            "height": null,
            "material": 13,
            "shape": 1,
            "description": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/culverts/25030/?format=api",
            "id": 25030,
            "code": "KDU-N-1601",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        5.110981991710385,
                        52.67395448673934,
                        0.0
                    ],
                    [
                        5.111090271662649,
                        52.673870386035496,
                        0.0
                    ],
                    [
                        5.111196872309298,
                        52.673787593439265,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-07-18T10:19:20.392862Z",
            "created": "2014-08-08T08:17:28.891411Z",
            "image_url": "",
            "timeseries": [],
            "type": "0",
            "bed_level_upstream": 0.0,
            "bed_level_downstream": 0.0,
            "width": 0.0,
            "length": 23.58,
            "height": null,
            "material": 0,
            "shape": 1,
            "description": "Ontheffing 07.29992"
        }
    ]
}