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=22
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=23",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=21",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3472/?format=api",
            "id": 3472,
            "code": "KST-Q-30847",
            "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.73063537045289,
                    52.64834823419391,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T07:10:06.248752Z",
            "created": "2014-08-08T08:13:48.994384Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/40fe954c-31fa-4910-bcf7-6062388e149d/?format=api"
            ],
            "name": "Steve Bikoweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 0.5,
            "crest_level": -2.03,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Meetopdracht PBS Kennemerland Noord 2013"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3487/?format=api",
            "id": 3487,
            "code": "KST-Q-30828",
            "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.726762138487814,
                    52.66622469265374,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T07:10:18.613693Z",
            "created": "2014-08-08T08:13:49.315048Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8b767b8e-9d18-4597-9995-a478403d5ea9/?format=api"
            ],
            "name": "Saenegheest (Inlaat Waterberging)",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -1.66,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Meetopdracht PBS Kennemerland Noord 2013"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3499/?format=api",
            "id": 3499,
            "code": "KST-Q-19510",
            "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.086657954924301,
                    52.68869627908458,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T07:10:17.124306Z",
            "created": "2014-08-08T08:13:49.560423Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/246076b6-036b-4673-b0d7-96a7a7bdb56a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/46eee6b7-946a-46ae-9faf-3ca4a5032684/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bc813a4f-19e5-44c2-83e7-1d5133679df2/?format=api"
            ],
            "name": "Kromme Leek Oost",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 3.33,
            "crest_level": -3.67,
            "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/3500/?format=api",
            "id": 3500,
            "code": "KST-Q-23391",
            "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.872946847407791,
                    52.84315185636073,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T07:10:10.126535Z",
            "created": "2014-08-08T08:13:49.570147Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a9592ce2-d7ce-4525-8094-96c9c79659a9/?format=api"
            ],
            "name": "Oosterwijk",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 0.75,
            "crest_level": -3.87,
            "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/3509/?format=api",
            "id": 3509,
            "code": "KST-Q-20075",
            "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.900321182442286,
                    52.70024571097175,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T07:10:18.440825Z",
            "created": "2014-08-08T08:13:49.733754Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/19792213-2c7f-46bc-9ac5-556d457a7cb0/?format=api"
            ],
            "name": "Stuw Lage Hoek",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "crest_level": -2.6,
            "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/3526/?format=api",
            "id": 3526,
            "code": "KST-D-47",
            "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.896432250324566,
                    52.75586021854507,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T07:10:12.063468Z",
            "created": "2014-08-08T08:13:50.029223Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d9cafd86-51c0-4530-bc58-a4788b09fc47/?format=api"
            ],
            "name": "Winkelerzand",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -2.04,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "revisie besteknr. 102671"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3540/?format=api",
            "id": 3540,
            "code": "KST-Q-23362",
            "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.78095892868453,
                    53.07707115256174,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T07:10:18.816989Z",
            "created": "2014-08-08T08:13:50.238040Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/193e9f7e-7fdd-4d9d-b935-edd86bf0a3b7/?format=api"
            ],
            "name": "Waal en Burgerdijk (Everstekoog)",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": -0.93,
            "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/3543/?format=api",
            "id": 3543,
            "code": "KST-Q-30792",
            "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.679983379139812,
                    52.72709483793629,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T07:10:01.874215Z",
            "created": "2014-08-08T08:13:50.279561Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d7447403-dea8-4afa-b7b5-bf30f34ef7a0/?format=api"
            ],
            "name": "Polle",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -1.52,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Meetopdracht PBS Kennemerland Noord 2013"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3555/?format=api",
            "id": 3555,
            "code": "KST-Q-24544",
            "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.76397769365316,
                    53.02454733914873,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T07:10:04.149011Z",
            "created": "2014-08-08T08:13:50.465687Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f0e29de7-3ffa-4d91-8791-22ca0667f7c3/?format=api"
            ],
            "name": "Watermolenweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -1.14,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Inventarisatie Texel"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3560/?format=api",
            "id": 3560,
            "code": "KST-Q-24655",
            "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.775615263295948,
                    53.09320168121036,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T07:10:05.126049Z",
            "created": "2014-08-08T08:13:50.541216Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5f11183e-5b1c-4310-8659-a330ca3bba85/?format=api"
            ],
            "name": "De Wijde Blik",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.25,
            "crest_level": -0.41,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Texel"
        }
    ]
}