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=295
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=296",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=294",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23053/?format=api",
            "id": 23053,
            "code": "IW4535",
            "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.95109931709121,
                    52.7118921951291,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:26:18.266650Z",
            "created": "2020-07-08T08:56:12.944358Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6628e5f5-e4e9-4425-98ca-96b5d0dd46ac/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1356cc52-5aa8-4403-850d-1eefb515a33c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/47623f74-7e5e-4fd6-8ba1-2e8867de4e0f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4810360a-c8d7-4a75-ba49-1b692dc34f2f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4d454193-20da-44fc-8bf4-9700d2d3a795/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2b727836-8b50-48a6-a0bf-206c82d0b581/?format=api"
            ],
            "name": "Inlaatwerk Vollenhover kanaal",
            "type": "inlet/outlet",
            "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/23054/?format=api",
            "id": 23054,
            "code": "IW4540",
            "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.85122167103696,
                    52.6160088561989,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:23:03.169737Z",
            "created": "2020-07-08T08:56:12.973465Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/77c0c9ce-9904-415e-9039-099f573ef4ef/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a9150585-a184-4854-b9ad-279f02b1c8f4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eff02e18-e7de-4107-8465-f756f0d6325b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f04cd2a8-b65c-4ddd-b821-bc19534e66cd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/14088662-49a7-46b4-acf7-5da4eeb9f895/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/95e4ed02-4af2-4f5b-a131-a081c7ced7dd/?format=api"
            ],
            "name": "Inlaatwerk Ramspol",
            "type": "inlet/outlet",
            "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/23055/?format=api",
            "id": 23055,
            "code": "IW4530",
            "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.95696357089348,
                    52.7247606716596,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:39.990706Z",
            "created": "2020-07-08T08:56:13.003282Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a8f5a328-99db-4c33-bd40-847173cf870f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7580de60-1127-4a92-b817-c93f1118411c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/03f09c2e-2a3e-40dd-8865-8fbe4d1c31a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/41df79d7-96c9-4920-befa-434080aaff83/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dbae6f5d-beb4-478b-aa0f-89bec4d3755a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b0530d39-6ae5-4cf2-89ca-de0a71560c69/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8aefe5ac-37e5-4ca9-aca1-d6811139fe40/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2589a5e9-d6dd-417c-83d7-74fc42cd8aa5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c4937ff1-73df-4bcd-9fe9-4df106c2e511/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c5c65f00-567c-4cae-a480-ef213c63a5f0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7c4f5bc7-f0a5-4400-bbcd-92e15d328fbe/?format=api"
            ],
            "name": "Inlaatwerk Blokzijl",
            "type": "inlet/outlet",
            "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/23056/?format=api",
            "id": 23056,
            "code": "IW4545",
            "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.9305764479277,
                    52.6737835806037,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:39.180428Z",
            "created": "2020-07-08T08:56:13.033980Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/672f3060-e9b2-45ab-80c6-f58ae122a3c4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9f86b82f-5fb8-4bfa-922f-1c7ccbe57d03/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b7abe8f9-7be0-40b6-8f5c-8feb059ec3d1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b40233f2-837d-45c9-a776-e18821fd013a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/622bd917-b1dd-47c6-a522-3a4ac3e0dbf1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/99e006a8-d856-4444-9959-2bb1596419d0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/095301fe-ddc9-4fb2-9fb1-027912f24baf/?format=api"
            ],
            "name": "Inlaatwerk Waterloopbos",
            "type": "inlet/outlet",
            "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/23057/?format=api",
            "id": 23057,
            "code": "IW4500",
            "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.7046831333498,
                    52.8339467865479,
                    0.0
                ]
            },
            "last_modified": "2023-04-15T05:01:55.225129Z",
            "created": "2020-07-08T08:56:13.066060Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/15732888-d6a7-44f4-ab44-a9ce8335cc01/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/204a1465-d86e-4e9a-9ce7-985a82de92db/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/af903ecb-236d-44f0-8ead-4a2035c5a391/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d0a4bfa9-7f9f-43e7-83cb-ff2710196660/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/39ce7ae9-b4d5-4281-9c14-eaaa00dbe897/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/063da616-a995-44e2-9bfc-ef07fbae44d6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/48c92784-4433-4bb7-968f-dc214cd4f1db/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/75f03acb-23be-4fbc-a813-c38f533ca998/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cc29d2a2-e0a9-42b9-a294-6d2b380ec86e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/afbc6cdc-a97b-4e75-aa49-34cd07d754c1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e85a54f3-6820-426e-b0d3-8dde7ded7eea/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e3f16909-6598-4920-8245-e8e6e7f7a0d9/?format=api"
            ],
            "name": "Inlaatwerk Lemmer - Rutten",
            "type": "inlet/outlet",
            "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/23058/?format=api",
            "id": 23058,
            "code": "IW4570",
            "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.75800887608121,
                    52.5793990120105,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:02.177905Z",
            "created": "2020-07-08T08:56:13.096039Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ac466eff-2a45-4318-b191-536532ef8cab/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8f403470-c77a-44c0-847d-38f97246d815/?format=api"
            ],
            "name": "Inlaatwerk Colijn",
            "type": "inlet/outlet",
            "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/23059/?format=api",
            "id": 23059,
            "code": "IW4550",
            "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.93752244502588,
                    52.6794494760139,
                    0.0
                ]
            },
            "last_modified": "2020-07-08T08:56:13.184096Z",
            "created": "2020-07-08T08:56:13.184146Z",
            "image_url": "",
            "timeseries": [],
            "name": "Inlaat Repelweg",
            "type": "inlet/outlet",
            "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/23060/?format=api",
            "id": 23060,
            "code": "ST4897",
            "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.84189415327461,
                    52.7849558836774,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:23.663770Z",
            "created": "2020-07-08T08:56:13.213207Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/395bee08-ab30-4087-ab4b-3daa954057b8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fe0000e9-3e9c-4653-8011-5558f4fba269/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b300899f-cbad-4735-ba55-eddc4aa52ad3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/08567d91-6f04-4e16-92d5-432cae732c8d/?format=api"
            ],
            "name": "Stuw Hopweg",
            "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/23061/?format=api",
            "id": 23061,
            "code": "ST2291",
            "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.60979601481085,
                    52.6634213828171,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:01:33.579374Z",
            "created": "2020-07-08T08:56:13.261994Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7b115791-b371-405c-8df1-d4e62ca70ab8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5328ca90-55f9-4e9b-893d-3817a8787c84/?format=api"
            ],
            "name": "Stuw Pyramideweg",
            "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/23062/?format=api",
            "id": 23062,
            "code": "ST4775",
            "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.78580141356656,
                    52.6769273479963,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:01:59.326032Z",
            "created": "2020-07-08T08:56:13.289687Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/511e75a9-dc89-44a8-9f96-9fec96dd8253/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/82bbf998-285d-49ad-9732-06fbf4e9b679/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4404f1ba-cb51-49d9-b5c8-e4b12c78b725/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/38697b20-fbe7-4c3a-bfdc-07e7959f7846/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bfab8e91-7f22-4be9-9fb0-74747000885e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d50466b2-603e-4fbf-b81b-f79ec816dbb2/?format=api"
            ],
            "name": "Stuw Bomentocht",
            "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
        }
    ]
}