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=288
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=289",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=287",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22441/?format=api",
            "id": 22441,
            "code": "KST-OH-362",
            "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.799730511308995,
                    52.86856196776709,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:10.267421Z",
            "created": "2019-10-26T07:10:28.305254Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/89ade300-b80e-4cac-bf4a-7b0c73008e09/?format=api"
            ],
            "name": "Klaver",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -1.66,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22442/?format=api",
            "id": 22442,
            "code": "KST-D-30",
            "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.812710276838875,
                    52.71742189995631,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:11.579053Z",
            "created": "2019-10-26T07:10:29.059583Z",
            "image_url": "",
            "timeseries": [],
            "name": "Stuw Speketer",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.2,
            "crest_level": -4.0,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22443/?format=api",
            "id": 22443,
            "code": "KST-OH-458",
            "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.686502379763876,
                    52.49929512250386,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:11.412618Z",
            "created": "2019-10-26T07:10:29.168786Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/28e16a31-10b3-46c3-8f99-9108028d2c04/?format=api"
            ],
            "name": "-",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.74,
            "crest_level": -2.22,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22444/?format=api",
            "id": 22444,
            "code": "KST-E-508",
            "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.997842865642827,
                    52.49470678185374,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:09.800302Z",
            "created": "2019-10-26T07:10:29.273685Z",
            "image_url": "",
            "timeseries": [],
            "name": "Middentocht",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 0.86,
            "crest_level": -5.45,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22445/?format=api",
            "id": 22445,
            "code": "KST-OH-460",
            "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.70603499195357,
                    52.85258760435482,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:18.975341Z",
            "created": "2019-10-26T07:10:29.312401Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/60e6a367-f88c-4a9b-9b92-6908391403cd/?format=api"
            ],
            "name": "Stuw Minneweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": null,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22446/?format=api",
            "id": 22446,
            "code": "KST-AL-33",
            "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.740823759562023,
                    52.6669608922786,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:17.630371Z",
            "created": "2019-10-26T07:10:29.943619Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fe62dd0b-bd16-4118-aef3-629258fa5735/?format=api"
            ],
            "name": "-",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 0.8,
            "crest_level": -1.39,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22447/?format=api",
            "id": 22447,
            "code": "KST-Q-19427",
            "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.845385407866448,
                    52.79684569331762,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:18.630488Z",
            "created": "2019-10-26T07:10:29.978537Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/89b3ac9e-e2bb-4b9a-b67a-dc2906033400/?format=api"
            ],
            "name": "Stuw Noorderkaag",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -3.04,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22448/?format=api",
            "id": 22448,
            "code": "KST-OH-411",
            "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.80529202848026,
                    52.82906152100202,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:11.165792Z",
            "created": "2019-10-26T07:10:30.012370Z",
            "image_url": "",
            "timeseries": [],
            "name": "Aflaat",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 0.6,
            "crest_level": -1.65,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22449/?format=api",
            "id": 22449,
            "code": "KST-Q-30823",
            "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.730963221978636,
                    52.66826637060641,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:15.866408Z",
            "created": "2019-10-26T07:10:30.054476Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a5f8665b-8e04-4288-ba56-b9a09ee8ba48/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ebad30fb-7684-4196-a9a5-2975b6a9bba6/?format=api"
            ],
            "name": "Saenegheest inlaat",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -1.68,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22450/?format=api",
            "id": 22450,
            "code": "KST-OH-454",
            "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.759646822441983,
                    52.79698082676565,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:07.438996Z",
            "created": "2019-10-26T07:10:30.103631Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3063f13f-4392-4b23-85c0-f099717598af/?format=api"
            ],
            "name": "Schagerbrug",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -1.45,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        }
    ]
}