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=302
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=303",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=301",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23123/?format=api",
            "id": 23123,
            "code": "ST5366",
            "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.70651820315224,
                    52.5668856794235,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:11.694456Z",
            "created": "2020-07-08T08:56:16.067939Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9261ac0e-8e78-4099-bfa0-2ec9b70d3d17/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/267398cd-e9f4-4eaf-999a-fcdf2e81c8b1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dae3df71-4e3e-4dee-b3ba-10ab6f241b14/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2d17edba-8593-4425-b7c9-649022c099f8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/17853622-57f0-4c7c-b9b7-d7aefec043d7/?format=api"
            ],
            "name": "Stuw Rendiertocht 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/23124/?format=api",
            "id": 23124,
            "code": "ST5338",
            "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.80056057907322,
                    52.5231596314159,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:35.300218Z",
            "created": "2020-07-08T08:56:16.111964Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ab76f16e-6c65-4678-9ff5-417257444497/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c0052138-413b-4367-b9b7-a659b9e72b93/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/934af149-90ef-423c-a664-d0070d9de9a1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b9cb79a7-880e-4f08-82c8-56d561b01f55/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/629f5e01-f159-4ae2-80a9-92b69bcf15cd/?format=api"
            ],
            "name": "Stuw Hondtocht 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
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23125/?format=api",
            "id": 23125,
            "code": "ST5321",
            "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.80078756828352,
                    52.5237969437577,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:11.836981Z",
            "created": "2020-07-08T08:56:16.166152Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/492fe274-a7e3-4854-84d8-ce355e25183e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ffd1a0f8-a741-4b3d-bce2-077e26ec4c88/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1b719f56-543b-45fe-a402-8760dd3c0ad8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8ab85537-a022-4f9c-a260-946b5b354c5d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8d7576d8-17ba-429b-b05e-c8e6f15c539d/?format=api"
            ],
            "name": "Stuw Hondtocht 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/23126/?format=api",
            "id": 23126,
            "code": "ST5229",
            "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.77879488737845,
                    52.4813072366506,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:37.053511Z",
            "created": "2020-07-08T08:56:16.207178Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/405bc4bf-755e-4c06-ac00-b796aa36c3ae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/feab1ed2-cc04-4d86-90a3-ebcc6c0eb178/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/856b0b04-a6e6-4d09-b277-d77c1376e89b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e6fd832e-cfc4-4a73-819a-1b640c9aae60/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d59e0007-21e2-4bba-bd77-face1c0757f9/?format=api"
            ],
            "name": "Stuw Olstertocht 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/23127/?format=api",
            "id": 23127,
            "code": "ST5327",
            "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.65349478040087,
                    52.4080026938212,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:38.364942Z",
            "created": "2020-07-08T08:56:16.255429Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8f22405e-0cc7-4793-a9b4-95864067b2b2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/55a4f216-9d2c-499f-a052-4e1cf789eabb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fcc82f90-c414-43ed-963c-1bce61d61d30/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/40740279-fdd8-47a0-8624-0a5297ebd8db/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7d90f10e-8193-427e-8fec-dda1236329ae/?format=api"
            ],
            "name": "Stuw Strandgaperdwarstocht",
            "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/23128/?format=api",
            "id": 23128,
            "code": "ST2459",
            "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.60579686584079,
                    52.3792952934737,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:40.268492Z",
            "created": "2020-07-08T08:56:16.291362Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c9dcbe15-c610-4c03-adf1-7fd00e8c8c3c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/66748e02-eda0-4f8f-991d-ee21cc8554a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b45b7ffb-ae61-42e5-bda2-ebc0efaf5956/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/15c49630-b604-48f3-a349-b0b6ddeccfd2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/879a8220-1d53-4b80-a287-e42a32d9a806/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f8cc3a1b-03f9-42c5-9fe6-28f493172140/?format=api"
            ],
            "name": "Stuw Pluvierentocht",
            "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/23129/?format=api",
            "id": 23129,
            "code": "ST2550",
            "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.49762519406101,
                    52.5180588382671,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:11.930384Z",
            "created": "2020-07-08T08:56:16.326583Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6f622b3a-cf04-46b4-a1e9-101acb19da85/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5bc103c1-8a3a-4a4c-aec9-684b215ff7e8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d91e1908-9cda-46fe-9231-19383c1d14e0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3262cb5b-972a-4377-8f51-0caf085e4416/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f110ea99-08cf-4b59-acbd-a9e459a771c1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3220139d-bcfe-4ff1-baa7-df24610417fb/?format=api"
            ],
            "name": "Stuw Buitenplaats",
            "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/23130/?format=api",
            "id": 23130,
            "code": "ST2551",
            "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.497672810377,
                    52.5253025441306,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:11.972202Z",
            "created": "2020-07-08T08:56:16.367280Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5a16500a-9206-4a8d-a22e-137646deaac1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a19f1c6c-8915-4669-9fb1-1d0b51b5bbec/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b85420f0-6935-4f48-b270-7d92c1be2443/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/46d22412-e3b1-46c3-91c1-e43b1c5134cb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2bd1ae3c-2f23-4bc3-b02e-560c614a6b9e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/61bc37d8-623b-4035-8383-749c69d312cf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6f127d8b-5749-4c66-9eed-43d0d6c3e023/?format=api"
            ],
            "name": "Stuw Sportpark",
            "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/23131/?format=api",
            "id": 23131,
            "code": "ST2552",
            "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.47619513943845,
                    52.5209258465968,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:12.046078Z",
            "created": "2020-07-08T08:56:16.408103Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f652f5de-77a5-4b96-bd99-518f12b2d2a5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/702d273a-052d-40ca-8298-f818feef2b39/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bd46e107-9351-43c6-83fe-001e93a654d2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/67cfcc2e-6e32-45d9-b139-a9bc77daf6ff/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/91046a5e-9474-454f-bf52-50da6ed1d782/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/aea2662c-488e-4a53-997d-0c0c2001f3bb/?format=api"
            ],
            "name": "Stuw Houtribdreef",
            "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/23132/?format=api",
            "id": 23132,
            "code": "ST5210",
            "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.79477309009671,
                    52.5761329417146,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:37.618143Z",
            "created": "2020-07-08T08:56:16.445857Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/53062c3f-184c-4a19-85f1-75d6f71e078d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f89b2132-be1d-4dac-b11d-4dfc8694e294/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e7681f3a-4187-444e-b477-985cca073b9c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/96ea3d3b-2abc-4c0f-a811-9e09f5abade1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2e1e816f-de42-4c86-8cc4-b62903e1c523/?format=api"
            ],
            "name": "Stuw Roggebottocht - 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
        }
    ]
}