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

{
    "count": 3140,
    "next": "https://demo.lizard.net/api/v4/weirs/?page=3",
    "previous": "https://demo.lizard.net/api/v4/weirs/",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/350/",
            "id": 350,
            "code": "KST-A-1628",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.847552182231532,
                    52.86801007939706,
                    0.0
                ]
            },
            "last_modified": "2025-01-20T07:10:18.412171Z",
            "created": "2014-08-08T08:12:43.803926Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d5ef2d64-4b57-498b-a16d-0a7b653a98f0/",
                "https://demo.lizard.net/api/v4/timeseries/7c102c3b-c3ad-413e-bc8e-ac53870cf485/",
                "https://demo.lizard.net/api/v4/timeseries/a5e0ed9a-c81a-4cdb-b805-187c313b06df/"
            ],
            "name": "Kleiweg voor [waterberging]",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "crest_level": -2.57,
            "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/355/",
            "id": 355,
            "code": "KST-Q-20182",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.211024217472995,
                    52.69551111287857,
                    0.0
                ]
            },
            "last_modified": "2025-01-20T07:10:16.021928Z",
            "created": "2014-08-08T08:12:43.904781Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/346959d9-70c6-485b-b50e-f84c5210278b/"
            ],
            "name": "Zesstedenweg west",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 5.0,
            "crest_level": null,
            "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/398/",
            "id": 398,
            "code": "KST-B-1780",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.075854592704934,
                    52.65941083379005,
                    0.0
                ]
            },
            "last_modified": "2025-01-20T07:10:08.429984Z",
            "created": "2014-08-08T08:12:44.819893Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e276581d-a082-4dff-8a79-f5ea181db775/",
                "https://demo.lizard.net/api/v4/timeseries/d7dcfd01-845b-451e-9287-1daf9640369a/",
                "https://demo.lizard.net/api/v4/timeseries/8396470e-195b-4283-a3e5-03b2802d2288/"
            ],
            "name": "Blokweer",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": null,
            "crest_level": null,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "ontheffing 05.23216"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/571/",
            "id": 571,
            "code": "KST-B-1816",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.739362234233222,
                    53.01336020778928,
                    0.0
                ]
            },
            "last_modified": "2025-01-20T07:10:05.649839Z",
            "created": "2014-08-08T08:12:48.609427Z",
            "image_url": "",
            "timeseries": [],
            "name": "Stuw Mokweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": 1.7,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Inmeting Landmeters HHNK\nStuw stond open, het waterpeil aan beide zijden stond onder de minimaal te keren hoogte"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/658/",
            "id": 658,
            "code": "KST-Q-23399",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.746544506288286,
                    52.78909922997068,
                    0.0
                ]
            },
            "last_modified": "2025-01-20T07:10:07.438003Z",
            "created": "2014-08-08T08:12:50.534190Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7ce043db-01de-4df1-876e-e9212b2bea20/"
            ],
            "name": "Stuw C zuid",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.9,
            "crest_level": -1.5,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "type Romein"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/661/",
            "id": 661,
            "code": "KST-Q-24063",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.695345197144248,
                    52.75555953031006,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:07:01.884293Z",
            "created": "2014-08-08T08:12:50.602016Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/82a26676-1ba0-4e26-b284-f58dce3c910f/",
                "https://demo.lizard.net/api/v4/timeseries/733527f7-5c5d-40e3-a682-e7689284b4a1/"
            ],
            "name": "",
            "type": "other",
            "crest_type": "sharp crested",
            "crest_width": null,
            "crest_level": null,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": null,
            "angle": null,
            "comment": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/662/",
            "id": 662,
            "code": "KST-Q-24289",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.747039777682557,
                    52.78941872531502,
                    0.0
                ]
            },
            "last_modified": "2025-01-20T07:10:07.633508Z",
            "created": "2014-08-08T08:12:50.620833Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d107344a-88d7-49c5-bc47-5fd18081244e/"
            ],
            "name": "Stuw C noord",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.9,
            "crest_level": -1.92,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "type Romein"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/666/",
            "id": 666,
            "code": "KST-Q-34583",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.684123022816614,
                    52.61506868163578,
                    0.0
                ]
            },
            "last_modified": "2025-01-20T07:10:19.025247Z",
            "created": "2014-08-08T08:12:50.698741Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4d7bc736-c688-4942-b53b-0fe09615698a/"
            ],
            "name": "Valkering",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.0,
            "crest_level": null,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Meetopdracht PBS Kennemerland Noord 2013"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/681/",
            "id": 681,
            "code": "KST-Q-30781",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.659989857441089,
                    52.74293053207546,
                    0.0
                ]
            },
            "last_modified": "2025-01-20T07:10:23.647416Z",
            "created": "2014-08-08T08:12:51.026789Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/69d52e89-a850-4fcb-abad-034d56579f6e/"
            ],
            "name": "Mosterdweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.8,
            "crest_level": null,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Meetopdracht PBS Kennemerland Noord 2013"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/691/",
            "id": 691,
            "code": "KST-B-1667",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.856395080549224,
                    53.09421592579649,
                    0.0
                ]
            },
            "last_modified": "2025-01-20T07:10:05.831153Z",
            "created": "2014-08-08T08:12:51.235468Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7f3288e2-94cf-4f31-8190-00c179090668/"
            ],
            "name": "Genteweg",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 3.0,
            "crest_level": -2.47,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": ""
        }
    ]
}