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=297
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=298",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=296",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23073/?format=api",
            "id": 23073,
            "code": "ST4760",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.8119100893732,
                    52.6199934406137,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.266265Z",
            "created": "2020-07-08T08:56:13.732366Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/85ad48d3-f041-479b-b58f-4ab1cd9dbe1b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f1ac1402-35aa-4991-a923-98c89d03a7a4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5a63f7eb-f0da-4fd7-904c-1376e8f48444/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9a6b4604-e723-4f29-a0d2-0c9099abe2af/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/70607ea9-48f1-4805-be76-65224176c11d/?format=api"
            ],
            "name": "Stuw Ramstocht",
            "type": "valve",
            "crest_type": "sharp crested",
            "crest_width": null,
            "crest_level": null,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 0,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23074/?format=api",
            "id": 23074,
            "code": "ST4710",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.87341986673857,
                    52.7354124219152,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:46.703542Z",
            "created": "2020-07-08T08:56:13.791802Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ce26e795-ac68-4289-8bfc-4d464a5232cf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/20815c26-da5a-4135-a0b1-f93aa4669dfd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a4953d43-916f-428d-a6a7-80a136bda732/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8ce8bcb2-f160-47f5-b3cb-ef49dfce41ac/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/892f46bc-23de-4656-8bdb-ad12e632aa7a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/25eca7dc-d3ad-40ff-ad1a-6b82db66d6cb/?format=api"
            ],
            "name": "Stuw Kalenbergertocht Laag",
            "type": "valve",
            "crest_type": "sharp crested",
            "crest_width": null,
            "crest_level": null,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 0,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23075/?format=api",
            "id": 23075,
            "code": "ST4765",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.86871773792249,
                    52.6455969411685,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.283966Z",
            "created": "2020-07-08T08:56:13.825288Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/295036c1-e58b-4d01-b65f-4ddc682af0c6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c18a2de1-e91d-41a6-bd06-423c85232910/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/83ec5570-b60f-44fe-a85c-03519b99e5d2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/406218b1-352b-48b3-afdb-78746a87eedc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b78a7bb4-e949-4a00-a659-135721557d48/?format=api"
            ],
            "name": "Stuw Neushoorntocht",
            "type": "valve",
            "crest_type": "sharp crested",
            "crest_width": null,
            "crest_level": null,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 0,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23076/?format=api",
            "id": 23076,
            "code": "ST4725",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.92640149425154,
                    52.6673048871516,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.356526Z",
            "created": "2020-07-08T08:56:13.864255Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e07f98bf-a07e-4db6-bfe9-89d37765d97d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ec197115-f829-4526-a6ed-0b7b71dacd43/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b6507d45-c141-4075-9ead-a5f04bd5e4ed/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8799c2ee-4644-4a81-9947-3c27144c1f6b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c64b97fb-8d4b-4431-9851-9f7cad638231/?format=api"
            ],
            "name": "Stuw Kadoelertocht",
            "type": "valve",
            "crest_type": "sharp crested",
            "crest_width": null,
            "crest_level": null,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 0,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23077/?format=api",
            "id": 23077,
            "code": "ST4770",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.7580524364692,
                    52.6458949379984,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:01:58.556230Z",
            "created": "2020-07-08T08:56:13.902576Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6d2afdc0-9a83-44d6-9f3a-457e5f6e16fe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6c39f0f3-7f78-4d00-b077-bf80be2457f7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d924ede8-a03a-48f7-b5a2-2cd3173c6065/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3afde947-138a-42d7-ace6-4343c2920045/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d16d75b4-1ad4-46f1-9374-f8196fc17c25/?format=api"
            ],
            "name": "Stuw Palentocht",
            "type": "valve",
            "crest_type": "sharp crested",
            "crest_width": null,
            "crest_level": null,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 0,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23078/?format=api",
            "id": 23078,
            "code": "ST4730",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.85715229126242,
                    52.750971228792,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:06.604365Z",
            "created": "2020-07-08T08:56:13.931906Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/505f5f72-7468-4676-9a5e-8655260955a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c8c30c65-e2b5-4529-a2fa-c8e8c85e884e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/221bacfe-18ad-44a1-9a62-db072b931d84/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1fc43513-6ed8-4f3b-96b4-778d14d79d99/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b60f2e50-7f2e-4247-bf65-d6611a6e7641/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/10efcb1b-6743-4432-b75c-d90ac98e84a2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a584f2aa-9788-4b00-b7b7-64d7c2630f66/?format=api"
            ],
            "name": "Stuw AMT",
            "type": "valve",
            "crest_type": "sharp crested",
            "crest_width": null,
            "crest_level": null,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 0,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23079/?format=api",
            "id": 23079,
            "code": "ST4868",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.85611133645556,
                    52.6314656050875,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.379659Z",
            "created": "2020-07-08T08:56:13.990695Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2f2aa0ac-127e-4efd-b423-b878957c5580/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/02da9718-41bb-479a-9839-fb6761fe9c0a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5455423f-43fc-4452-8956-dfaf83cab545/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e87419b1-a966-47d2-a291-93a91b911d6c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c9ea4bc0-fabd-4658-bd24-b45806e2f2db/?format=api"
            ],
            "name": "Stuw Zwijnstocht - 1",
            "type": "valve",
            "crest_type": "sharp crested",
            "crest_width": null,
            "crest_level": null,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 0,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23080/?format=api",
            "id": 23080,
            "code": "ST4915",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.77939192830304,
                    52.6579050836002,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:00.060513Z",
            "created": "2020-07-08T08:56:14.047494Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9323b941-dd36-4c3c-baba-e67e85c154f6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/46953e57-7d3a-4c64-b4d1-566f189bfa82/?format=api"
            ],
            "name": "Stuw Schokland V-115",
            "type": "valve",
            "crest_type": "sharp crested",
            "crest_width": null,
            "crest_level": null,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 0,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23081/?format=api",
            "id": 23081,
            "code": "ST4917",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.77868118485708,
                    52.6494595625762,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:07.443600Z",
            "created": "2020-07-08T08:56:14.124626Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e2b313d0-a86b-458a-a343-886fdfadf23d/?format=api"
            ],
            "name": "Stuw Schokland V-107",
            "type": "valve",
            "crest_type": "sharp crested",
            "crest_width": null,
            "crest_level": null,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 0,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23082/?format=api",
            "id": 23082,
            "code": "ST4896",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.73081758808636,
                    52.8305672234979,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.441517Z",
            "created": "2020-07-08T08:56:14.170747Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/70b2d36c-00e6-4309-a7e8-f5be7e93c376/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a73738d9-24db-4972-8d44-7f972249473a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c855b1fd-6f46-4d1c-8da4-5dde71616b9b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e7dc13c1-7806-483d-bba5-b0935a83e8a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2a5bd150-48d2-435f-b807-e0c3e6d59078/?format=api"
            ],
            "name": "Stuw Lemstervaart West",
            "type": "valve",
            "crest_type": "sharp crested",
            "crest_width": null,
            "crest_level": null,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 0,
            "angle": null,
            "comment": null
        }
    ]
}