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=287
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=288",
    "previous": "https://demo.lizard.net/api/v4/weirs/?format=api&page=286",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22431/?format=api",
            "id": 22431,
            "code": "KST-Q-19506",
            "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.088823113990409,
                    52.70796625236669,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:16.670064Z",
            "created": "2019-10-26T07:10:16.339572Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/275e7e01-5276-48cb-a4a5-a8e33021bab6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eaf07edc-d821-4020-b1a1-374b4e3ed51b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/21d59352-8976-4308-8030-fe447647260e/?format=api"
            ],
            "name": "Wikgouw",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 0.88,
            "crest_level": -3.98,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22432/?format=api",
            "id": 22432,
            "code": "KST-Q-8843",
            "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.73846619281315,
                    52.71361812327705,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:02.174011Z",
            "created": "2019-10-26T07:10:17.035280Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/60fb85ff-5a83-413e-ade6-1d0c959bfdc3/?format=api"
            ],
            "name": "Stuw Diepsmeer",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 4.7,
            "crest_level": -3.44,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22433/?format=api",
            "id": 22433,
            "code": "KST-W-12",
            "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.102769345315118,
                    52.71318151982597,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:02.214827Z",
            "created": "2019-10-26T07:10:17.881107Z",
            "image_url": "",
            "timeseries": [],
            "name": "Egboetswater inlaat [Waterberging]",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.4,
            "crest_level": -3.0,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22434/?format=api",
            "id": 22434,
            "code": "KST-Q-19380",
            "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.803564813124134,
                    52.71821993829266,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:19.226943Z",
            "created": "2019-10-26T07:10:20.097338Z",
            "image_url": "",
            "timeseries": [],
            "name": "Inlaatschuif berging Diepgatweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 0.81,
            "crest_level": -3.23,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22435/?format=api",
            "id": 22435,
            "code": "KST-JL-2142",
            "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.677843692077574,
                    52.76013376090139,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:17.859986Z",
            "created": "2019-10-26T07:10:20.335463Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/91eaca3d-1c51-4a83-b31d-73d4c594e629/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6c2d2def-bdb0-4e70-acdd-44b3528ecbd2/?format=api"
            ],
            "name": "-",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -1.2,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22436/?format=api",
            "id": 22436,
            "code": "KST-OH-451",
            "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.75485602566384,
                    52.794219427018,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:11.373942Z",
            "created": "2019-10-26T07:10:21.553123Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f09a4f4b-3c0e-4a9d-ab6a-da5f6f0d604f/?format=api"
            ],
            "name": "Stuw Grote Keins",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "crest_level": -1.3,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22437/?format=api",
            "id": 22437,
            "code": "KST-Q-20176",
            "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.92033392156213,
                    52.70809154785717,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:11.908872Z",
            "created": "2019-10-26T07:10:21.983847Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/de96de4e-bbdf-474f-be40-163ce77d0644/?format=api"
            ],
            "name": "-",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.25,
            "crest_level": -1.8,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22438/?format=api",
            "id": 22438,
            "code": "KST-OH-457",
            "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.683886016987581,
                    52.50014962716728,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:18.940258Z",
            "created": "2019-10-26T07:10:24.858973Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/338c3e43-30a0-4d6c-a568-374e0c715a9f/?format=api"
            ],
            "name": "Hoflaan",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.3,
            "crest_level": -1.8,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22439/?format=api",
            "id": 22439,
            "code": "KST-D-29",
            "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.804790305990104,
                    52.71673335072544,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:11.995575Z",
            "created": "2019-10-26T07:10:26.310491Z",
            "image_url": "",
            "timeseries": [],
            "name": "-",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.2,
            "crest_level": -4.0,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/22440/?format=api",
            "id": 22440,
            "code": "KST-OH-448",
            "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.700252632702552,
                    52.64954594291162,
                    0.0
                ]
            },
            "last_modified": "2025-03-18T07:10:11.205494Z",
            "created": "2019-10-26T07:10:27.380644Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6ba72d17-9281-4a28-939e-d99062212353/?format=api"
            ],
            "name": "karperton",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -2.41,
            "discharge_coeff": null,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": null
        }
    ]
}