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=32
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=33",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=31",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/4007/?format=api",
            "id": 4007,
            "code": "KST-Q-23217",
            "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.780576677651068,
                    53.09213995518045,
                    0.0
                ]
            },
            "last_modified": "2025-03-19T07:10:10.303272Z",
            "created": "2014-08-08T08:13:57.755790Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7e0333a3-7cb3-400b-b867-b852bbce61cd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4ea24e61-be5c-408a-bd94-4006560d9a3b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0974f0e9-d580-4445-9381-993a3c821a59/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/13905f29-f738-4a10-a34f-f38098d7ce7c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d97d0cf2-44da-4083-91b0-7b7f230a8393/?format=api"
            ],
            "name": "Koogerveld 3",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.2,
            "crest_level": -1.43,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Texel"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/4013/?format=api",
            "id": 4013,
            "code": "KST-OH-347",
            "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.776035145700224,
                    52.88211654707391,
                    0.0
                ]
            },
            "last_modified": "2025-03-19T07:10:01.442027Z",
            "created": "2014-08-08T08:13:57.837632Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f5a5aaa9-15d4-4e88-b107-3c6597eabe2f/?format=api"
            ],
            "name": "Meerzand",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": -1.35,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Klaas Jouke de Boer\nCode kunstwerk: APA-052-1"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/4031/?format=api",
            "id": 4031,
            "code": "KST-OH-363",
            "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.783507532004335,
                    52.85243381695476,
                    0.0
                ]
            },
            "last_modified": "2025-03-19T07:10:09.537506Z",
            "created": "2014-08-08T08:13:58.119457Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3a0674cf-d3b4-419a-9a03-d4b6efaeb3a8/?format=api"
            ],
            "name": "Rooijakkers",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "crest_level": -2.64,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Aangegeven door Klaas Sjouke de Boer\n16 m3 maatgevend debiet"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/4038/?format=api",
            "id": 4038,
            "code": "KST-Q-24649",
            "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.788442236721295,
                    53.09072332553404,
                    0.0
                ]
            },
            "last_modified": "2025-03-19T07:10:11.296811Z",
            "created": "2014-08-08T08:13:58.292764Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e7cfdc54-5d94-4101-870b-4e4738cdb9dd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d38b8f9e-6a98-4f77-9de7-dd05c0488716/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f7fb5486-5452-4709-a3b6-0d0e63758a1d/?format=api"
            ],
            "name": "Waal en Burgerhuis",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.5,
            "crest_level": -1.84,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Inventarisatie Texel"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/4107/?format=api",
            "id": 4107,
            "code": "KST-Q-24548",
            "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.862100152624057,
                    53.07279147847596,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:11:02.923839Z",
            "created": "2014-08-08T08:13:59.633126Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/16d98610-1d8e-4592-8af1-7416ec98c85b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0419dbbf-1126-4ad5-829b-07d1e415eb57/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/32cef58b-4dff-4006-aeff-2b748906e845/?format=api"
            ],
            "name": "HIN",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": -1.3,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Texel\n"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/4112/?format=api",
            "id": 4112,
            "code": "KST-D-42",
            "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.725496067489201,
                    52.5420846884156,
                    0.0
                ]
            },
            "last_modified": "2025-03-19T07:10:18.749379Z",
            "created": "2014-08-08T08:13:59.708580Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6ba3ec37-e494-453c-b490-58697b92d751/?format=api"
            ],
            "name": "Dorregeesterweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 0.5,
            "crest_level": -1.5,
            "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/4120/?format=api",
            "id": 4120,
            "code": "KST-Q-24585",
            "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.843372420557626,
                    53.07026696850648,
                    0.0
                ]
            },
            "last_modified": "2025-03-19T07:10:18.395314Z",
            "created": "2014-08-08T08:13:59.831750Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/16f047bf-bc1a-4f6c-9dd6-f91d3a04b2a1/?format=api"
            ],
            "name": "Kadijksweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "crest_level": -1.16,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "doorstroombreedte 2x1.60"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/4123/?format=api",
            "id": 4123,
            "code": "KST-Q-24651",
            "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.822385244392555,
                    53.11476002091441,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:50:23.851829Z",
            "created": "2014-08-08T08:13:59.884915Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/1501a549-4c31-4257-a06e-624c415b5f24/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7baddaf8-b0ef-411f-9b69-a3d942ead535/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0b6c39b8-c0da-4ac3-8ec0-b9d05cc956fb/?format=api"
            ],
            "name": "",
            "type": "other",
            "crest_type": "sharp crested",
            "crest_width": 1.1,
            "crest_level": -1.304,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 2,
            "angle": null,
            "comment": "geschatte  z.p.a. -0.48 NAP\ninventarisatie Texel"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/4124/?format=api",
            "id": 4124,
            "code": "KST-Q-24657",
            "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.864809873234554,
                    53.09826268013298,
                    0.0
                ]
            },
            "last_modified": "2025-03-19T07:10:04.395217Z",
            "created": "2014-08-08T08:13:59.902114Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/db5a47a2-4d6b-4dbc-b7cc-f19f50bbb824/?format=api"
            ],
            "name": "Doorsteek 't Noorden",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": -2.36,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "ontheffing 08.26095"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/4127/?format=api",
            "id": 4127,
            "code": "KST-Q-23286",
            "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.807679893698802,
                    52.85534854854363,
                    0.0
                ]
            },
            "last_modified": "2025-03-19T07:10:05.411056Z",
            "created": "2014-08-08T08:13:59.954724Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/50ffe1eb-ac0a-493f-8ce1-3f7fa856cd2a/?format=api"
            ],
            "name": "Boermansweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -2.19,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        }
    ]
}