List assets of type Weir

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/weirs/?format=api&page=13
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3140,
    "next": "https://demo.lizard.net/api/v4/weirs/?format=api&page=14",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=12",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2811/?format=api",
            "id": 2811,
            "code": "KST-Q-19976",
            "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": "Point",
                "coordinates": [
                    4.9591862671559,
                    52.69049708568902,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:03.402994Z",
            "created": "2014-08-08T08:13:38.326557Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b7096d52-ea9c-4452-9738-f6b1cf740c6f/?format=api"
            ],
            "name": "Westerveer",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": -3.25,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2812/?format=api",
            "id": 2812,
            "code": "KST-Q-19537",
            "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": "Point",
                "coordinates": [
                    4.953493639535614,
                    52.67699863582223,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:01.745267Z",
            "created": "2014-08-08T08:13:38.345147Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/890f3029-442c-4cd2-a6e1-df2aa55ff577/?format=api"
            ],
            "name": "Zandwerven",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.5,
            "crest_level": -2.69,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2816/?format=api",
            "id": 2816,
            "code": "KST-A-1400",
            "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": "Point",
                "coordinates": [
                    4.923182910916918,
                    52.47657021909885,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:00.106842Z",
            "created": "2014-08-08T08:13:38.408985Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ddb42801-a727-47d9-bd88-387df028c708/?format=api"
            ],
            "name": "Oosterveersloot",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": -2.8,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Geautomatiseerde stuw"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2817/?format=api",
            "id": 2817,
            "code": "KST-Q-20003",
            "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": "Point",
                "coordinates": [
                    5.033360742254822,
                    52.69506438015667,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:03.445345Z",
            "created": "2014-08-08T08:13:38.424910Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ba2f92c1-8af4-4735-8494-0db8e5c3c7ed/?format=api"
            ],
            "name": "Loos",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "crest_level": -2.56,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2819/?format=api",
            "id": 2819,
            "code": "KST-Q-19965",
            "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": "Point",
                "coordinates": [
                    5.01283171525467,
                    52.6682802223685,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:03.361449Z",
            "created": "2014-08-08T08:13:38.456239Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f1e909c0-8b09-4c32-9155-187b24397501/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/37614fa7-44d3-4124-bab6-44fc38192fe7/?format=api"
            ],
            "name": "Stuw Leekermeer",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.02,
            "crest_level": -3.98,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2821/?format=api",
            "id": 2821,
            "code": "KST-Q-28760",
            "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": "Point",
                "coordinates": [
                    4.99464398686161,
                    52.47066576098093,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:14.904857Z",
            "created": "2014-08-08T08:13:38.495506Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/647b9709-b866-417c-ac34-846e3968cb36/?format=api"
            ],
            "name": "Oosterweg M1",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": -5.17,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2822/?format=api",
            "id": 2822,
            "code": "KST-Q-28690",
            "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": "Point",
                "coordinates": [
                    4.985834948111673,
                    52.52136941390798,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:20.313376Z",
            "created": "2014-08-08T08:13:38.511419Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2b29ce4a-24e1-461c-879e-94c065159f86/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fea516f6-be86-41c9-bdeb-490c32e11e51/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/969e0d96-b23c-408b-8653-6750eb6867ea/?format=api"
            ],
            "name": "Kwadijkerkoog",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.35,
            "crest_level": -2.51,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2825/?format=api",
            "id": 2825,
            "code": "KST-Q-19739",
            "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": "Point",
                "coordinates": [
                    5.190628175168213,
                    52.64170270383761,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:02.308245Z",
            "created": "2014-08-08T08:13:38.568772Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5f26f8da-942b-44b6-bac8-e31a6f140fb1/?format=api"
            ],
            "name": "Lekerweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 3.25,
            "crest_level": -2.7,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2828/?format=api",
            "id": 2828,
            "code": "KST-Q-28855",
            "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": "Point",
                "coordinates": [
                    4.949104901838028,
                    52.58479539805624,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:14.982315Z",
            "created": "2014-08-08T08:13:38.628799Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4a74b237-c460-4624-a4a6-925a74585436/?format=api"
            ],
            "name": "Schermerhornersloot",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 4.9,
            "crest_level": -5.27,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2831/?format=api",
            "id": 2831,
            "code": "KST-CS-315",
            "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": "Point",
                "coordinates": [
                    4.943547493696181,
                    52.48797139603762,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:12.714041Z",
            "created": "2014-08-08T08:13:38.690117Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/09f091aa-9023-4586-9ee8-2ec850ea2c79/?format=api"
            ],
            "name": "Burgt",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 3.0,
            "crest_level": -3.49,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Veldinventarisatie Waterland tweede helft 2010"
        }
    ]
}