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
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=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/weirs/1/?format=api",
            "id": 1,
            "code": "KST-B-1738",
            "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.800569513348608,
                    52.63738141713205,
                    0.0
                ]
            },
            "last_modified": "2024-05-02T07:10:13.660822Z",
            "created": "2014-08-08T08:12:35.947565Z",
            "image_url": "",
            "timeseries": [],
            "name": "Defosfatering [2 stuw + inlaat]",
            "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.27105"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/12/?format=api",
            "id": 12,
            "code": "KST-Q-20110",
            "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.012653307412659,
                    52.67733021129693,
                    0.0
                ]
            },
            "last_modified": "2024-05-02T07:10:15.197662Z",
            "created": "2014-08-08T08:12:36.277135Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b1ec8ee0-7768-42f7-bccd-d99743049c74/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f59c5120-8c44-4c19-979e-c12be07350ff/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/44963789-a89b-4ffc-a10a-110fbbfb0cba/?format=api"
            ],
            "name": "Hoge Zomerdijk",
            "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": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/115/?format=api",
            "id": 115,
            "code": "KST-B-1739",
            "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.801366562658381,
                    52.63814880107126,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:27:12.192474Z",
            "created": "2014-08-08T08:12:38.567315Z",
            "image_url": "",
            "timeseries": [],
            "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": "ontheffing 05.27105"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/119/?format=api",
            "id": 119,
            "code": "KST-JF-59",
            "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.739389294247847,
                    52.51895190437759,
                    0.0
                ]
            },
            "last_modified": "2024-05-02T07:10:13.429752Z",
            "created": "2014-08-08T08:12:38.659891Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6d6ecc0a-f225-4bbd-ba9e-581c0b68799f/?format=api"
            ],
            "name": "Weijenbus",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": null,
            "crest_level": -2.1,
            "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/121/?format=api",
            "id": 121,
            "code": "KST-B-240",
            "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.774075148781014,
                    52.6555853855,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:47:05.148824Z",
            "created": "2014-08-08T08:12:38.701739Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/92e9597d-b1ef-42c8-9ab2-6cc3c3512a2e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b436a92c-5b21-4f35-b99b-0ae53aa60800/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f0c3bdf3-b085-470a-92e6-1807a08dbaef/?format=api"
            ],
            "name": "Stuw Vroonermeer",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 2.4,
            "crest_level": -2.43,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "in beheer bij gem Alkmaar"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/150/?format=api",
            "id": 150,
            "code": "KST-Q-20160",
            "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.013075991302072,
                    52.67589906220085,
                    0.0
                ]
            },
            "last_modified": "2024-05-02T07:10:03.664039Z",
            "created": "2014-08-08T08:12:39.328059Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/18352b40-8901-437b-8313-c5b90ff3db0b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cd5ed85c-5db4-4168-99dc-1d9168e69548/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5befa10e-dfe8-4d45-817f-77b951c6dee8/?format=api"
            ],
            "name": "Lage Zomerdijk",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "crest_level": -2.69,
            "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/206/?format=api",
            "id": 206,
            "code": "KST-A-6068",
            "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.857489375593343,
                    53.10436745084961,
                    0.0
                ]
            },
            "last_modified": "2024-05-02T07:10:15.288675Z",
            "created": "2014-08-08T08:12:40.623959Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4c2686ce-a7af-4299-beaa-544917072712/?format=api"
            ],
            "name": "Doorsteek Eierland",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "crest_level": -1.43,
            "discharge_coeff": 1.0,
            "lat_dis_coeff": null,
            "allowed_flow_direction": null,
            "controlled": 3,
            "angle": null,
            "comment": "Adviseur HHNK"
        },
        {
            "url": "https://demo.lizard.net/api/v4/weirs/218/?format=api",
            "id": 218,
            "code": "KST-Q-19384",
            "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.814352825147712,
                    52.7330089007251,
                    0.0
                ]
            },
            "last_modified": "2024-05-02T07:10:19.501194Z",
            "created": "2014-08-08T08:12:40.899117Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cf808e05-e6db-4abb-a5d8-c7b260cf5d38/?format=api"
            ],
            "name": "Waarlandweg West",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -2.65,
            "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/274/?format=api",
            "id": 274,
            "code": "KST-Q-19383",
            "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.814601375395002,
                    52.73303354317089,
                    0.0
                ]
            },
            "last_modified": "2024-05-02T07:10:19.454180Z",
            "created": "2014-08-08T08:12:42.138802Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cb723e58-120c-4dc3-94b4-a6c7ca4ce290/?format=api"
            ],
            "name": "Waarlandweg Oost",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.0,
            "crest_level": -2.76,
            "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/290/?format=api",
            "id": 290,
            "code": "KST-Q-34587",
            "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.675783153773206,
                    52.61812041181652,
                    0.0
                ]
            },
            "last_modified": "2024-05-02T07:10:16.476979Z",
            "created": "2014-08-08T08:12:42.499683Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/414787bb-ebec-48e0-886d-f4afec66cdf7/?format=api"
            ],
            "name": "Sammerspolder",
            "type": "other",
            "crest_type": "broad crested",
            "crest_width": 1.5,
            "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"
        }
    ]
}