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=299
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=300",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=298",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23093/?format=api",
            "id": 23093,
            "code": "ST4835",
            "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.67553206319628,
                    52.8035650620661,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.907579Z",
            "created": "2020-07-08T08:56:14.732001Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/af1f1562-cb4b-4a34-bf19-d4d6eab64800/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/12dd8b3f-64b4-450b-a937-2fd6d7dc24df/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/325dd1f4-dd16-4044-a579-55f817a2b531/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0edc60ad-fc28-4f50-9194-6ec27351d3c0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dddd204f-04eb-4ac8-a8c1-1893223c1842/?format=api"
            ],
            "name": "Stuw Friese Hoek d-tocht",
            "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/23094/?format=api",
            "id": 23094,
            "code": "ST5105",
            "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.61966271897199,
                    52.4607945332156,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:08.106218Z",
            "created": "2020-07-08T08:56:14.765072Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/30b60cfd-6819-4530-9427-9a94d8e4247a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5a9e317f-b003-4f0c-a598-c8dede306f00/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/70846565-e436-416d-9d8c-4396e5861c87/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c14c4a5c-aaba-4a3b-8364-4314ba7e12bc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5db00d51-7cc2-44cc-9deb-7267f955e593/?format=api"
            ],
            "name": "Stuw Kubbetocht",
            "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/23095/?format=api",
            "id": 23095,
            "code": "ST5110",
            "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.64163197544355,
                    52.4713635324725,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:10.028857Z",
            "created": "2020-07-08T08:56:14.819843Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b0c77dc3-a2bf-4142-9d3a-926d2e071cc7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c168f13e-aee2-4745-a51b-515cce725416/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/43a85833-5e1c-4cca-b780-5d52d7a9793a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0ec189c7-6f37-4f02-9124-593e066f941e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b3163903-1e6b-4200-8c88-3ed6198be9a0/?format=api"
            ],
            "name": "Stuw Zijdenettentocht",
            "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/23096/?format=api",
            "id": 23096,
            "code": "ST5115",
            "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.6578339219198,
                    52.4879363548121,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:11.948880Z",
            "created": "2020-07-08T08:56:14.884041Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/60dd0a2b-7080-4445-a3fc-e4c31f082664/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bbc659bc-436d-4cd4-a2f1-cf441d759893/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c33c17b7-dec6-4d6b-b987-086ee1321f48/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/43e8f3ce-35eb-4ba5-9c94-ec4ca6f405a8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4bc6276b-5472-4ea2-8bca-47e13b15dd59/?format=api"
            ],
            "name": "Stuw Swiftertocht - 2",
            "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/23097/?format=api",
            "id": 23097,
            "code": "ST5125",
            "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.65826939420177,
                    52.5181059190935,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:10.955997Z",
            "created": "2020-07-08T08:56:14.914397Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c45c1ae4-fbab-4724-a07a-8bcd6c7e352d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c635351f-0687-4bf5-a88d-a849484ddff7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d052af3b-56c2-4056-828c-9912766129db/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6ae53db6-f02c-459a-838c-0bef642959db/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/98f6f0e0-962a-4d09-a12d-97bf21bcef9e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/753a6e0f-9899-4985-9ff5-c5a9abc01cd8/?format=api"
            ],
            "name": "Stuw Roodbeentocht",
            "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/23098/?format=api",
            "id": 23098,
            "code": "ST5130",
            "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.66469202028655,
                    52.4828336305017,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:13.214649Z",
            "created": "2020-07-08T08:56:14.952000Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2e47c90a-c5ed-4548-b451-eb94f53eefc9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8192c408-917c-4587-acdf-5913452bb8ac/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/35b5ecba-b139-4741-9fed-1260eaf35f16/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7583fa50-2793-4371-bc77-7cf332747bae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/01b0274e-5bda-48ba-803f-84a0a06026e9/?format=api"
            ],
            "name": "Stuw Swiftertocht - 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/23099/?format=api",
            "id": 23099,
            "code": "ST5135",
            "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.68901286435476,
                    52.5175912745628,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:14.855288Z",
            "created": "2020-07-08T08:56:14.986778Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ba447aca-bbe2-4189-b58f-eb0a1554e088/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/330158ed-4e5c-4a91-9b60-1ebd9e8d650f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/af20f4e3-fa33-4b1d-8ae4-f0debeaab1e8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9e1699d0-10f7-4f60-b764-69cc606f0de9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e0f66efa-56f5-4318-b885-9ef57d6e80d4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3f3d4375-bf5b-43ee-81e7-405039769b5c/?format=api"
            ],
            "name": "Stuw Riettocht",
            "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/23100/?format=api",
            "id": 23100,
            "code": "ST5100",
            "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.59523494573236,
                    52.4507021313259,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:16.451764Z",
            "created": "2020-07-08T08:56:15.018105Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5085019e-15c5-4cc3-9901-992424c848ea/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fa77172f-6ec2-4aa6-94d1-e5caec652af3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1419661d-b611-48bd-93b1-564335a1bb88/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5538ec14-bd16-42b1-9f6e-0ee35b53c43f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ae4971de-ae84-45c9-9f9f-ade85fa99c89/?format=api"
            ],
            "name": "Stuw Hoekwanttocht",
            "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/23101/?format=api",
            "id": 23101,
            "code": "ST5120",
            "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.60594907404557,
                    52.4844395460023,
                    0.0
                ]
            },
            "last_modified": "2023-03-11T06:01:53.679039Z",
            "created": "2020-07-08T08:56:15.053339Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/db4a6de9-0aa4-4cd3-8675-87248e3ecaba/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8583b7dc-74e1-4276-8242-c4108840c2c9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3c36063f-eb68-42c5-adee-2f4fcb878097/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d3ba8289-3251-45b6-b3c1-f3683fbec4c9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6b79d34a-0980-4947-9fa8-097441c759b5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d2822ebc-9bdd-4b08-b822-6055b426f310/?format=api"
            ],
            "name": "Stuw Wiertocht",
            "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/23102/?format=api",
            "id": 23102,
            "code": "ST5235",
            "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.51301065926946,
                    52.3336924886828,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:04:36.239670Z",
            "created": "2020-07-08T08:56:15.147538Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bfec8bf1-5347-499d-b3a7-6f7b619a512c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/848c0205-9188-4280-bfbe-f1d8fdfdc25d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ddde1a70-0312-464a-aedb-b6260515168d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0f41d8bd-f02d-435b-bc56-9de2a880e3ae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a7f63737-39cf-4668-a656-f239591215da/?format=api"
            ],
            "name": "Stuw Spiektocht",
            "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
        }
    ]
}