List assets of type GroundwaterStation

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.

name: Exact filter on the name field, the startswith lookup is also supported.

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/

?name__startswith=station3
GET /api/v4/groundwaterstations/?format=api&page=8
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 10842,
    "next": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=9",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=7",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2704/?format=api",
            "id": 2704,
            "code": "40HP0009",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.19658076897698,
                    51.89577257918005,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:40.596385Z",
            "created": "2015-08-12T11:32:58.300351Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44409/?format=api",
                    "id": 44409,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9f891fa6-0c19-4f72-868c-2eaa27031aae/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cd070226-e25f-47ca-b739-260ffa76deae/?format=api"
                    ],
                    "code": "40HP0009001",
                    "last_modified": "2024-07-05T18:40:41.086842Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2704/?format=api",
                    "top_level": 31.38,
                    "filter_top_level": 15.99,
                    "filter_bottom_level": 14.99,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0148",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 31.14,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2705/?format=api",
            "id": 2705,
            "code": "40HP0010",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.229930412483201,
                    51.8922122078498,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:41.705803Z",
            "created": "2015-08-12T11:32:58.306450Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44410/?format=api",
                    "id": 44410,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f7ecd2d8-2814-4a09-94be-e607f22ed9c0/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/14167897-736e-4fda-a7d3-5cc6ec6ff43e/?format=api"
                    ],
                    "code": "40HP0010001",
                    "last_modified": "2024-07-05T18:40:42.168847Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2705/?format=api",
                    "top_level": 26.05,
                    "filter_top_level": 7.5,
                    "filter_bottom_level": 6.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0149",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 26.05,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2706/?format=api",
            "id": 2706,
            "code": "40HP0011",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.226966951098501,
                    51.88522224542781,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:42.653784Z",
            "created": "2015-08-12T11:32:58.311976Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44411/?format=api",
                    "id": 44411,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0e3ef1fe-790b-49c6-b49d-c4779ea373ad/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f3876a4f-c624-45fc-b630-4948ae6ce578/?format=api"
                    ],
                    "code": "40HP0011001",
                    "last_modified": "2024-07-05T18:40:43.187628Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2706/?format=api",
                    "top_level": 20.5,
                    "filter_top_level": 12.13,
                    "filter_bottom_level": 11.13,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0150",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 20.65,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2707/?format=api",
            "id": 2707,
            "code": "40HP0012",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.224803727591523,
                    51.87436135287641,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:43.781914Z",
            "created": "2015-08-12T11:32:58.317728Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44412/?format=api",
                    "id": 44412,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b595f4a0-b63e-4462-93b3-0f0024f737f6/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8babc202-ce77-4e0a-bdfe-6c45d5df883e/?format=api"
                    ],
                    "code": "40HP0012001",
                    "last_modified": "2024-07-05T18:40:44.240310Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2707/?format=api",
                    "top_level": 14.69,
                    "filter_top_level": 9.74,
                    "filter_bottom_level": 8.74,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0151",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 14.8,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2708/?format=api",
            "id": 2708,
            "code": "40HP0020",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.27424064553391,
                    51.88487467558391,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:44.754349Z",
            "created": "2015-08-12T11:32:58.324309Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44413/?format=api",
                    "id": 44413,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bcabedf9-8824-4511-a188-6c444d667865/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ade75861-b48d-42f3-841d-d8ca04d66f8a/?format=api"
                    ],
                    "code": "40HP0020001",
                    "last_modified": "2024-07-05T18:40:45.217271Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2708/?format=api",
                    "top_level": 14.2,
                    "filter_top_level": 7.25,
                    "filter_bottom_level": 6.25,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HP0020",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.09,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2709/?format=api",
            "id": 2709,
            "code": "40HP0021",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.312706695722123,
                    51.88358905140104,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:45.749259Z",
            "created": "2015-08-12T11:32:58.329940Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44414/?format=api",
                    "id": 44414,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c40b413c-2d60-4678-ac3e-984310c318c0/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/be05c9c8-abe9-48d1-b9cd-12cd404c78e5/?format=api"
                    ],
                    "code": "40HP0021001",
                    "last_modified": "2024-07-05T18:40:46.234353Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2709/?format=api",
                    "top_level": 13.98,
                    "filter_top_level": 6.93,
                    "filter_bottom_level": 5.93,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0154",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.01,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2710/?format=api",
            "id": 2710,
            "code": "40HP0022",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.197307120579136,
                    51.89576757153871,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:46.874560Z",
            "created": "2015-08-12T11:32:58.335853Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44415/?format=api",
                    "id": 44415,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/30c24c47-fcc5-4298-a41f-f553bbc7bff2/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6d661819-5bdf-455d-a74d-86e999dfd689/?format=api"
                    ],
                    "code": "40HP0022001",
                    "last_modified": "2024-07-05T18:40:47.331750Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2710/?format=api",
                    "top_level": 31.46,
                    "filter_top_level": 14.86,
                    "filter_bottom_level": 13.86,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0155",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 31.1,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2711/?format=api",
            "id": 2711,
            "code": "40HP0023",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.266302072926427,
                    51.90974327783997,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:47.994627Z",
            "created": "2015-08-12T11:32:58.341457Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44416/?format=api",
                    "id": 44416,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/36025af9-f437-4851-85db-55635aba8393/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3f6f01a4-a5d5-459c-943d-85acef83c50e/?format=api"
                    ],
                    "code": "40HP0023001",
                    "last_modified": "2024-07-05T18:40:48.486719Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2711/?format=api",
                    "top_level": 15.03,
                    "filter_top_level": 10.09,
                    "filter_bottom_level": 9.09,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0023",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 15.08,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2712/?format=api",
            "id": 2712,
            "code": "40HP0024",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.255235664889735,
                    51.90865703525335,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:49.135164Z",
            "created": "2015-08-12T11:32:58.347066Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44417/?format=api",
                    "id": 44417,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/57a63b18-2ed4-4d52-b6c8-db1e0d10800f/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9776136d-585a-409c-ad22-861f84a57b33/?format=api"
                    ],
                    "code": "40HP0024001",
                    "last_modified": "2024-07-05T18:40:49.691900Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2712/?format=api",
                    "top_level": 20.33,
                    "filter_top_level": 11.37,
                    "filter_bottom_level": 10.37,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0024",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 20.39,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2713/?format=api",
            "id": 2713,
            "code": "40HP0025",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.248541051286599,
                    51.90816698889306,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:50.255533Z",
            "created": "2015-08-12T11:32:58.352599Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44418/?format=api",
                    "id": 44418,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1d251fb2-c6fe-47d2-b173-d7a4406aec73/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/354e23a6-12ae-4234-8cc5-cfc6fa01d398/?format=api"
                    ],
                    "code": "40HP0025001",
                    "last_modified": "2024-07-05T18:40:50.944605Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2713/?format=api",
                    "top_level": 25.88,
                    "filter_top_level": 12.29,
                    "filter_bottom_level": 11.29,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0025",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 26.05,
            "top_level": null,
            "bottom_level": null
        }
    ]
}