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=19
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=20",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=18",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2815/?format=api",
            "id": 2815,
            "code": "40G-1133",
            "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.118287185366483,
                    51.87892003349791,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:01.761824Z",
            "created": "2015-08-12T11:32:58.975544Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44563/?format=api",
                    "id": 44563,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/68810c8c-759c-4094-84dd-93b592393b33/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d7a7ba12-b917-4c42-a9c5-af1f4504cd5a/?format=api"
                    ],
                    "code": "40G-1133001",
                    "last_modified": "2024-07-05T18:39:02.237262Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2815/?format=api",
                    "top_level": 14.02,
                    "filter_top_level": 10.82,
                    "filter_bottom_level": 9.82,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G1133",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 13.47,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2816/?format=api",
            "id": 2816,
            "code": "40GA3004",
            "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.057614270946219,
                    51.91920922205665,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:09.209101Z",
            "created": "2015-08-12T11:32:58.981448Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44564/?format=api",
                    "id": 44564,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/45851db2-64fe-4784-b0e8-80711cfcb8e9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7805351d-f76a-462a-9acc-0fdb4c1d5a6e/?format=api"
                    ],
                    "code": "40GA3004001",
                    "last_modified": "2024-07-05T18:39:09.736436Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2816/?format=api",
                    "top_level": null,
                    "filter_top_level": -24.5,
                    "filter_bottom_level": -38.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3004",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 11.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2817/?format=api",
            "id": 2817,
            "code": "40GA3006",
            "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.081086824216282,
                    51.89357242256965,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:10.234677Z",
            "created": "2015-08-12T11:32:58.987130Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44565/?format=api",
                    "id": 44565,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ca82fda4-5b82-4bb6-b5f1-7a4fcf5bda30/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/df934091-e5dd-4b8b-8942-e1b8ab1f6e64/?format=api"
                    ],
                    "code": "40GA3006001",
                    "last_modified": "2024-07-05T18:39:10.696832Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2817/?format=api",
                    "top_level": null,
                    "filter_top_level": 3.83,
                    "filter_bottom_level": 1.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3006",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 11.9,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2818/?format=api",
            "id": 2818,
            "code": "40GA3021",
            "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.096002714384239,
                    51.85458967329969,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:11.361913Z",
            "created": "2015-08-12T11:32:58.993156Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44566/?format=api",
                    "id": 44566,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8da360c2-6537-4cca-876a-c4a3b19288d0/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/27048fd0-ee6c-4506-8ba3-56f3648995fb/?format=api"
                    ],
                    "code": "40GA3021001",
                    "last_modified": "2024-07-05T18:39:11.839527Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2818/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -47.6,
                    "filter_bottom_level": -49.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44567/?format=api",
                    "id": 44567,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/58c3c2c2-bf89-4d3c-bca6-f43e41d45c04/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0d808a16-815b-4c6b-bb61-f89c2d8d9f50/?format=api"
                    ],
                    "code": "40GA3021002",
                    "last_modified": "2024-07-05T18:39:12.303438Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2818/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -46.9,
                    "filter_bottom_level": -51.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44568/?format=api",
                    "id": 44568,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8fe1951b-cb6c-40cf-851a-2e86d59d8f28/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c7b22bc8-c173-4d8d-a04e-b9479c54f2d5/?format=api"
                    ],
                    "code": "40GA3021003",
                    "last_modified": "2024-07-05T18:39:12.784064Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2818/?format=api",
                    "top_level": null,
                    "filter_top_level": -64.26,
                    "filter_bottom_level": -66.26,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3021",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 15.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2819/?format=api",
            "id": 2819,
            "code": "40GA3022",
            "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.095558948322434,
                    51.85406202351044,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:13.354843Z",
            "created": "2015-08-12T11:32:58.999702Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44569/?format=api",
                    "id": 44569,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7085074a-ca0f-4bd5-aabf-a7ea49c2f78c/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cc9bc6f3-f104-49ca-8b2c-4ec86ae1ef66/?format=api"
                    ],
                    "code": "40GA3022001",
                    "last_modified": "2024-07-05T18:39:13.911852Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2819/?format=api",
                    "top_level": null,
                    "filter_top_level": -47.86,
                    "filter_bottom_level": -48.86,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44570/?format=api",
                    "id": 44570,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f738d700-4a30-4842-9ffc-d93bf76493fa/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fec06863-4cc4-422a-ae0a-972f5abde6ba/?format=api"
                    ],
                    "code": "40GA3022002",
                    "last_modified": "2024-07-05T18:39:14.381966Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2819/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -47.75,
                    "filter_bottom_level": -51.85,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3022",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 15.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2820/?format=api",
            "id": 2820,
            "code": "40GA3024",
            "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.094945126882855,
                    51.85379606766421,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:14.915883Z",
            "created": "2015-08-12T11:32:59.006284Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44571/?format=api",
                    "id": 44571,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8fbda34f-2d24-49f2-8ec7-3e1db34b6725/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4d1156da-2182-4908-8152-dfc5c0692ddb/?format=api"
                    ],
                    "code": "40GA3024001",
                    "last_modified": "2024-07-05T18:39:15.414814Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2820/?format=api",
                    "top_level": null,
                    "filter_top_level": -46.79,
                    "filter_bottom_level": -51.79,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3024",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 14.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2821/?format=api",
            "id": 2821,
            "code": "40GA3026",
            "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.102773788481175,
                    51.88606265935654,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:15.941162Z",
            "created": "2015-08-12T11:32:59.012308Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44572/?format=api",
                    "id": 44572,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/254daefd-96a8-4f1f-803b-a7c7c52e22dd/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5535f1a9-f7ed-4437-b8cf-5b8cc21e8ad6/?format=api"
                    ],
                    "code": "40GA3026001",
                    "last_modified": "2024-07-05T18:39:16.424412Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2821/?format=api",
                    "top_level": null,
                    "filter_top_level": 5.08,
                    "filter_bottom_level": 1.75,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3026",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 12.8,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2822/?format=api",
            "id": 2822,
            "code": "40GA3028",
            "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.109080818070739,
                    51.85728745637648,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:17.031161Z",
            "created": "2015-08-12T11:32:59.018080Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44573/?format=api",
                    "id": 44573,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fd25aff3-29a5-4c20-add1-40dfbdf1a0e3/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e74af1d6-9ffd-47ba-8492-cfbffc945e04/?format=api"
                    ],
                    "code": "40GA3028001",
                    "last_modified": "2024-07-05T18:39:17.527454Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2822/?format=api",
                    "top_level": null,
                    "filter_top_level": 0.5,
                    "filter_bottom_level": -0.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44574/?format=api",
                    "id": 44574,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7339dc89-4ea0-4afd-86cf-f5148dbbb2e7/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e82b789e-0999-46e0-81e4-7033463de47b/?format=api"
                    ],
                    "code": "40GA3028002",
                    "last_modified": "2024-07-05T18:39:18.033830Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2822/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -43.5,
                    "filter_bottom_level": -44.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44575/?format=api",
                    "id": 44575,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/522966d4-6fc7-4b33-aca4-eb0fe3a75bff/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ed6a2ff3-e9d9-47aa-b99b-fe7dba8c77ce/?format=api"
                    ],
                    "code": "40GA3028003",
                    "last_modified": "2024-07-05T18:39:18.411148Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2822/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -51.0,
                    "filter_bottom_level": -52.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3028",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 12.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2823/?format=api",
            "id": 2823,
            "code": "40GA3037",
            "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.095799235136565,
                    51.85457292464551,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:18.966507Z",
            "created": "2015-08-12T11:32:59.023758Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44576/?format=api",
                    "id": 44576,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c8ef049d-2051-45d6-87ed-bff400f8a6c9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2636e38a-c201-4260-a3c5-537b1fa381ef/?format=api"
                    ],
                    "code": "40GA3037001",
                    "last_modified": "2024-07-05T18:39:19.444474Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2823/?format=api",
                    "top_level": null,
                    "filter_top_level": -46.5,
                    "filter_bottom_level": -53.32,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3037",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 14.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2824/?format=api",
            "id": 2824,
            "code": "40GA3086",
            "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.169906200321985,
                    51.91581823935018,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:20.086579Z",
            "created": "2015-08-12T11:32:59.029511Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44577/?format=api",
                    "id": 44577,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d5da90aa-6772-4a16-8f6f-518b99c6e879/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/de682712-0e96-4015-8c1c-d3659bddd50d/?format=api"
                    ],
                    "code": "40GA3086001",
                    "last_modified": "2024-07-05T18:39:20.678771Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2824/?format=api",
                    "top_level": null,
                    "filter_top_level": -59.5,
                    "filter_bottom_level": -61.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44578/?format=api",
                    "id": 44578,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6672bc25-c5de-4eb4-a0ff-6e38103640aa/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/58aa941d-f33a-447e-bb7b-bcc4c4147c82/?format=api"
                    ],
                    "code": "40GA3086002",
                    "last_modified": "2024-07-05T18:39:21.060946Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2824/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -109.5,
                    "filter_bottom_level": -111.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44579/?format=api",
                    "id": 44579,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/31ce48b8-904a-4e80-bd2d-44d4cc46aa2e/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/24b5b29d-acd1-4162-bbe7-60b30764171d/?format=api"
                    ],
                    "code": "40GA3086003",
                    "last_modified": "2024-07-05T18:39:21.510252Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2824/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -148.5,
                    "filter_bottom_level": -150.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44580/?format=api",
                    "id": 44580,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/db6f69d1-9c8e-4c05-9755-c5cd80ae40d3/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/00915707-9053-4515-8861-8054e0af7b56/?format=api"
                    ],
                    "code": "40GA3086004",
                    "last_modified": "2024-07-05T18:39:22.006024Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2824/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -160.5,
                    "filter_bottom_level": -162.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3086",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 14.5,
            "top_level": null,
            "bottom_level": null
        }
    ]
}