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/2848/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
    "id": 2848,
    "code": "22CP0062",
    "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.358741991781091,
            52.49544735989807,
            0.0
        ]
    },
    "last_modified": "2025-05-12T07:17:58.957104Z",
    "created": "2015-08-12T11:32:59.180114Z",
    "image_url": "",
    "timeseries": [],
    "filters": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/123083/?format=api",
            "id": 123083,
            "timeseries": [],
            "code": "22CP0062004",
            "last_modified": "2023-01-24T19:02:35.755182Z",
            "created": "2022-09-01T07:01:45.941200Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44193/?format=api",
            "id": 44193,
            "timeseries": [],
            "code": "22CP0062005",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44194/?format=api",
            "id": 44194,
            "timeseries": [],
            "code": "22CP0062006",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44195/?format=api",
            "id": 44195,
            "timeseries": [],
            "code": "22CP0062007",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44196/?format=api",
            "id": 44196,
            "timeseries": [],
            "code": "22CP0062008",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44197/?format=api",
            "id": 44197,
            "timeseries": [],
            "code": "22CP0062009",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44198/?format=api",
            "id": 44198,
            "timeseries": [],
            "code": "22CP0062010",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44199/?format=api",
            "id": 44199,
            "timeseries": [],
            "code": "22CP0062011",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44200/?format=api",
            "id": 44200,
            "timeseries": [],
            "code": "22CP0062012",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44201/?format=api",
            "id": 44201,
            "timeseries": [],
            "code": "22CP0062013",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44202/?format=api",
            "id": 44202,
            "timeseries": [],
            "code": "22CP0062014",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44203/?format=api",
            "id": 44203,
            "timeseries": [],
            "code": "22CP0062015",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44204/?format=api",
            "id": 44204,
            "timeseries": [],
            "code": "22CP0062016",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44205/?format=api",
            "id": 44205,
            "timeseries": [],
            "code": "22CP0062017",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44206/?format=api",
            "id": 44206,
            "timeseries": [],
            "code": "22CP0062018",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44207/?format=api",
            "id": 44207,
            "timeseries": [],
            "code": "22CP0062019",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44208/?format=api",
            "id": 44208,
            "timeseries": [],
            "code": "22CP0062020",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44209/?format=api",
            "id": 44209,
            "timeseries": [],
            "code": "22CP0062021",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44210/?format=api",
            "id": 44210,
            "timeseries": [],
            "code": "22CP0062022",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44211/?format=api",
            "id": 44211,
            "timeseries": [],
            "code": "22CP0062023",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44212/?format=api",
            "id": 44212,
            "timeseries": [],
            "code": "22CP0062024",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44213/?format=api",
            "id": 44213,
            "timeseries": [],
            "code": "22CP0062025",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44214/?format=api",
            "id": 44214,
            "timeseries": [],
            "code": "22CP0062026",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44215/?format=api",
            "id": 44215,
            "timeseries": [],
            "code": "22CP0062027",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44216/?format=api",
            "id": 44216,
            "timeseries": [],
            "code": "22CP0062028",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44217/?format=api",
            "id": 44217,
            "timeseries": [],
            "code": "22CP0062029",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44218/?format=api",
            "id": 44218,
            "timeseries": [],
            "code": "22CP0062030",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44219/?format=api",
            "id": 44219,
            "timeseries": [],
            "code": "22CP0062031",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44220/?format=api",
            "id": 44220,
            "timeseries": [],
            "code": "22CP0062032",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44221/?format=api",
            "id": 44221,
            "timeseries": [],
            "code": "22CP0062033",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44222/?format=api",
            "id": 44222,
            "timeseries": [],
            "code": "22CP0062034",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44223/?format=api",
            "id": 44223,
            "timeseries": [],
            "code": "22CP0062035",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44224/?format=api",
            "id": 44224,
            "timeseries": [],
            "code": "22CP0062036",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44225/?format=api",
            "id": 44225,
            "timeseries": [],
            "code": "22CP0062037",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44226/?format=api",
            "id": 44226,
            "timeseries": [],
            "code": "22CP0062038",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44227/?format=api",
            "id": 44227,
            "timeseries": [],
            "code": "22CP0062039",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44228/?format=api",
            "id": 44228,
            "timeseries": [],
            "code": "22CP0062040",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44229/?format=api",
            "id": 44229,
            "timeseries": [],
            "code": "22CP0062041",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44230/?format=api",
            "id": 44230,
            "timeseries": [],
            "code": "22CP0062042",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44231/?format=api",
            "id": 44231,
            "timeseries": [],
            "code": "22CP0062043",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44232/?format=api",
            "id": 44232,
            "timeseries": [],
            "code": "22CP0062044",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44233/?format=api",
            "id": 44233,
            "timeseries": [],
            "code": "22CP0062045",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44234/?format=api",
            "id": 44234,
            "timeseries": [],
            "code": "22CP0062046",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44235/?format=api",
            "id": 44235,
            "timeseries": [],
            "code": "22CP0062047",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44236/?format=api",
            "id": 44236,
            "timeseries": [],
            "code": "22CP0062048",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44237/?format=api",
            "id": 44237,
            "timeseries": [],
            "code": "22CP0062049",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44238/?format=api",
            "id": 44238,
            "timeseries": [],
            "code": "22CP0062050",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44239/?format=api",
            "id": 44239,
            "timeseries": [],
            "code": "22CP0062051",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44240/?format=api",
            "id": 44240,
            "timeseries": [],
            "code": "22CP0062052",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44241/?format=api",
            "id": 44241,
            "timeseries": [],
            "code": "22CP0062053",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44242/?format=api",
            "id": 44242,
            "timeseries": [],
            "code": "22CP0062054",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44243/?format=api",
            "id": 44243,
            "timeseries": [],
            "code": "22CP0062055",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44244/?format=api",
            "id": 44244,
            "timeseries": [],
            "code": "22CP0062056",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44245/?format=api",
            "id": 44245,
            "timeseries": [],
            "code": "22CP0062057",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44246/?format=api",
            "id": 44246,
            "timeseries": [],
            "code": "22CP0062058",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44247/?format=api",
            "id": 44247,
            "timeseries": [],
            "code": "22CP0062059",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44248/?format=api",
            "id": 44248,
            "timeseries": [],
            "code": "22CP0062060",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44249/?format=api",
            "id": 44249,
            "timeseries": [],
            "code": "22CP0062061",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44250/?format=api",
            "id": 44250,
            "timeseries": [],
            "code": "22CP0062062",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44251/?format=api",
            "id": 44251,
            "timeseries": [],
            "code": "22CP0062063",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44252/?format=api",
            "id": 44252,
            "timeseries": [],
            "code": "22CP0062064",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44253/?format=api",
            "id": 44253,
            "timeseries": [],
            "code": "22CP0062065",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44254/?format=api",
            "id": 44254,
            "timeseries": [],
            "code": "22CP0062066",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44255/?format=api",
            "id": 44255,
            "timeseries": [],
            "code": "22CP0062067",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44256/?format=api",
            "id": 44256,
            "timeseries": [],
            "code": "22CP0062068",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44257/?format=api",
            "id": 44257,
            "timeseries": [],
            "code": "22CP0062069",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44258/?format=api",
            "id": 44258,
            "timeseries": [],
            "code": "22CP0062070",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44259/?format=api",
            "id": 44259,
            "timeseries": [],
            "code": "22CP0062071",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44260/?format=api",
            "id": 44260,
            "timeseries": [],
            "code": "22CP0062072",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44261/?format=api",
            "id": 44261,
            "timeseries": [],
            "code": "22CP0062073",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44262/?format=api",
            "id": 44262,
            "timeseries": [],
            "code": "22CP0062074",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44263/?format=api",
            "id": 44263,
            "timeseries": [],
            "code": "22CP0062075",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44264/?format=api",
            "id": 44264,
            "timeseries": [],
            "code": "22CP0062076",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44265/?format=api",
            "id": 44265,
            "timeseries": [],
            "code": "22CP0062077",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44266/?format=api",
            "id": 44266,
            "timeseries": [],
            "code": "22CP0062078",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44267/?format=api",
            "id": 44267,
            "timeseries": [],
            "code": "22CP0062079",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44268/?format=api",
            "id": 44268,
            "timeseries": [],
            "code": "22CP0062080",
            "last_modified": "2019-06-25T07:24:42.800962Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": null,
            "filter_top_level": null,
            "filter_bottom_level": null,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44608/?format=api",
            "id": 44608,
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/08414126-249c-4632-afca-5096836de9e7/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/b9430cc1-fc03-4ef9-abf2-36d57a5e5a06/?format=api"
            ],
            "code": "22CP0062002",
            "last_modified": "2024-07-05T16:11:31.280924Z",
            "created": "2016-02-04T10:19:43.136400Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": 5.552,
            "filter_top_level": -8.76,
            "filter_bottom_level": -10.76,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44609/?format=api",
            "id": 44609,
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/495773d6-f74b-4448-b831-abc6eacb3ac4/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/f0cf71ed-dfd1-44b7-a4e9-4e7888ccca48/?format=api"
            ],
            "code": "22CP0062003",
            "last_modified": "2024-07-05T16:11:31.710596Z",
            "created": "2016-02-04T10:19:43.136400Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": 5.529,
            "filter_top_level": -19.76,
            "filter_bottom_level": -21.76,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44269/?format=api",
            "id": 44269,
            "timeseries": [],
            "code": "22CP0062081",
            "last_modified": "2021-12-14T19:42:08.848351Z",
            "created": "2016-02-03T10:58:57.699130Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": 5.25,
            "filter_top_level": -9.95,
            "filter_bottom_level": -23.85,
            "aquifer_confinement": null,
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44607/?format=api",
            "id": 44607,
            "timeseries": [
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/9f3e0cdc-1c65-4b44-b72d-41583156894a/?format=api",
                "https://zuiderzeeland.lizard.net/api/v4/timeseries/26ca36f1-79f4-4289-b85c-698cec6c8e8c/?format=api"
            ],
            "code": "22CP0062001",
            "last_modified": "2024-07-05T16:11:30.799899Z",
            "created": "2016-02-04T10:19:43.136400Z",
            "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "top_level": 5.571,
            "filter_top_level": 0.24,
            "filter_bottom_level": -0.76,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        }
    ],
    "name": "B22C0062",
    "station_type": "base",
    "status": "active",
    "scale": "region",
    "surface_level": 5.43,
    "top_level": null,
    "bottom_level": null
}