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": 12637,
    "next": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=20",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=18",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2718/?format=api",
            "id": 2718,
            "code": "40HP0030",
            "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.267250278333275,
                    51.91808669524665,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:37.916057Z",
            "created": "2015-08-12T11:32:58.381006Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44424/?format=api",
                    "id": 44424,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9b851271-e0c0-469d-90b8-55aa15b32359/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/de99b992-3d56-4d14-bbdc-8b834a04b90d/?format=api"
                    ],
                    "code": "40HP0030001",
                    "last_modified": "2024-07-05T18:40:57.311761Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2718/?format=api",
                    "top_level": 16.09,
                    "filter_top_level": 3.51,
                    "filter_bottom_level": 0.51,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0158",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 15.51,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2719/?format=api",
            "id": 2719,
            "code": "40HP0031",
            "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.255556092273457,
                    51.91395800403181,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:57.970451Z",
            "created": "2015-08-12T11:32:58.386829Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44425/?format=api",
                    "id": 44425,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3d848714-19a2-4da1-bdd1-a2c9820f3154/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f02d31c5-0e69-4d1d-bd49-ed3ef96686a7/?format=api"
                    ],
                    "code": "40HP0031001",
                    "last_modified": "2024-07-05T18:40:58.712567Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2719/?format=api",
                    "top_level": 21.3,
                    "filter_top_level": 4.58,
                    "filter_bottom_level": 1.58,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0159",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 20.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2720/?format=api",
            "id": 2720,
            "code": "40HP0047",
            "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.24739062224382,
                    51.90880462740816,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T14:09:25.398738Z",
            "created": "2015-08-12T11:32:58.392912Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44426/?format=api",
                    "id": 44426,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ffb498b9-3086-4d9e-af47-a4cebcee40f5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f795ac02-ca29-47d7-8984-9f901d54016a/?format=api"
                    ],
                    "code": "40HP0047001",
                    "last_modified": "2024-07-05T18:40:59.944129Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2720/?format=api",
                    "top_level": null,
                    "filter_top_level": 4.8,
                    "filter_bottom_level": 3.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44427/?format=api",
                    "id": 44427,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/df24c55c-1ae8-4ea9-b4c3-a260ac1e2ba9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/467750aa-bd07-40d7-9c14-8ef98e18cc01/?format=api"
                    ],
                    "code": "40HP0047002",
                    "last_modified": "2024-07-05T18:41:00.425737Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2720/?format=api",
                    "top_level": 27.44,
                    "filter_top_level": -18.95,
                    "filter_bottom_level": -19.95,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0047",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 26.87,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2721/?format=api",
            "id": 2721,
            "code": "40HP0048",
            "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.229404469751533,
                    51.90291252912023,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:01.201851Z",
            "created": "2015-08-12T11:32:58.398906Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44428/?format=api",
                    "id": 44428,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a3ad7681-7700-4505-add4-9464f7b8c58a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/00cc004d-a180-4506-b918-08cb8ac093f1/?format=api"
                    ],
                    "code": "40HP0048001",
                    "last_modified": "2024-07-05T18:41:01.758130Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2721/?format=api",
                    "top_level": 37.56,
                    "filter_top_level": 16.82,
                    "filter_bottom_level": 15.82,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44429/?format=api",
                    "id": 44429,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/759ae6ac-e09b-44a7-a021-db31c473880a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7ac0c369-8ebe-4821-b40f-81592cedac71/?format=api"
                    ],
                    "code": "40HP0048002",
                    "last_modified": "2024-07-05T18:41:02.152313Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2721/?format=api",
                    "top_level": 37.5,
                    "filter_top_level": 9.32,
                    "filter_bottom_level": 8.32,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0048",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 37.66,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2722/?format=api",
            "id": 2722,
            "code": "40HP0069",
            "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.243071858089378,
                    51.88807225330869,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:02.670569Z",
            "created": "2015-08-12T11:32:58.404711Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44430/?format=api",
                    "id": 44430,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f9b2cd79-4177-485c-b8e8-09c3581d199d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/46d37549-c9c8-46fe-b784-27481e5ef793/?format=api"
                    ],
                    "code": "40HP0069001",
                    "last_modified": "2024-07-05T18:41:03.154687Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2722/?format=api",
                    "top_level": 41.47,
                    "filter_top_level": 5.81,
                    "filter_bottom_level": 4.81,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0069",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 41.59,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2723/?format=api",
            "id": 2723,
            "code": "40HP0080",
            "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.309577010298592,
                    51.90096203265136,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:03.670627Z",
            "created": "2015-08-12T11:32:58.410435Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44431/?format=api",
                    "id": 44431,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ca3bcd42-a53a-40cf-a432-9e9005a4b40b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/63ecbc12-442d-4af7-b7a4-c155e59ba146/?format=api"
                    ],
                    "code": "40HP0080001",
                    "last_modified": "2024-07-05T18:41:04.153401Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2723/?format=api",
                    "top_level": 13.71,
                    "filter_top_level": 4.21,
                    "filter_bottom_level": 3.21,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0080",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 13.2,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2724/?format=api",
            "id": 2724,
            "code": "40HP0092",
            "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.224737725261662,
                    51.90903123351421,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:40.595577Z",
            "created": "2015-08-12T11:32:58.415970Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44432/?format=api",
                    "id": 44432,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/83f5f365-117c-4e0c-8766-e15c58a07f3f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/979b7dac-c29e-4dcb-bae2-390ab08eec7d/?format=api"
                    ],
                    "code": "40HP0092001",
                    "last_modified": "2024-07-05T18:41:05.343418Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2724/?format=api",
                    "top_level": 54.051,
                    "filter_top_level": 15.19,
                    "filter_bottom_level": 12.19,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0092",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 54.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2725/?format=api",
            "id": 2725,
            "code": "40HP0094",
            "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.243180982056955,
                    51.91288028838815,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:05.977519Z",
            "created": "2015-08-12T11:32:58.421729Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44433/?format=api",
                    "id": 44433,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ad7b64a7-6a67-4e90-9ee8-eb9f67a8bf09/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c59171c1-58f6-42b9-b4e4-a4ecc3eabfa3/?format=api"
                    ],
                    "code": "40HP0094001",
                    "last_modified": "2024-07-05T18:41:06.464756Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2725/?format=api",
                    "top_level": 36.02,
                    "filter_top_level": 38.42,
                    "filter_bottom_level": 37.42,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0094",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 35.37,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2726/?format=api",
            "id": 2726,
            "code": "40HP0095",
            "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.241448151995646,
                    51.91729735782651,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:43.966060Z",
            "created": "2015-08-12T11:32:58.427629Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44434/?format=api",
                    "id": 44434,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e2a20035-7a63-42e6-a927-599066386e8e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/861f21b5-5bd4-4871-8541-2969ec8cf2ce/?format=api"
                    ],
                    "code": "40HP0095001",
                    "last_modified": "2024-07-05T18:41:07.654261Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2726/?format=api",
                    "top_level": 57.16,
                    "filter_top_level": 20.88,
                    "filter_bottom_level": 17.88,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0095",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 56.51,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2727/?format=api",
            "id": 2727,
            "code": "40HP0096",
            "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.248667158694055,
                    51.9192940705858,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:48.323233Z",
            "created": "2015-08-12T11:32:58.433902Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44435/?format=api",
                    "id": 44435,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2ac34912-27aa-425d-bb03-d83e819fe8af/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fffc3989-0eb3-4c57-9daa-1bc0bacb2345/?format=api"
                    ],
                    "code": "40HP0096001",
                    "last_modified": "2024-07-05T18:41:08.813322Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2727/?format=api",
                    "top_level": 35.08,
                    "filter_top_level": 26.06,
                    "filter_bottom_level": 22.96,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44436/?format=api",
                    "id": 44436,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/efb8bd41-76e1-4638-8561-3c123d74525f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0118163a-6bf7-4b52-afc9-a0c49c99c1e5/?format=api"
                    ],
                    "code": "40HP0096002",
                    "last_modified": "2024-07-05T18:41:09.255480Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2727/?format=api",
                    "top_level": 35.08,
                    "filter_top_level": 9.36,
                    "filter_bottom_level": 6.36,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0096",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 34.45,
            "top_level": null,
            "bottom_level": null
        }
    ]
}