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=301
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=302",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=300",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23113/?format=api",
            "id": 23113,
            "code": "ST5215",
            "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.57017755314533,
                    52.4314743972475,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:04:33.932898Z",
            "created": "2020-07-08T08:56:15.631963Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/613c9ccd-095b-49d7-b48e-d57e0d7979ab/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/926e09f9-46b1-40f9-b5bb-b82a93f489b5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9d9a707b-0d68-4f97-8c30-ca8e8065e3e7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e8ff348b-0317-4ac2-af10-e7239715ff84/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9b3e2731-ec30-4f7b-9530-36738895a7c4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/640c7c9d-14e9-48e9-a723-529266466025/?format=api"
            ],
            "name": "Stuw Meeuwentocht",
            "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/23114/?format=api",
            "id": 23114,
            "code": "ST2576",
            "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.41766847272465,
                    52.4921241092973,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:04:37.071339Z",
            "created": "2020-07-08T08:56:15.675916Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/dda7a39c-5f8c-40e8-b716-3b1fbb40ff66/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c4f3cb36-8ca9-426b-bd61-e6491e130aa6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2c740a29-561a-4b13-8a57-0f189d014d9c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e0b15ae8-1b76-47ea-a8d9-719d9ca8fd75/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6bcacdc1-5a02-4fe7-afad-a9849a47abf9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a595f478-6d5a-4602-bb91-0dc998efb4cb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/419e1389-884c-4136-8563-b2a978b2ccb0/?format=api"
            ],
            "name": "Stuw Bovenwater",
            "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/23115/?format=api",
            "id": 23115,
            "code": "ST2586",
            "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.50403877746034,
                    52.49767845092,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:28.698443Z",
            "created": "2020-07-08T08:56:15.719938Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/dec02f82-6399-4b3c-9768-9545c9c9c4ee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7c389466-d132-4902-b300-cab25cb2a8ce/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f7451cc3-4764-43ca-9d16-fd4dbf0cedf3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a84a2805-c7b3-4f4a-85ab-e54d8fb7dce7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5aaf419d-911e-4b83-b667-e4ba2fb62ee9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/287a9bba-79c3-4540-8f51-b25ee7f779d6/?format=api"
            ],
            "name": "Stuw Assumburg",
            "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/23116/?format=api",
            "id": 23116,
            "code": "ST2567",
            "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.42731684028904,
                    52.4967586880212,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:11.345881Z",
            "created": "2020-07-08T08:56:15.761641Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/45bc95f3-0bbb-4ddf-b1b0-9709e50059af/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b9f1079b-bdfc-40fd-8b55-d24f0d6ccfd3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/76ecfb98-6052-4a26-a264-c40a4f23c420/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/00ff2a97-2549-4ddd-87a3-5a060c176e85/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e2d2c33c-d0e4-449f-bb46-5a9102bc4518/?format=api"
            ],
            "name": "Stuw  Hollandse Hout",
            "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/23117/?format=api",
            "id": 23117,
            "code": "ST5290",
            "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.71192599343687,
                    52.4680910716619,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:30.268997Z",
            "created": "2020-07-08T08:56:15.812271Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a5b4421f-df1b-44e9-a6ca-68974619491a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c3f92e34-0427-42a9-a293-425faf2e1e71/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a5784966-218c-438a-b3e8-c36104dee48c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/be6d1b66-5071-4d46-9e39-f58b5dfc8416/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/227ae72b-78da-4273-aac7-82e375a30463/?format=api"
            ],
            "name": "Stuw Oldebroekertocht",
            "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/23118/?format=api",
            "id": 23118,
            "code": "ST5234",
            "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.62119326782546,
                    52.3969264106158,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:32.007766Z",
            "created": "2020-07-08T08:56:15.854018Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/58592bd0-4b32-41fd-9dae-675f24859e15/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b8a1b8e0-76af-4856-90a3-b793bef58834/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/00ec4927-95b4-47b9-8581-dfce61f61bd9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d15b9884-d174-4626-8157-ebe405f7440a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0e500915-a319-470a-864c-c899cf377f3e/?format=api"
            ],
            "name": "Stuw Harderbostocht",
            "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/23119/?format=api",
            "id": 23119,
            "code": "ST5211",
            "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.68194820467852,
                    52.5759634332846,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:11.436057Z",
            "created": "2020-07-08T08:56:15.891850Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/32df013b-01ed-4bba-89eb-9378bdea6868/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/65c35869-f4bf-4325-a2a1-ad0580b59965/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b436e7a9-53a4-4277-afe4-fbac54b30c0a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4f613cd4-1cc3-41ca-b315-8439aa0edf73/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/20446de8-1b29-440d-881a-b3acb7d0e9bc/?format=api"
            ],
            "name": "Stuw Elandtocht 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/23120/?format=api",
            "id": 23120,
            "code": "ST5225",
            "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.72967615297784,
                    52.5538704596672,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:04:34.401597Z",
            "created": "2020-07-08T08:56:15.939925Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a2730c70-9d70-40a0-b1db-14c4441da0e7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6b9dc660-20a2-4364-9e52-2c33d339f5e4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/840ba852-7e17-445e-b10a-f8ed1d0ffba1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5bd80446-98ba-4c2e-acbe-8794f09b7f5b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8e3ddde2-3c8e-4c36-8442-92d52af77a48/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6df30d12-afde-49a2-ba21-c8e483a51479/?format=api"
            ],
            "name": "Stuw Colijntocht",
            "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/23121/?format=api",
            "id": 23121,
            "code": "ST5231",
            "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.80950827267533,
                    52.4696708540016,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:11.532008Z",
            "created": "2020-07-08T08:56:15.975982Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ea74b59f-0150-49d5-8414-8bde2ca0d05c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ca2ea2ec-d45e-4821-b630-589139eb6625/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e5ee4842-1a7e-4101-bf6c-5896437ee97d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e2120288-8cf6-4d1f-8ae3-621baf02edcd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fabd076f-def5-4777-b202-25f45df4bc86/?format=api"
            ],
            "name": "Stuw Oosterwoldertocht - 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/23122/?format=api",
            "id": 23122,
            "code": "ST5303",
            "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.70602785617686,
                    52.5663837120438,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:33.828704Z",
            "created": "2020-07-08T08:56:16.019960Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2fbd197f-c097-4ec9-83f8-74dc82d531fd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/16b1a50a-8c04-4535-a0d1-6b124b7f33ed/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/52edf509-69c1-4800-9598-988ad56b4778/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/797b93ab-8d74-4992-b05b-454c72a050e2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/95f164eb-5877-4302-991d-88213f324ed0/?format=api"
            ],
            "name": "Stuw Rendiertocht Zuid",
            "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
        }
    ]
}