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=300
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=301",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=299",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/23103/?format=api",
            "id": 23103,
            "code": "ST5212",
            "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.68148795948999,
                    52.5755242017182,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:18.141331Z",
            "created": "2020-07-08T08:56:15.180996Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/39e5f549-4b78-414c-ad88-52ae3f094f68/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/427454e3-7e71-4c0c-a019-74ca0f314737/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/69f89438-2504-41f3-ae3d-a64a729154cc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ce105019-2d3e-4063-836a-227abb759df0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ec360876-a4f9-4269-bd79-0657a77b7ca1/?format=api"
            ],
            "name": "Stuw Elandtocht 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/23104/?format=api",
            "id": 23104,
            "code": "ST5337",
            "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.78273324416292,
                    52.5758950639648,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:20.193962Z",
            "created": "2020-07-08T08:56:15.235656Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/34b914f2-faaf-4e20-9a0e-7561caa3ad69/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e9344592-cd04-4398-99b5-56d1f52a540d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4635d4d3-5bc2-4e88-9c82-39e5d9646f30/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/810c1520-5d98-410d-bfc6-52bf28e7152f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9650b30d-97ff-4947-852d-314fb73697b7/?format=api"
            ],
            "name": "Stuw Keteltocht",
            "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/23105/?format=api",
            "id": 23105,
            "code": "ST5221",
            "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.79792700730548,
                    52.472911101241,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:21.851327Z",
            "created": "2020-07-08T08:56:15.270159Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/551f2aa5-3b0f-4aa7-b439-3c3588cf0f77/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/205470eb-a0c7-4914-a1e9-9428e61439bc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1bd6703a-d840-4acf-aa43-8458c17c554b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a7d4563e-d92a-4803-928e-cfb0da633750/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/30f3d3aa-650d-4f2b-9fb9-2535c531b0f2/?format=api"
            ],
            "name": "Stuw Ellertocht 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/23106/?format=api",
            "id": 23106,
            "code": "ST5226",
            "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.82748419524324,
                    52.5250219953138,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:11.052857Z",
            "created": "2020-07-08T08:56:15.352044Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5f4f6fdd-01f8-4cc4-a330-34280826cf87/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/de0a5a46-03e6-4148-9d35-d87cc44b370a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/19f9a6e0-391a-4c09-a7d6-5f6cd4098b5d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/165a93a0-987d-42e2-887d-4408549f585f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3c63bf09-7262-4e89-9ff2-be54980cffac/?format=api"
            ],
            "name": "Stuw Oudebostocht 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/23107/?format=api",
            "id": 23107,
            "code": "ST5222",
            "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.80055919528343,
                    52.4726682752152,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:23.449862Z",
            "created": "2020-07-08T08:56:15.410294Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0daef8e6-e63b-4f19-8bfe-2dd6a3461770/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/49ad3b88-4719-46da-b298-d5617a67633f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6a99cb55-b243-4530-912d-f1453ecb316b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7b0548ea-bbea-4c74-8a56-56456ee0cad3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2f1ac5b6-108f-41fb-8a8a-c172baa43d13/?format=api"
            ],
            "name": "Stuw Ellertocht 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/23108/?format=api",
            "id": 23108,
            "code": "ST5227",
            "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.82745143833067,
                    52.5232156519819,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:11.139285Z",
            "created": "2020-07-08T08:56:15.443436Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e370da21-53a4-436c-a2d6-a626c37b72e3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b9d66417-4917-40ec-beda-a0973c39de92/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f2aaf239-5c43-4a77-8bfe-99aaad75ccee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/547bec12-55f2-4580-b75f-6252c34ecbce/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/570ca7da-1406-4e7e-b72d-79972e8c6bc9/?format=api"
            ],
            "name": "Stuw Oudebostocht 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/23109/?format=api",
            "id": 23109,
            "code": "ST5230",
            "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.778290429772,
                    52.4808595298038,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:11.246472Z",
            "created": "2020-07-08T08:56:15.477671Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/35714a79-caf6-4219-8a55-de5e93f2b1c3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/26e6204f-4403-4773-8c59-cb7ce9832e74/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/048674d5-c8bc-47b1-8cbb-b6991461a42d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/347b8ff8-1bd8-4143-a51b-5b87b4b7be69/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6483f42b-42b4-4873-b05b-36a2b30efac9/?format=api"
            ],
            "name": "Stuw Olstertocht 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/23110/?format=api",
            "id": 23110,
            "code": "ST5233",
            "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.76000126771825,
                    52.4451842636343,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:24.793603Z",
            "created": "2020-07-08T08:56:15.520362Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6e3ccca2-31ad-4b55-bb6c-a5cb6c1a7861/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e04592ec-a3bc-4d59-881b-1292d1c00238/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7af09e7d-cc40-4fcb-9290-35af1a5a32f3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/88893919-b361-4cc7-94c6-3a287949e243/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/64c72e09-033f-4660-96ea-181513b2b684/?format=api"
            ],
            "name": "Stuw Bremerbergtocht",
            "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/23111/?format=api",
            "id": 23111,
            "code": "ST5237",
            "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.44621006275315,
                    52.3100982414588,
                    0.0
                ]
            },
            "last_modified": "2024-05-24T05:00:26.533222Z",
            "created": "2020-07-08T08:56:15.561477Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d68d8dce-7423-419e-8198-eeb6fad064e0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d75f040c-53b3-472c-8de2-52a7b982bccb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a0920746-61e9-46a2-aad0-b1f8e91d7427/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a339301a-e15e-4b30-bf1c-ea16c5dab717/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b89aa20a-447a-4557-b9e3-62731185b6cb/?format=api"
            ],
            "name": "Stuw Nijkerkertocht",
            "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/23112/?format=api",
            "id": 23112,
            "code": "ST5270",
            "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.23341006874635,
                    52.4211717500048,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:49:38.739050Z",
            "created": "2020-07-08T08:56:15.590899Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/1af2e408-8d46-4afc-bb8a-e8e918981242/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0ca6e831-c425-41db-b2a8-0ba4aaef2a8e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4023b07f-a5b8-41cf-baba-81c54fbfa4c1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e5473d7d-5a88-4acb-b4ff-bba8a0748581/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f16b734c-21d8-4d0b-b42a-6d492677a331/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/846c16ad-eda7-44ca-9f33-9db335a21e7a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e1e1a62e-0472-4677-a406-51845bb0e790/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/50d952c8-5d3c-4c9a-8e90-72649d2aae94/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/085bb5be-4349-43e8-aad5-5e767d491ec9/?format=api"
            ],
            "name": "Stuw Wilgenbostocht",
            "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
        }
    ]
}