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=292
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=293",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=291",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23023/?format=api",
            "id": 23023,
            "code": "AW4460",
            "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.77793358639405,
                    52.6368351302724,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T10:57:15.783847Z",
            "created": "2020-07-08T08:56:11.923871Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/53cd0226-314a-478b-91c2-a0b0bead44ee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b0343614-7c49-4da7-a43a-77ea43302e04/?format=api"
            ],
            "name": "Aflaatwerk Schokland 9",
            "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/23024/?format=api",
            "id": 23024,
            "code": "AW4415",
            "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.66989194767677,
                    52.4488668118268,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:58.341253Z",
            "created": "2020-07-08T08:56:11.963842Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/30377f3b-e7eb-4d8d-8d9d-3c49dc26f02f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1382239b-6701-49b4-9340-5216a285f0fc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d183e222-ee29-4614-8938-d55153ea592b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1139f53a-eda1-4e28-80c4-b38ff18cefc9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a36508c8-30f0-490f-a96b-b6b5f666fc96/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/62739093-df45-4fe3-abb2-10c71a76aa3b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ba8bf6af-384f-4cd9-8adc-865c220fd31f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/529cfc0e-f43e-489d-8747-85741d6349bc/?format=api"
            ],
            "name": "Aflaatwerk Zijdennettentocht",
            "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/23025/?format=api",
            "id": 23025,
            "code": "AW4420",
            "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.69203318408289,
                    52.4600192680195,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:03:29.684669Z",
            "created": "2020-07-08T08:56:12.003915Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/67a9e739-13f9-4955-b076-311aa3cb3a67/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4f1c522c-64fc-4f99-998a-a60d02ff024a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0b66bbb8-b6af-44dc-bdbd-954068e19e83/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ad407f15-3b46-4501-8977-3cae6210f0e1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/73ea5a3c-0372-455f-bd79-bc363151998e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1626ffab-d5d5-4d9b-80c7-68a0a57cb304/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a4ddc89d-7e35-410c-91b5-3d1a8ed68e86/?format=api"
            ],
            "name": "Aflaatwerk Swiftertocht",
            "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/23026/?format=api",
            "id": 23026,
            "code": "AW4435",
            "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.74757569920738,
                    52.530369549091,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:03:50.584211Z",
            "created": "2020-07-08T08:56:12.059594Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a4a98f57-fd96-47be-ab26-d5fe7814d5fe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b3fe96d4-18a0-425c-94b9-77b4d664aa48/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c51e4021-675a-4e78-a148-0a83fb79048f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/715f4df8-cb70-455c-b67a-ede5ee0e031c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f6d2d00d-5ba9-4e45-a81c-e66a9e51d7cc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b33b57d7-c44b-42ee-81c1-797cc3354a08/?format=api"
            ],
            "name": "Aflaatwerk Hanzetocht",
            "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/23027/?format=api",
            "id": 23027,
            "code": "AW4405",
            "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.62732655149839,
                    52.4252338188273,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:03:50.703326Z",
            "created": "2020-07-08T08:56:12.102484Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f91f974a-7a5a-459e-8d2f-f32b4494f9fc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/39811897-9733-4149-ac94-2c20a975eafe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3d110ac9-96ef-41d3-a57c-8ba9af2fadda/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9bff8f2b-4a19-4bbd-a018-48ac4969ad63/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/146feba8-e724-49f8-a37e-88331c2c4dd3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/32d88b96-f7cf-4e0d-b5a7-6a8ded1fc991/?format=api"
            ],
            "name": "Aflaatwerk Hoekwanttocht",
            "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/23028/?format=api",
            "id": 23028,
            "code": "AW4425",
            "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.69620718211574,
                    52.4783068779474,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:03:39.969386Z",
            "created": "2020-07-08T08:56:12.147782Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9c2635c3-0e5a-430a-838b-c4d5934e3aa0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d02430ad-e715-41b6-b1d9-f9e00abb25f3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8d155aa0-842d-4127-a10b-fe7aa70d9463/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/434eac48-c901-44be-bbdc-719c2147ca3b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a73d2480-9327-4a4c-8129-81d262dd0497/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e0927aff-47a4-42c4-844c-10d0ef5f7612/?format=api"
            ],
            "name": "Aflaatwerk Ansjovistocht",
            "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/23029/?format=api",
            "id": 23029,
            "code": "AW4430",
            "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.7212674860807,
                    52.4988200522467,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:03:30.405148Z",
            "created": "2020-07-08T08:56:12.182552Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b4e49198-4005-4156-b6a6-c1a27caec69b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0703bdb5-1c4b-44a4-81d7-fb9636f5c14f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0f4dcb4d-fb56-445d-86dc-45cd41041fcc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cfb36575-cf44-4ff7-bb17-e03849aa9787/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/566355ba-b521-42cd-946a-103dd1d1b33b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/59c2a410-8c9d-4e85-b64b-03ab980f5ece/?format=api"
            ],
            "name": "Aflaatwerk Palingtocht",
            "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/23030/?format=api",
            "id": 23030,
            "code": "AW4410",
            "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.64909848812879,
                    52.4374376134926,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:28.062081Z",
            "created": "2020-07-08T08:56:12.223947Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/901c33cd-b13b-4695-bf8f-7d281735a6fe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/994482d9-a6b0-468c-b0ee-af02c5dce588/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/03beb2a9-6ceb-428e-bb88-15c2cf5e9e0f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9a7fc4ee-fa88-4fda-a6d3-aede99f4f04c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/36e1917f-219c-461a-a491-d70622bf3e56/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eb5703d3-23b0-46cf-a61e-b49933f63233/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1af65eba-6b67-4ba7-8a7f-0ce710ce9637/?format=api"
            ],
            "name": "Aflaatwerk Kubbentocht",
            "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/23031/?format=api",
            "id": 23031,
            "code": "AW4440",
            "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.46048971978501,
                    52.3439916408646,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:03:39.608562Z",
            "created": "2020-07-08T08:56:12.254216Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8be48bf7-b672-4935-aea9-7e7d648f6fbc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/953c770d-b10d-463b-a046-1adf45868ddf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/57379984-ab62-4ba6-800a-083cc1161cab/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9aeef7ad-d3ff-490b-b83f-ef771953a50e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3c95d0e7-5f7a-41a5-871b-fe75e434cf5b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/daafc1ef-f2ec-4102-84a6-04a40bd35159/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5dfdb5b2-079c-4aa0-bc33-78afb70b31ef/?format=api"
            ],
            "name": "Aflaatwerk Bloesemtocht",
            "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/23032/?format=api",
            "id": 23032,
            "code": "AW2320",
            "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.58733453256683,
                    52.4147209103271,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:03:08.545795Z",
            "created": "2020-07-08T08:56:12.282586Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4e90a1b6-ee9c-4546-9c55-6a7373afc1c4/?format=api"
            ],
            "name": "Aflaatwerk Larservaart",
            "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
        }
    ]
}