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=1083
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=1084",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=1082",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95192/?format=api",
            "id": 95192,
            "code": "34BM002",
            "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.560577740431924,
                    52.16849946896652,
                    0.0
                ]
            },
            "last_modified": "2024-09-27T07:10:37.902886Z",
            "created": "2024-09-26T14:36:58.041864Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/124217/?format=api",
                    "id": 124217,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/98ecd044-a398-43ef-b543-4f44f596ab3c/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/050ab096-a28c-4a6a-89b4-7f56c6a5a999/?format=api"
                    ],
                    "code": "34BM002001",
                    "last_modified": "2024-09-26T14:36:59.341469Z",
                    "created": "2024-09-26T14:36:59.341481Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95192/?format=api",
                    "top_level": 15.7,
                    "filter_top_level": 12.95,
                    "filter_bottom_level": 11.95,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "34BM002",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.954,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95193/?format=api",
            "id": 95193,
            "code": "34BM003",
            "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.575172163668772,
                    52.16070449763551,
                    0.0
                ]
            },
            "last_modified": "2024-09-27T07:10:38.007718Z",
            "created": "2024-09-26T14:36:59.992061Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/124218/?format=api",
                    "id": 124218,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/098db0ff-b8d5-439b-966f-8e42b85bbf6c/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/627ec2bf-4c3b-4236-a68f-2a2777345b80/?format=api"
                    ],
                    "code": "34BM003001",
                    "last_modified": "2024-09-26T14:37:01.292489Z",
                    "created": "2024-09-26T14:37:01.292502Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95193/?format=api",
                    "top_level": 15.95,
                    "filter_top_level": 13.33,
                    "filter_bottom_level": 12.33,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "34BM003",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 15.23,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95194/?format=api",
            "id": 95194,
            "code": "34BM004",
            "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.582506347721582,
                    52.1595314290657,
                    0.0
                ]
            },
            "last_modified": "2024-09-27T07:10:38.119465Z",
            "created": "2024-09-26T14:37:01.929366Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/124219/?format=api",
                    "id": 124219,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bcdfa899-db19-463e-a803-5ce201c3dab2/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3cf56821-b7e0-4d2d-b5f9-6927383f0d73/?format=api"
                    ],
                    "code": "34BM004001",
                    "last_modified": "2024-09-26T14:37:03.182296Z",
                    "created": "2024-09-26T14:37:03.182322Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95194/?format=api",
                    "top_level": 17.1,
                    "filter_top_level": 13.63,
                    "filter_bottom_level": 12.63,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "34BM004",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 16.33,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95195/?format=api",
            "id": 95195,
            "code": "34BM005",
            "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.58836913573865,
                    52.15549163153863,
                    0.0
                ]
            },
            "last_modified": "2024-09-27T07:10:38.222405Z",
            "created": "2024-09-26T14:37:03.794800Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/124220/?format=api",
                    "id": 124220,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2e5d3ac8-c106-44f8-a713-855d47d21b8b/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/046ded95-407a-46ff-a600-8d8e277f4c0b/?format=api"
                    ],
                    "code": "34BM005001",
                    "last_modified": "2024-09-26T14:37:05.070268Z",
                    "created": "2024-09-26T14:37:05.070281Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95195/?format=api",
                    "top_level": 20.14,
                    "filter_top_level": 14.83,
                    "filter_bottom_level": 13.83,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "34BM005",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 19.43,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95196/?format=api",
            "id": 95196,
            "code": "34BM014",
            "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.577678688625291,
                    52.15271616311776,
                    0.0
                ]
            },
            "last_modified": "2024-09-27T07:10:38.330940Z",
            "created": "2024-09-26T14:37:05.677487Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/124221/?format=api",
                    "id": 124221,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6bcc9ecc-e952-4bfa-9134-4c542eaffa26/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/372cc55e-7428-4ce7-8b06-da1f61aad254/?format=api"
                    ],
                    "code": "34BM014001",
                    "last_modified": "2024-09-26T14:37:06.896050Z",
                    "created": "2024-09-26T14:37:06.896063Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95196/?format=api",
                    "top_level": 17.29,
                    "filter_top_level": 13.33,
                    "filter_bottom_level": 12.33,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "34BM014",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 16.83,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95197/?format=api",
            "id": 95197,
            "code": "34DM025",
            "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.583791296038553,
                    52.10174403759111,
                    0.0
                ]
            },
            "last_modified": "2025-04-10T14:04:52.451585Z",
            "created": "2024-09-26T14:37:08.632734Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/124222/?format=api",
                    "id": 124222,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0455779e-3de6-4956-b8e3-e62e8800de0f/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4b0800d8-dd54-40bc-a463-d015c8f1a02c/?format=api"
                    ],
                    "code": "34DM025001",
                    "last_modified": "2024-09-26T14:37:09.908203Z",
                    "created": "2024-09-26T14:37:09.908232Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95197/?format=api",
                    "top_level": 17.9,
                    "filter_top_level": 14.16,
                    "filter_bottom_level": 13.16,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "34DM025",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 17.16,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95198/?format=api",
            "id": 95198,
            "code": "34DM026",
            "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.582893724088919,
                    52.10023169476867,
                    0.0
                ]
            },
            "last_modified": "2025-04-10T14:04:58.741918Z",
            "created": "2024-09-26T14:37:10.554452Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/124223/?format=api",
                    "id": 124223,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8ab39a42-9e87-4c7a-a0ef-e6d336fd2fc6/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/14f5f733-c9b4-4b3d-9730-cb5bdbe19f9e/?format=api"
                    ],
                    "code": "34DM026001",
                    "last_modified": "2024-09-26T14:37:11.801993Z",
                    "created": "2024-09-26T14:37:11.802023Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95198/?format=api",
                    "top_level": 18.21,
                    "filter_top_level": 14.41,
                    "filter_bottom_level": 13.41,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "34DM026",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 17.41,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95199/?format=api",
            "id": 95199,
            "code": "34DOW027",
            "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.582986575830135,
                    52.10109979543383,
                    0.0
                ]
            },
            "last_modified": "2025-04-10T13:51:43.173710Z",
            "created": "2024-09-26T14:37:12.421163Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/124224/?format=api",
                    "id": 124224,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8fb6dc37-b67c-40ab-9c90-c96069bad159/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3f4f2a2b-c4cb-4b07-b22d-318f3d1f34e4/?format=api"
                    ],
                    "code": "34DOW027001",
                    "last_modified": "2024-09-26T14:37:13.669641Z",
                    "created": "2024-09-26T14:37:13.669653Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95199/?format=api",
                    "top_level": 17.81,
                    "filter_top_level": 16.76,
                    "filter_bottom_level": 16.26,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "34DOW027",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 16.87,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95200/?format=api",
            "id": 95200,
            "code": "39GM003",
            "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": [
                    5.604788219460977,
                    51.87823426241822,
                    0.0
                ]
            },
            "last_modified": "2024-09-27T07:10:38.957019Z",
            "created": "2024-09-26T14:37:21.659999Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/124225/?format=api",
                    "id": 124225,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6965ddb6-a08d-4d58-a3be-633c3d0831e3/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/706fb82c-0c61-4c4b-b2f1-ff3ed4778bcc/?format=api"
                    ],
                    "code": "39GM003001",
                    "last_modified": "2024-09-26T14:37:22.891271Z",
                    "created": "2024-09-26T14:37:22.891295Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95200/?format=api",
                    "top_level": 7.24,
                    "filter_top_level": 4.74,
                    "filter_bottom_level": 3.74,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39GM003",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.54,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95201/?format=api",
            "id": 95201,
            "code": "39GM004",
            "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": [
                    5.59425867772605,
                    51.88155831849096,
                    0.0
                ]
            },
            "last_modified": "2024-09-27T07:10:39.046394Z",
            "created": "2024-09-26T14:37:23.483235Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/124226/?format=api",
                    "id": 124226,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/232f253c-d722-4ccf-9744-23473f6b61d5/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a91346b1-be95-468f-877e-3910ea614052/?format=api"
                    ],
                    "code": "39GM004001",
                    "last_modified": "2024-09-26T14:37:24.734255Z",
                    "created": "2024-09-26T14:37:24.734266Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/95201/?format=api",
                    "top_level": 7.53,
                    "filter_top_level": 5.13,
                    "filter_bottom_level": 0.13,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39GM004",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.86,
            "top_level": null,
            "bottom_level": null
        }
    ]
}