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=9
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=10",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2497/?format=api",
            "id": 2497,
            "code": "KST-Q-23863",
            "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.823221351774087,
                    52.85543561328006,
                    0.0
                ]
            },
            "last_modified": "2025-03-15T07:10:03.504932Z",
            "created": "2014-08-08T08:13:32.306524Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5b6d25fb-c0e5-442f-acca-6660f0344946/?format=api"
            ],
            "name": "Lage Dijksloot APA",
            "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": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2506/?format=api",
            "id": 2506,
            "code": "KST-Q-19583",
            "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.957491238005403,
                    52.73860358398062,
                    0.0
                ]
            },
            "last_modified": "2025-03-15T07:10:08.117417Z",
            "created": "2014-08-08T08:13:32.457619Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bce39073-ff3b-4213-8b92-72563dc57160/?format=api"
            ],
            "name": "Noorder Binnengouw",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "crest_level": -2.7,
            "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/2519/?format=api",
            "id": 2519,
            "code": "KST-Q-24400",
            "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.835418263808657,
                    52.86706393078509,
                    0.0
                ]
            },
            "last_modified": "2025-03-15T07:10:03.713852Z",
            "created": "2014-08-08T08:13:32.674083Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/eb150f91-ce3c-4993-940e-1c6571e83f43/?format=api"
            ],
            "name": "Pietershof",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "crest_level": -2.62,
            "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/2520/?format=api",
            "id": 2520,
            "code": "KST-BA-18",
            "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.846609600888797,
                    52.88427300833283,
                    0.0
                ]
            },
            "last_modified": "2025-03-15T07:10:10.203882Z",
            "created": "2014-08-08T08:13:32.692716Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/22ce2aab-b530-4042-a1e5-3176a47effca/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4383c6a9-2303-4ee9-9a27-641e54638574/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1bcff354-4681-4f1f-99f1-d0698ef9b8c8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/599e4596-6b2f-4483-9b16-44a2d99c2407/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cf78e23d-1fbb-4c58-b60d-9d6770862719/?format=api"
            ],
            "name": "Langelaan",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "crest_level": -1.82,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Meetwerk Anna Paulownapolder laag"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2545/?format=api",
            "id": 2545,
            "code": "KST-Q-23312",
            "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.795220918687024,
                    52.83033547516614,
                    0.0
                ]
            },
            "last_modified": "2025-03-15T07:10:05.874413Z",
            "created": "2014-08-08T08:13:33.137171Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fb16f9fc-5098-4810-bbf0-b007dfb594eb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ebcf09a7-8e47-4990-9540-d626c25efd10/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cf4352c9-522e-4a60-9da1-4f416557c588/?format=api"
            ],
            "name": "Korte Ruigeweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 0.8,
            "crest_level": -0.98,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 4,
            "angle": null,
            "comment": "Meetopdracht Zijpe Noord"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2547/?format=api",
            "id": 2547,
            "code": "KST-A-910",
            "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.985841880877656,
                    52.86450103551195,
                    0.0
                ]
            },
            "last_modified": "2025-03-15T07:10:01.405434Z",
            "created": "2014-08-08T08:13:33.175979Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/eb7691a4-8b7c-4a18-ba22-f553ffb00587/?format=api"
            ],
            "name": "Oeversevaart",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.8,
            "crest_level": -6.07,
            "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/2548/?format=api",
            "id": 2548,
            "code": "KST-Q-23284",
            "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.725397447414873,
                    52.76327213921919,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:27:12.192474Z",
            "created": "2014-08-08T08:13:33.193263Z",
            "image_url": "",
            "timeseries": [],
            "name": "Stuw Westfriesezeedijk",
            "type": "other",
            "crest_type": "sharp crested",
            "crest_width": 1.0,
            "crest_level": -2.257,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 2,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/2554/?format=api",
            "id": 2554,
            "code": "KST-Q-8797",
            "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.808603904552398,
                    52.71752254927941,
                    0.0
                ]
            },
            "last_modified": "2025-03-15T07:10:07.499622Z",
            "created": "2014-08-08T08:13:33.307485Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c8bc990d-150d-45b8-b55e-af88483ae717/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bab859db-4683-4715-9d68-9b1b42002775/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a5acb56f-f15e-4087-be88-f6d021a037a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/73575c2f-16a1-4328-a8f6-4067048182df/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f4477604-3c20-494e-90a5-a69b17118961/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6c571095-88e3-4281-91a1-b6eefb3aa3df/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f116a882-2083-4cf3-82ec-b9099b761a66/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1c717f0a-4c94-412c-a2ac-2a2ffa8d6650/?format=api"
            ],
            "name": "Middenkoogweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.96,
            "crest_level": -3.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/2558/?format=api",
            "id": 2558,
            "code": "KST-Q-8822",
            "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.827113485509285,
                    52.68555973135016,
                    0.0
                ]
            },
            "last_modified": "2025-03-15T07:10:17.046939Z",
            "created": "2014-08-08T08:13:33.380351Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2618dae9-8042-4a67-b3fa-bffbbb46d35c/?format=api"
            ],
            "name": "Westerweg Daf",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.88,
            "crest_level": -4.79,
            "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/2560/?format=api",
            "id": 2560,
            "code": "KST-Q-8841",
            "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.765937557274757,
                    52.71151906612268,
                    0.0
                ]
            },
            "last_modified": "2025-03-15T07:10:02.684306Z",
            "created": "2014-08-08T08:13:33.412208Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/57a2aa71-698a-48a5-a418-2b1aaa7112fc/?format=api"
            ],
            "name": "Stuw Dergmeerweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.85,
            "crest_level": -3.35,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        }
    ]
}