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=5
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=6",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=4",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2673/?format=api",
            "id": 2673,
            "code": "40FP0297",
            "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.223603063824656,
                    51.94032128635641,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:21:55.350174Z",
            "created": "2015-08-12T11:32:58.048169Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44373/?format=api",
                    "id": 44373,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7fe641aa-2c95-46ff-b559-15f8480f0e3c/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9b753c4d-1bfd-43af-90c4-937dd6d39ac4/?format=api"
                    ],
                    "code": "40FP0297001",
                    "last_modified": "2024-07-05T18:38:08.539276Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2673/?format=api",
                    "top_level": 15.49,
                    "filter_top_level": 5.67,
                    "filter_bottom_level": 4.67,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44374/?format=api",
                    "id": 44374,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6d7c687a-d1fc-4fd6-8f08-7616147937e1/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/16191b5b-0bcb-4d97-9771-d8c29d3d9bf1/?format=api"
                    ],
                    "code": "40FP0297002",
                    "last_modified": "2024-07-05T18:38:08.990466Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2673/?format=api",
                    "top_level": 15.45,
                    "filter_top_level": -11.35,
                    "filter_bottom_level": -12.35,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0297",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.9,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2674/?format=api",
            "id": 2674,
            "code": "40FP0298",
            "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.23238496983039,
                    51.93642408555566,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:22:01.704909Z",
            "created": "2015-08-12T11:32:58.057147Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44375/?format=api",
                    "id": 44375,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bc23ae20-a57b-4f03-83c1-e472f08c91a6/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9e1416a3-5427-48c9-a65f-ad068c32c64f/?format=api"
                    ],
                    "code": "40FP0298001",
                    "last_modified": "2024-08-27T13:42:31.058819Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2674/?format=api",
                    "top_level": 15.81,
                    "filter_top_level": 11.46,
                    "filter_bottom_level": 10.46,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44376/?format=api",
                    "id": 44376,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e3abb7e4-321b-496b-a944-249448700b76/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2ebaf384-245a-44d6-9b42-595314cd4ef7/?format=api"
                    ],
                    "code": "40FP0298002",
                    "last_modified": "2024-08-27T13:42:31.510250Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2674/?format=api",
                    "top_level": 15.8,
                    "filter_top_level": -0.86,
                    "filter_bottom_level": -3.86,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0298",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 15.22,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2676/?format=api",
            "id": 2676,
            "code": "40H-0098A",
            "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.224235004328396,
                    51.88906194870435,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:35.297013Z",
            "created": "2015-08-12T11:32:58.077270Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44380/?format=api",
                    "id": 44380,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/98972aa5-296f-4050-9dee-9e90d5848f71/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3231232a-c313-449f-81d3-86332cc0e94d/?format=api"
                    ],
                    "code": "40H-0098A001",
                    "last_modified": "2024-07-05T18:39:35.798956Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2676/?format=api",
                    "top_level": 20.8,
                    "filter_top_level": 12.05,
                    "filter_bottom_level": 10.05,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40H-0098A",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 20.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2677/?format=api",
            "id": 2677,
            "code": "40H-0182",
            "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.248024309108103,
                    51.90850335854022,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:22:04.825278Z",
            "created": "2015-08-12T11:32:58.086015Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44381/?format=api",
                    "id": 44381,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2198d2a4-3457-4f80-bff9-688169afa178/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b39bdb87-698a-4ac8-ba13-634d7756a38c/?format=api"
                    ],
                    "code": "40H-0182001",
                    "last_modified": "2024-07-05T18:39:36.898077Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2677/?format=api",
                    "top_level": 26.43,
                    "filter_top_level": 9.79,
                    "filter_bottom_level": 8.79,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0182",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 25.84,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2678/?format=api",
            "id": 2678,
            "code": "40H-0183",
            "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.197278066518631,
                    51.89576777193061,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:22:08.245486Z",
            "created": "2015-08-12T11:32:58.095046Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44382/?format=api",
                    "id": 44382,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/11800c90-b3b8-4d72-9817-26062219edec/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3040a998-2281-4404-9b8a-dc04b35c7cce/?format=api"
                    ],
                    "code": "40H-0183001",
                    "last_modified": "2024-07-05T18:39:37.903386Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2678/?format=api",
                    "top_level": 31.95,
                    "filter_top_level": 13.24,
                    "filter_bottom_level": 11.24,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0183",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 31.29,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2679/?format=api",
            "id": 2679,
            "code": "40H-0184",
            "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.229667040897427,
                    51.89234488299082,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:22:11.548895Z",
            "created": "2015-08-12T11:32:58.104785Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44383/?format=api",
                    "id": 44383,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dae3821f-9c71-4412-87a3-00c792a10753/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/efedcad8-5176-46f5-8ad5-f4b4f809939b/?format=api"
                    ],
                    "code": "40H-0184001",
                    "last_modified": "2024-07-05T18:39:38.916565Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2679/?format=api",
                    "top_level": 27.129,
                    "filter_top_level": 8.65,
                    "filter_bottom_level": 6.65,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0184",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 26.45,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2680/?format=api",
            "id": 2680,
            "code": "40H-0185",
            "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.257824015606328,
                    51.92206970184195,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:22:18.325979Z",
            "created": "2015-08-12T11:32:58.115062Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44384/?format=api",
                    "id": 44384,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e8d8e75c-95f6-4ccf-9a69-de7c18d68a78/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/864ecd5c-5e2d-4769-bb1e-e1b61bef2208/?format=api"
                    ],
                    "code": "40H-0185001",
                    "last_modified": "2024-07-05T18:39:40.045343Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2680/?format=api",
                    "top_level": 17.098,
                    "filter_top_level": 12.34,
                    "filter_bottom_level": 10.34,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0185",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 16.36,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2681/?format=api",
            "id": 2681,
            "code": "40H-0192",
            "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.243743463505579,
                    51.91265147152564,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:22:20.665361Z",
            "created": "2015-08-12T11:32:58.124385Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44336/?format=api",
                    "id": 44336,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3f49f4e4-972e-46c3-9095-7a0207e57e9c/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/efd5cc7f-1289-44ff-bf53-7e4726f23d11/?format=api"
                    ],
                    "code": "40H-0192001",
                    "last_modified": "2024-07-05T18:39:41.195907Z",
                    "created": "2016-02-04T10:19:31.030144Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2681/?format=api",
                    "top_level": 40.11,
                    "filter_top_level": 37.41,
                    "filter_bottom_level": 36.41,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0192",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 39.51,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2682/?format=api",
            "id": 2682,
            "code": "40H-1432",
            "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.256404082176418,
                    51.91060838409015,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:22:31.972515Z",
            "created": "2015-08-12T11:32:58.133820Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44385/?format=api",
                    "id": 44385,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/99c6e398-eb0f-4a4c-a71a-f1cc1b5cebd9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0bbc45ee-00dd-4dc5-a142-c850f4c703fe/?format=api"
                    ],
                    "code": "40H-1432001",
                    "last_modified": "2024-07-05T18:39:42.399137Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2682/?format=api",
                    "top_level": 19.917,
                    "filter_top_level": 12.93,
                    "filter_bottom_level": 11.93,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H1432",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 19.2,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2683/?format=api",
            "id": 2683,
            "code": "40H-GR-0001",
            "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.243246795328921,
                    51.91252026116614,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:48.248198Z",
            "created": "2015-08-12T11:32:58.144266Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44386/?format=api",
                    "id": 44386,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/aa89a12a-0925-4205-8bc0-ba07fb823886/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e069b120-ad02-463d-a664-8ed531c3a1c0/?format=api"
                    ],
                    "code": "40H-GR-0001001",
                    "last_modified": "2024-07-05T18:39:48.773624Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2683/?format=api",
                    "top_level": 39.44,
                    "filter_top_level": 34.39,
                    "filter_bottom_level": 33.39,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40H-GR-0001",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 39.54,
            "top_level": null,
            "bottom_level": null
        }
    ]
}