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=16
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=17",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=15",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3050/?format=api",
            "id": 3050,
            "code": "KST-Q-24513",
            "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.834589006492715,
                    53.05279811417802,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:03.539836Z",
            "created": "2014-08-08T08:13:42.310485Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/533477d5-b488-4559-8b91-f95e4afe1f84/?format=api"
            ],
            "name": "Veenselangweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "crest_level": -1.24,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "doorstroombreedte 2x1.10"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3054/?format=api",
            "id": 3054,
            "code": "KST-Q-23386",
            "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.892928202780737,
                    52.86018778722611,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:09.800946Z",
            "created": "2014-08-08T08:13:42.362150Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fe40f18b-b61c-4c83-8114-d8ff43e147c0/?format=api"
            ],
            "name": "Korenhoff Zwin",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -3.96,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "dubbel optrekbaar, VLOTTERUNIT_dubbele schuifstuw"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3059/?format=api",
            "id": 3059,
            "code": "KST-Q-8863",
            "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.721737052814629,
                    52.73099670829895,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:01.967979Z",
            "created": "2014-08-08T08:13:42.430470Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cc1ea13e-3bb7-4783-a478-50c435658d15/?format=api"
            ],
            "name": "Houtsloot",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": -2.73,
            "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/3060/?format=api",
            "id": 3060,
            "code": "KST-Q-8845",
            "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.723796634683374,
                    52.70535537098115,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:02.535055Z",
            "created": "2014-08-08T08:13:42.442231Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/736d8205-b01d-4cd6-b8f1-3defcd6bfb3f/?format=api"
            ],
            "name": "Grebpolder stuw",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 0.5,
            "crest_level": -2.49,
            "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/3062/?format=api",
            "id": 3062,
            "code": "KST-Q-8866",
            "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.818987764922827,
                    52.6995782544097,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:02.096025Z",
            "created": "2014-08-08T08:13:42.468365Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bfe42547-0df0-4df3-8c35-9a2dc189c9bf/?format=api"
            ],
            "name": "Potjesdam",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.8,
            "crest_level": -2.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/3063/?format=api",
            "id": 3063,
            "code": "KST-Q-19487",
            "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": [
                    5.063703451351777,
                    52.66516637961335,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:18.169240Z",
            "created": "2014-08-08T08:13:42.481559Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c997cd81-90cd-49cb-a515-66b17f79956d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b598c781-f0c1-43e3-b4bb-3fa97b0a9957/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/609cc995-a119-4d2c-8432-48b3e1138933/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/07ec9c58-241b-4aac-8ce7-9203f7b3bcc1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b190dc1e-86ee-4dbe-82cb-4351153f32cd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a0de4195-3b52-41bb-8cf5-48512a37469c/?format=api"
            ],
            "name": "Stuw Zwaag Dorpsstraat",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "crest_level": -2.42,
            "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/3065/?format=api",
            "id": 3065,
            "code": "KST-Q-8839",
            "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.855730935688401,
                    52.798371082669,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:15.960613Z",
            "created": "2014-08-08T08:13:42.507023Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/21467a8d-c3fe-47ca-9154-fcd2844a5e71/?format=api"
            ],
            "name": "Mieldijk",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -3.14,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Primair gemaakt ivm ligging in primaire waterloop (6-8-2007)"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/3076/?format=api",
            "id": 3076,
            "code": "KST-Q-19464",
            "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": [
                    5.146622449379721,
                    52.69267746982166,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:19.583090Z",
            "created": "2014-08-08T08:13:42.654263Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3a81d356-dd89-4a5c-b338-011f7bd2b11b/?format=api"
            ],
            "name": "Westwoud [stuw]",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.9,
            "crest_level": -2.33,
            "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/3077/?format=api",
            "id": 3077,
            "code": "KST-Q-19459",
            "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": [
                    5.103470539078953,
                    52.67667790105003,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:19.537827Z",
            "created": "2014-08-08T08:13:42.666517Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3907504b-43a0-4e1f-a5cf-7c984f72dab0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c4d92551-569e-4d8f-b5ae-54c4fad943bc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3ed59a8e-4fbf-4b0e-99b4-74aed8cfef0f/?format=api"
            ],
            "name": "Oudijk",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.98,
            "crest_level": -2.87,
            "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/3079/?format=api",
            "id": 3079,
            "code": "KST-Q-30842",
            "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.704732844384652,
                    52.65135764217494,
                    0.0
                ]
            },
            "last_modified": "2025-03-16T07:10:05.588318Z",
            "created": "2014-08-08T08:13:42.693942Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/aa899281-0ffa-4d98-af5d-2790df28cf36/?format=api"
            ],
            "name": "Groeneweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": -2.51,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Meetopdracht PBS Kennemerland Noord 2013"
        }
    ]
}