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=24
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 12637,
    "next": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=25",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=23",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2768/?format=api",
            "id": 2768,
            "code": "B40H0179",
            "organisation": {
                "url": "https://demo.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.244121304524506,
                    51.91264871617839,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:46.188398Z",
            "created": "2015-08-12T11:32:58.675755Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44485/?format=api",
                    "id": 44485,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b40b7fa1-6581-493e-b341-c737831bdf33/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fc5ac1a2-ec1b-4f1d-947b-73aa3a7a7c45/?format=api"
                    ],
                    "code": "B40H0179001",
                    "last_modified": "2024-07-05T19:16:46.678109Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2768/?format=api",
                    "top_level": 36.76,
                    "filter_top_level": 35.37,
                    "filter_bottom_level": 34.37,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0179",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 35.95,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2770/?format=api",
            "id": 2770,
            "code": "B40HX0004",
            "organisation": {
                "url": "https://demo.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.251001423234678,
                    51.9023422174349,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:47.234457Z",
            "created": "2015-08-12T11:32:58.688021Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44487/?format=api",
                    "id": 44487,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/14444f89-5928-4c7c-a965-631294819f2a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6a4e477b-f46c-43ee-8c57-c8a2f845faa5/?format=api"
                    ],
                    "code": "B40HX0004001",
                    "last_modified": "2024-07-05T19:16:47.726054Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2770/?format=api",
                    "top_level": 40.5,
                    "filter_top_level": 10.5,
                    "filter_bottom_level": 8.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44488/?format=api",
                    "id": 44488,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/eb0e29fd-579c-4947-abb2-d357c8b261a7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f2037c6b-c2ed-4656-9f86-a05fddef8ee7/?format=api"
                    ],
                    "code": "B40HX0004002",
                    "last_modified": "2024-07-05T19:16:48.182485Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2770/?format=api",
                    "top_level": 40.5,
                    "filter_top_level": -7.0,
                    "filter_bottom_level": -9.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40HX0004",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 40.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2771/?format=api",
            "id": 2771,
            "code": "HEEKMONT-B1",
            "organisation": {
                "url": "https://demo.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.243305240409492,
                    51.89956711820653,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:35:34.133453Z",
            "created": "2015-08-12T11:32:58.694903Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44489/?format=api",
                    "id": 44489,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/854c6ea4-7059-4e1c-a828-8ed925ae1204/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/df78bea6-9828-4400-8c3f-a58c1e6edf4b/?format=api"
                    ],
                    "code": "HEEKMONT-B1001",
                    "last_modified": "2024-07-05T19:35:34.585324Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2771/?format=api",
                    "top_level": null,
                    "filter_top_level": 0.0,
                    "filter_bottom_level": -1.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "HEEKMONT-B1",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2772/?format=api",
            "id": 2772,
            "code": "HEEKMONT-B2",
            "organisation": {
                "url": "https://demo.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.243312408303009,
                    51.89918055151363,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:35:35.117463Z",
            "created": "2015-08-12T11:32:58.701247Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44490/?format=api",
                    "id": 44490,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2806e70d-7333-4297-b949-b6de3028c05f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/068fb8e3-f445-4b90-8a23-f6d54c61576f/?format=api"
                    ],
                    "code": "HEEKMONT-B2001",
                    "last_modified": "2024-07-05T19:35:35.603966Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2772/?format=api",
                    "top_level": null,
                    "filter_top_level": 34.81,
                    "filter_bottom_level": 33.81,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "HEEKMONT-B2",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 34.81,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2773/?format=api",
            "id": 2773,
            "code": "HEEKMONT-B3",
            "organisation": {
                "url": "https://demo.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.243334617469545,
                    51.89882084129429,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:35:36.150135Z",
            "created": "2015-08-12T11:32:58.707388Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44491/?format=api",
                    "id": 44491,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/27017e12-0949-4b09-b1ec-64652349bd8f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b9d522a9-fe45-421e-a1ce-52eb5d057027/?format=api"
                    ],
                    "code": "HEEKMONT-B3001",
                    "last_modified": "2024-07-05T19:35:36.667670Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2773/?format=api",
                    "top_level": null,
                    "filter_top_level": 34.72,
                    "filter_bottom_level": 33.72,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "HEEKMONT-B3",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 34.72,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2774/?format=api",
            "id": 2774,
            "code": "40BB0021",
            "organisation": {
                "url": "https://demo.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.024785044514759,
                    51.93206572282669,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:26:36.597273Z",
            "created": "2015-08-12T11:32:58.713300Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44492/?format=api",
                    "id": 44492,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9bdae4c4-5814-4ba6-b081-e9de3f3a02fb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/476912b7-ff40-48ad-b65e-3d3f18d8d830/?format=api"
                    ],
                    "code": "40BB0021001",
                    "last_modified": "2024-07-05T18:26:37.101630Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2774/?format=api",
                    "top_level": 10.43,
                    "filter_top_level": 2.92,
                    "filter_bottom_level": -8.98,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40B0455",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.55,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2775/?format=api",
            "id": 2775,
            "code": "40BL0377",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.976260117259249,
                    51.9456218613926,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:26:41.546916Z",
            "created": "2015-08-12T11:32:58.719180Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44493/?format=api",
                    "id": 44493,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/07b33a22-5f7e-4976-9b77-317066df3687/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d7a11a72-0373-4559-9efa-80ca8805858f/?format=api"
                    ],
                    "code": "40BL0377001",
                    "last_modified": "2024-07-05T18:26:43.025628Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2775/?format=api",
                    "top_level": 12.12,
                    "filter_top_level": 0.0,
                    "filter_bottom_level": -99.99,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40B0609",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 11.44,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2776/?format=api",
            "id": 2776,
            "code": "40BP0004",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.985017385135251,
                    51.97029578709942,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:27:06.483738Z",
            "created": "2015-08-12T11:32:58.725150Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44494/?format=api",
                    "id": 44494,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9b826e0a-26a5-4f7b-9996-8fbd32bd61af/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c838f16d-9648-492d-8066-2f0aa5638527/?format=api"
                    ],
                    "code": "40BP0004001",
                    "last_modified": "2024-07-05T18:27:06.943492Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2776/?format=api",
                    "top_level": 10.34,
                    "filter_top_level": 2.78,
                    "filter_bottom_level": 1.78,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40B0461",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 9.77,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2777/?format=api",
            "id": 2777,
            "code": "40BP0029",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.986169518799875,
                    51.96939108371942,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:27:07.550967Z",
            "created": "2015-08-12T11:32:58.731456Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44495/?format=api",
                    "id": 44495,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/dc08eba6-9f01-4438-8421-998b280f8c20/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f56dddf3-7b3e-4f87-8709-e35b1d6a1757/?format=api"
                    ],
                    "code": "40BP0029001",
                    "last_modified": "2024-07-05T18:27:08.035892Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2777/?format=api",
                    "top_level": 10.21,
                    "filter_top_level": 1.45,
                    "filter_bottom_level": -1.55,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40B0469",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 9.55,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2778/?format=api",
            "id": 2778,
            "code": "40BP0280",
            "organisation": {
                "url": "https://demo.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.036229880318473,
                    51.96939507076762,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:27:11.955057Z",
            "created": "2015-08-12T11:32:58.737248Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44496/?format=api",
                    "id": 44496,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4808471d-f1ba-4a9d-b7cf-421cdf1024dc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/834444b0-4f8a-4d86-9079-77745f794f5e/?format=api"
                    ],
                    "code": "40BP0280001",
                    "last_modified": "2024-07-05T18:27:12.429271Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2778/?format=api",
                    "top_level": 10.0,
                    "filter_top_level": 6.6,
                    "filter_bottom_level": 5.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44497/?format=api",
                    "id": 44497,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0fc4d6b4-6525-4d85-8079-c1f7fcb6e2e7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0ae71386-31ae-409d-a8a9-32fed19b50ee/?format=api"
                    ],
                    "code": "40BP0280002",
                    "last_modified": "2024-07-05T18:27:12.886559Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2778/?format=api",
                    "top_level": 10.14,
                    "filter_top_level": -23.54,
                    "filter_bottom_level": -26.54,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44498/?format=api",
                    "id": 44498,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8ef12129-608d-48a6-8c52-af9eb63316ef/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/69c3bac4-e663-42c1-9288-b15d53442a29/?format=api"
                    ],
                    "code": "40BP0280003",
                    "last_modified": "2024-07-05T18:27:13.346924Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2778/?format=api",
                    "top_level": 10.07,
                    "filter_top_level": -45.55,
                    "filter_bottom_level": -48.55,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40B0280",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 9.3,
            "top_level": null,
            "bottom_level": null
        }
    ]
}