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=296
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=297",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=295",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23063/?format=api",
            "id": 23063,
            "code": "ST4735",
            "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.81338501202493,
                    52.7005933827466,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:02:32.198223Z",
            "created": "2020-07-08T08:56:13.318629Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f6823ee0-33b8-4f0c-bb71-10bc9dc30e1e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/31b3434e-fea1-478e-b576-b1aa028818ad/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d9d6ac39-4618-4b7a-ac0c-7b8e6598faa9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/35a0f38e-2e1c-4b85-b970-af5b5b7bf8e4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cc1d4cb8-e353-470b-8a4c-45bbc1b27fa4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4dbf948b-07c7-4694-8968-1366228c3746/?format=api"
            ],
            "name": "Stuw Kleeftocht",
            "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/23064/?format=api",
            "id": 23064,
            "code": "ST4780",
            "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.75723670186186,
                    52.7894098417296,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:01:45.663538Z",
            "created": "2020-07-08T08:56:13.346553Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b21af7ff-c897-42a3-a9da-831e2b7c2dda/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a786a1e8-611c-4a76-910b-bf4926f2cd67/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/77d3a907-d585-401e-b0fa-9a3d209a87df/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ac64e8c8-45fb-417b-a5f8-0f84ea588c7a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6220a489-c9e8-4294-869c-ea9fd3029dd5/?format=api"
            ],
            "name": "Stuw Schotertocht Noord",
            "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/23065/?format=api",
            "id": 23065,
            "code": "ST4740",
            "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.94166507515396,
                    52.7241409315588,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.073882Z",
            "created": "2020-07-08T08:56:13.376494Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/30844941-da11-4cb0-98fe-b7d95408ca3b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d3b9bdfe-5fe7-4a2e-817c-defc4c6650e5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5f5464b0-bf04-457f-8177-b12a2cae8344/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9738cbc2-5122-4c21-b618-65e1cb8c7fde/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e86e9d19-4932-4a6e-9a60-4be7d46792ec/?format=api"
            ],
            "name": "Stuw Marknesserweg",
            "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/23066/?format=api",
            "id": 23066,
            "code": "ST4785",
            "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.75176578117281,
                    52.7928596546302,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.185710Z",
            "created": "2020-07-08T08:56:13.408784Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f34a590c-fbcc-4d31-ab7e-8cddd40a1391/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3ab0e57f-7067-40c4-9a29-42ae9061c757/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/20a00188-9054-4527-b14b-dfaaba93644e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6a0c57f3-40ef-458f-b9d1-4aaa196f0794/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8d511221-4604-49a0-8759-bbdfb1e9301d/?format=api"
            ],
            "name": "Stuw Venetocht - 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/23067/?format=api",
            "id": 23067,
            "code": "ST4741",
            "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.94182458728538,
                    52.715683389188,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.171848Z",
            "created": "2020-07-08T08:56:13.440895Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/96fb9001-591e-4a2d-a0f1-00ddc9d9d365/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f9873715-45fc-4e06-bb2a-fbc13cd2c7d0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e99345b4-90bc-4036-a16d-1903e9b34343/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f4da7a27-6dcd-4b8f-bafe-730fd9ca20a3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/17c7a6e4-e758-4490-aeb9-489d90a13a90/?format=api"
            ],
            "name": "Stuw Rietkerk",
            "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/23068/?format=api",
            "id": 23068,
            "code": "ST4790",
            "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.63052737674393,
                    52.6888858007901,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:02:33.229373Z",
            "created": "2020-07-08T08:56:13.470648Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a652f9c8-5315-46e8-ad04-d385be30314a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ea464025-2089-4886-a136-cdb9abee06b5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8dc5705f-3fc5-4e82-bc7a-14b41e8712b2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ba924ee4-577e-49f7-b626-c59b5d30f05d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fdf7121c-ee1d-419d-9a84-963bf0d015f2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5205deee-d939-43c3-98e4-933ec0d6f5fd/?format=api"
            ],
            "name": "Stuw Steenbanktocht",
            "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/23069/?format=api",
            "id": 23069,
            "code": "ST4750",
            "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.83951819184609,
                    52.7615721653112,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:49:29.208057Z",
            "created": "2020-07-08T08:56:13.501383Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a44c281e-5fe8-49af-935d-223cdeaf7b22/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e57921a2-c166-47db-907a-41bdc63b4243/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2b4acb95-80eb-46c2-a788-0e8ce6e64ad8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2e168947-31f3-4c34-8850-092b96cfaa0f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e5495699-de92-47a1-bec3-c0d5a1a6f083/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/92a28b9f-b351-4c02-8c49-f4a13f04d7f6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0390f079-98ee-47fa-901f-3df199e9f450/?format=api"
            ],
            "name": "Stuw Kuindertocht",
            "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/23070/?format=api",
            "id": 23070,
            "code": "ST4795",
            "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.62601464178108,
                    52.7021416972439,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:02:32.160097Z",
            "created": "2020-07-08T08:56:13.544139Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/71889d21-6682-4b16-b840-05b368287436/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/71d9f0de-f680-4987-821c-83b0f023d194/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/190b5bca-4427-470b-a511-8ba4d4be8b23/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/afcc05ce-e73c-4c33-ab3f-bc69d6c73aff/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4591f058-2ff3-44af-bdd0-8bc7f8fecdc4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f3937f79-c41d-44e0-aea8-01195e8dbc3a/?format=api"
            ],
            "name": "Stuw Ankertocht",
            "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/23071/?format=api",
            "id": 23071,
            "code": "ST4700",
            "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.88593890816738,
                    52.7374366099821,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:23:10.563549Z",
            "created": "2020-07-08T08:56:13.611952Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/df00b8e2-b78b-43dd-8bef-8babbc4971ac/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8e1de1f3-2b7a-4380-b98a-f3163948fe70/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/61df3878-3db7-4179-8591-8725908f1f0a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/90955438-a8ba-40b6-840a-86c6d7e5f91d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1757f5bd-c344-45de-9b30-af1e9e893829/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3082468b-b626-4424-9250-f73f72b4d049/?format=api"
            ],
            "name": "Stuw Kalenbergertocht Hoog",
            "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/23072/?format=api",
            "id": 23072,
            "code": "ST4755",
            "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.76190921071304,
                    52.7741716151541,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:02:31.291033Z",
            "created": "2020-07-08T08:56:13.666582Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/68bafa5e-4b59-436b-b41b-0a96cc1c6b8c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/20da999f-fef7-40e0-9c47-d31e65ddbf17/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a4f31a42-b131-433f-9262-37b25a4dfcc2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ddabdaab-2f26-4777-be93-42dbc871d03d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ed2d7ae6-e530-4a56-b301-84a889804879/?format=api"
            ],
            "name": "Stuw Wellerzandtocht",
            "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
        }
    ]
}