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=298
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=299",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=297",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23083/?format=api",
            "id": 23083,
            "code": "ST2069",
            "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.66554899587582,
                    52.6794355558698,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:21.596427Z",
            "created": "2020-07-08T08:56:14.217619Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6962b19b-dce4-4768-ac39-c92160bd7cc9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/96e92847-6d33-45ed-ac3d-3ddcf1815230/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/395b4451-3014-4dcc-9f17-606b2110c1bd/?format=api"
            ],
            "name": "Stuw Woonwijk Tollebeek",
            "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/23084/?format=api",
            "id": 23084,
            "code": "ST2066",
            "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.87261534353894,
                    52.7108812420321,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.531528Z",
            "created": "2020-07-08T08:56:14.271499Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cd0cc21b-a700-4cf3-aa6a-e9852f46b527/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/336db203-43e0-4c33-b57a-8493e737a1fe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e7b9e260-9ce7-4f8c-8ad0-87572cdeb68f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/da08350d-8184-4092-81a9-03f49a8c5ac8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e923981f-451a-482a-af64-57b63aeb4af5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/abd772d3-1ebc-4d9e-bdf1-7122a6662f94/?format=api"
            ],
            "name": "Stuw Industrieterrein Marknesse",
            "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/23085/?format=api",
            "id": 23085,
            "code": "ST2279",
            "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.62846910124268,
                    52.6642117451719,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.596165Z",
            "created": "2020-07-08T08:56:14.315685Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d043b7e8-176c-4234-9e56-86836d16dca2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c78bd929-2a5f-4cde-8b63-8056da34b57b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dde7c8c9-25a5-44ff-a0a3-9b8cbc5908b6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a4e71725-1bc3-4b52-a6e4-99adf3ad0a35/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4853f7af-56cd-4853-97ad-c06967abc6c8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/08d3bdab-5bed-4ea9-a6bf-9b558075a9cf/?format=api"
            ],
            "name": "Stuw Nagel",
            "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/23086/?format=api",
            "id": 23086,
            "code": "ST4866",
            "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.81246691389686,
                    52.7493598353544,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.637101Z",
            "created": "2020-07-08T08:56:14.375575Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b116b56f-e6a3-46c6-b2f7-a7db99bad595/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9ceca015-1cfd-47c0-a4ed-3e18bb2f0e52/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e592ccf8-fdfd-4c46-8230-2f8f7161259e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ed7e53f2-0de6-4fb6-9f14-c37d37d5c966/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a958f7bf-5fa8-46f7-acff-61a1cf489ff0/?format=api"
            ],
            "name": "Stuw Burchttocht",
            "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/23087/?format=api",
            "id": 23087,
            "code": "ST4892",
            "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.85806269535653,
                    52.7474807087409,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.720375Z",
            "created": "2020-07-08T08:56:14.411830Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5cf90924-7dd4-4c08-99e0-cf4619278003/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/040a2cdf-0b91-4d47-b00f-32ea6aa65807/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4bf55856-2d7c-4818-85ba-fcbf0abc9c46/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/046b8822-47ee-4e23-b497-52a9c72503c4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ed316cad-b50b-4dbb-bb43-491ca8c8f11f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3064ab8d-8141-4cf1-8736-7b0aa4a16a2e/?format=api"
            ],
            "name": "Stuw Weteringtocht",
            "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/23088/?format=api",
            "id": 23088,
            "code": "ST4918",
            "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.86140979556548,
                    52.7337982927537,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:54.550942Z",
            "created": "2020-07-08T08:56:14.455732Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8ee3aa49-c441-4f39-9c89-16292f1c5114/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7e5d977b-7c6e-4f25-8d0c-cc74c439e480/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6f112e26-8d88-4b1f-b65e-00345f64907c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b4a08825-0f1f-4cb3-9935-b1a87d3b1358/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a9d366c9-fbf3-42be-8329-d7d45b70460d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/94c3ee46-a90a-49bf-b2b4-36a6aa02c26e/?format=api"
            ],
            "name": "Stuw Kassengebied Luttelgeest",
            "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/23089/?format=api",
            "id": 23089,
            "code": "ST2057",
            "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.79191579782558,
                    52.7114707159625,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.751998Z",
            "created": "2020-07-08T08:56:14.514448Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f8e82e0c-88c8-4ec2-a9f6-3e26287aa269/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e8bc8470-b982-4229-8621-b4d3d40455e8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/65e9ebbe-cbd7-433c-804e-d10d8748b841/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/716c4c56-d423-4000-b340-af4814c4b5e9/?format=api"
            ],
            "name": "Stuw De Munt",
            "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/23090/?format=api",
            "id": 23090,
            "code": "ST2059",
            "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.76355601612961,
                    52.7071242558831,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.819181Z",
            "created": "2020-07-08T08:56:14.568486Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9bd8bcd4-14b8-48ce-9e53-d31256648095/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d0dc89fb-1f4e-4590-9f67-ce88a6584950/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/41abd67f-1609-49e6-a0a1-5c22513a5ec9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2a6e7a09-143b-4e54-b02d-5462f6383d4d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f6edf9b7-7b67-4d00-b096-35255143ea54/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/50e533b4-656f-4a87-9e1d-6d730de53149/?format=api"
            ],
            "name": "Stuw Makkumstraat",
            "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/23091/?format=api",
            "id": 23091,
            "code": "ST4881",
            "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.90529026580573,
                    52.6910078735486,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.851822Z",
            "created": "2020-07-08T08:56:14.619598Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/39dfb861-4569-4bd2-bb79-a2af760701b8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bbf04c27-d1da-40f8-895a-1e11c44a0320/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ee05ef46-a191-4196-95e1-784a4ef12990/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/26b34920-10a1-4ae1-8719-454d3a76467c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ebe3a332-cea0-4083-af9d-d646800bb222/?format=api"
            ],
            "name": "Stuw Voorstertocht",
            "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/23092/?format=api",
            "id": 23092,
            "code": "ST2053",
            "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.73919732588896,
                    52.6862861367122,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:26:15.075792Z",
            "created": "2020-07-08T08:56:14.659766Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c187b5f9-d6bf-4675-8b1f-4ceb0cac0eba/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f27d4648-e623-4abb-b947-8e186a6796b9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ce0ca18e-3750-4482-b397-a439f62f3cd1/?format=api"
            ],
            "name": "Stuw Industrieterrein A6",
            "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
        }
    ]
}