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=25
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=26",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=24",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3749/?format=api",
            "id": 3749,
            "code": "KST-Q-8795",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.787581384407294,
                    52.72831108623515,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:06.600940Z",
            "created": "2014-08-08T08:13:53.144080Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/06376345-fa69-4082-8d3b-6611a019a326/?format=api"
            ],
            "name": "Ambachtsdijk",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": -3.24,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3750/?format=api",
            "id": 3750,
            "code": "KST-Q-8796",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.804893099248284,
                    52.72623452159827,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:18.411912Z",
            "created": "2014-08-08T08:13:53.166408Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e1ef8d16-af16-450a-9f5b-944f0cdd833c/?format=api"
            ],
            "name": "Stuw Waarland Bleekmeerweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": -3.26,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3751/?format=api",
            "id": 3751,
            "code": "KST-Q-8801",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.825833380362321,
                    52.7398654541646,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:06.300334Z",
            "created": "2014-08-08T08:13:53.189916Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5bddfd1f-897a-4d81-bfbb-8f7cd880bf75/?format=api"
            ],
            "name": "Waarland",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.85,
            "crest_level": -3.44,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3753/?format=api",
            "id": 3753,
            "code": "KST-Q-8804",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.878597776365593,
                    52.70201804951076,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:07.479077Z",
            "created": "2014-08-08T08:13:53.224495Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5dc78ec7-0a75-416c-aadc-ed41a176f5f6/?format=api"
            ],
            "name": "Kerkweg 1",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.36,
            "crest_level": -3.08,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3754/?format=api",
            "id": 3754,
            "code": "KST-Q-8808",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.859611743661302,
                    52.6924708888823,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:07.567671Z",
            "created": "2014-08-08T08:13:53.247011Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f3b2e252-e9ee-487e-8b06-bb3f7f71e485/?format=api"
            ],
            "name": "Veenhuizerweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": -4.03,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3755/?format=api",
            "id": 3755,
            "code": "KST-Q-8810",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.86063085596003,
                    52.67640650198376,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:07.604250Z",
            "created": "2014-08-08T08:13:53.279839Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/584e7420-2b68-42c3-8dfe-270b1c1e842a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bd630b92-fc18-47e5-8c60-d01daa14c24f/?format=api"
            ],
            "name": "Krusemanlaan",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.8,
            "crest_level": -4.39,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Landmeters HHNK"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3760/?format=api",
            "id": 3760,
            "code": "KST-Q-8818",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.83537679887895,
                    52.69966791992294,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:18.453556Z",
            "created": "2014-08-08T08:13:53.392937Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c4efe884-60db-4a2f-85f6-2e3f7b07ac0a/?format=api"
            ],
            "name": "Noordscharwouderpolderweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.52,
            "crest_level": -3.63,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "ontheffing 06.8284 - vervangen stuw"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3761/?format=api",
            "id": 3761,
            "code": "KST-Q-8819",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.843324969319386,
                    52.69775535051951,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:16.228301Z",
            "created": "2014-08-08T08:13:53.417291Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/366cec4d-b2be-4562-a636-5681e9ecd0a2/?format=api"
            ],
            "name": "Hasselaarweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": -3.61,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3762/?format=api",
            "id": 3762,
            "code": "KST-Q-8820",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.837834335418965,
                    52.67859649501262,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:14.992050Z",
            "created": "2014-08-08T08:13:53.442526Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5562d914-5264-4f59-8bc9-d7705dcd9acb/?format=api"
            ],
            "name": "Vork",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.48,
            "crest_level": -4.41,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3763/?format=api",
            "id": 3763,
            "code": "KST-Q-8823",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.819153345222482,
                    52.6684969773853,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:15.403985Z",
            "created": "2014-08-08T08:13:53.467064Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ec1bb7da-cf56-4c49-a690-721fd008c6e1/?format=api"
            ],
            "name": "Zandhorst",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.8,
            "crest_level": -4.62,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        }
    ]
}