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=323
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3242,
    "next": "https://demo.lizard.net/api/v4/weirs/?format=api&page=324",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=322",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/26852/?format=api",
            "id": 26852,
            "code": "KST-A-14070",
            "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.99217687457618,
                    52.91426801064615,
                    0.0
                ]
            },
            "last_modified": "2025-06-14T07:10:36.354510Z",
            "created": "2025-06-03T07:10:26.040299Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fcea8cf8-9ffd-4c80-9af1-5f3227336608/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cf213594-7646-46cd-9f82-3e73e64a740c/?format=api"
            ],
            "name": "Venneweg N99",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -1.7,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 98,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/26853/?format=api",
            "id": 26853,
            "code": "KST-A-14071",
            "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.992004254934004,
                    52.91423597807683,
                    0.0
                ]
            },
            "last_modified": "2025-06-14T07:10:36.397255Z",
            "created": "2025-06-03T07:10:26.074387Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/95026610-d0b4-439c-8051-e6d9bad9429e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cd6b99e7-bcce-48da-aa40-ef54f96a0f40/?format=api"
            ],
            "name": "-",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -1.3,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 98,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/26854/?format=api",
            "id": 26854,
            "code": "KST-Q-28863",
            "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.052281775258297,
                    52.47045049008123,
                    0.0
                ]
            },
            "last_modified": "2025-06-14T07:10:37.351903Z",
            "created": "2025-06-03T07:10:27.319052Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c5ff377e-a871-4ced-995e-91cfa76abcf5/?format=api"
            ],
            "name": "-",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 0.5,
            "crest_level": -1.98,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 98,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/26855/?format=api",
            "id": 26855,
            "code": "KST-Q-30775",
            "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.645670793144073,
                    52.73950622638468,
                    0.0
                ]
            },
            "last_modified": "2025-06-14T07:10:40.102625Z",
            "created": "2025-06-03T07:10:30.097698Z",
            "image_url": "",
            "timeseries": [],
            "name": "-",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 0.75,
            "crest_level": -2.54,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 4,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/26856/?format=api",
            "id": 26856,
            "code": "KST-Q-31387",
            "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.720427943096677,
                    52.48181225891177,
                    0.0
                ]
            },
            "last_modified": "2025-06-14T07:10:40.138400Z",
            "created": "2025-06-03T07:10:30.132982Z",
            "image_url": "",
            "timeseries": [],
            "name": "-",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 3.0,
            "crest_level": -2.73,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 98,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/26857/?format=api",
            "id": 26857,
            "code": "KST-OH-617",
            "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.660886242194842,
                    52.56253364704828,
                    0.0
                ]
            },
            "last_modified": "2025-06-14T07:10:42.691307Z",
            "created": "2025-06-03T07:10:32.656704Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/61e96db2-05fa-4a41-9210-97c7baee400a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6e1892a5-45cc-44f1-82b2-28ff702f12d8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/57030201-2308-4e03-a91f-52484645dcd1/?format=api"
            ],
            "name": "Stuw Zeeweg Noord-West",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -0.83,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 98,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/26858/?format=api",
            "id": 26858,
            "code": "KST-OH-616",
            "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.66391078796982,
                    52.5628510137967,
                    0.0
                ]
            },
            "last_modified": "2025-06-14T07:10:42.878758Z",
            "created": "2025-06-03T07:10:32.838246Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/388e8be9-10d8-410f-acaa-62a08103959e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/66f5c493-fbf2-48e2-8a46-5d66f960a524/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ff695e5f-fb4e-4a9a-a677-cdba509337c2/?format=api"
            ],
            "name": "Zeeweg Noord-Oost",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -0.81,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 98,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/26859/?format=api",
            "id": 26859,
            "code": "KST-OH-618",
            "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.657698765519436,
                    52.55227446221969,
                    0.0
                ]
            },
            "last_modified": "2025-06-14T07:10:42.916218Z",
            "created": "2025-06-03T07:10:32.874316Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bbc95a0a-6be5-4cdf-ab0d-12d396317faf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a8288073-3fd8-40da-b75d-a197b16d4ea2/?format=api"
            ],
            "name": "Stuw Vinkebaan",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -0.24,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 98,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/26860/?format=api",
            "id": 26860,
            "code": "KST-AA-14",
            "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.853321256235259,
                    52.88172040822111,
                    0.0
                ]
            },
            "last_modified": "2025-06-14T07:10:43.367139Z",
            "created": "2025-06-03T07:10:33.302809Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ac224943-dc9d-4ef4-860f-9d7074d54542/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dc3f5c90-42ef-4f48-a802-6bbc3792e45d/?format=api"
            ],
            "name": "-",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "crest_level": -2.67,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 4,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/26861/?format=api",
            "id": 26861,
            "code": "KST-OH-619",
            "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.67955780025653,
                    52.57628038370199,
                    0.0
                ]
            },
            "last_modified": "2025-06-14T07:10:44.962489Z",
            "created": "2025-06-03T07:10:34.892410Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ea6f924f-4535-4687-a26e-7183e1667974/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fa2adea5-1c90-478b-afb3-ff93fe30d275/?format=api"
            ],
            "name": "Stuw Limmen Spoor",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -0.94,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 98,
            "angle": null,
            "comment": null
        }
    ]
}