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=1227
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=1228",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1226",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/89655/?format=api",
            "id": 89655,
            "code": "B27H0527",
            "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.336209916629533,
                    52.29813311943457,
                    0.0
                ]
            },
            "last_modified": "2025-04-07T12:19:38.006865Z",
            "created": "2022-06-20T18:53:30.231566Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123069/?format=api",
                    "id": 123069,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c2576965-638d-43cb-aec3-e72ac77b396d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b47cfe77-77c6-4194-b25d-6bde6417c0c9/?format=api"
                    ],
                    "code": "B27H0527001",
                    "last_modified": "2024-07-05T19:06:05.279886Z",
                    "created": "2022-06-20T18:53:30.270880Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/89655/?format=api",
                    "top_level": 8.9,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27H0527",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.67,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/89965/?format=api",
            "id": 89965,
            "code": "TESTERDELETE",
            "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.964962195144072,
                    53.37599708591712,
                    0.0
                ]
            },
            "last_modified": "2022-09-07T07:20:59.375353Z",
            "created": "2022-09-06T13:36:44.727951Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123084/?format=api",
                    "id": 123084,
                    "timeseries": [],
                    "code": "TESTERDELETE001",
                    "last_modified": "2022-09-06T13:51:59.433328Z",
                    "created": "2022-09-06T13:39:01.582637Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/89965/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123085/?format=api",
                    "id": 123085,
                    "timeseries": [],
                    "code": "TESTERDELETE002",
                    "last_modified": "2022-09-06T13:52:00.697180Z",
                    "created": "2022-09-06T13:39:04.734715Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/89965/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "TESTERDELETE",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": null,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/89966/?format=api",
            "id": 89966,
            "code": "TESTERTESTER",
            "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.968264414495454,
                    53.46581825273211,
                    0.0
                ]
            },
            "last_modified": "2022-09-07T07:20:50.301765Z",
            "created": "2022-09-06T13:58:35.639527Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123086/?format=api",
                    "id": 123086,
                    "timeseries": [],
                    "code": "TESTERTESTER001",
                    "last_modified": "2022-09-06T13:58:38.649667Z",
                    "created": "2022-09-06T13:58:38.649681Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/89966/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "TESTERTESTER",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": null,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90035/?format=api",
            "id": 90035,
            "code": "B50F1709",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c152eb26-47d7-4444-956c-15da0dcf5464/?format=api",
                "uuid": "c152eb26-47d7-4444-956c-15da0dcf5464",
                "name": "Provincie Noord-Brabant"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.066482014046758,
                    51.51534685458655,
                    0.0
                ]
            },
            "last_modified": "2025-02-26T19:12:56.350915Z",
            "created": "2022-09-23T18:35:19.704454Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123088/?format=api",
                    "id": 123088,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3b2a1f24-ac37-4635-9615-a43e69b7eb87/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f623cc15-8065-4c37-85df-265e26960ca3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fc2a0949-3ed5-45e8-8407-2fdb8ef47126/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2d046576-34d8-4313-abe6-aacd53eb846b/?format=api"
                    ],
                    "code": "B50F1709-002",
                    "last_modified": "2025-02-11T17:40:04.616032Z",
                    "created": "2022-09-23T18:35:23.123005Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90035/?format=api",
                    "top_level": 15.172,
                    "filter_top_level": -22.56,
                    "filter_bottom_level": -24.56,
                    "aquifer_confinement": "1",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123091/?format=api",
                    "id": 123091,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2b8eb466-c84c-47c1-b04c-3027545fd8ba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/66ee4b1e-1b7e-46f9-a5c3-b7e361b4355c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ca5fef09-b38c-4bc8-a437-1a316415d44b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c1f59fd1-55fb-46a4-bcd3-1783f789d235/?format=api"
                    ],
                    "code": "B50F1709-005",
                    "last_modified": "2025-02-11T17:40:06.269802Z",
                    "created": "2022-09-23T18:35:33.355696Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90035/?format=api",
                    "top_level": 15.158,
                    "filter_top_level": -153.54,
                    "filter_bottom_level": -155.54,
                    "aquifer_confinement": "3",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123087/?format=api",
                    "id": 123087,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/dd81ba92-e3f4-466a-8838-43cbd1470eed/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/658e0e78-bb98-4d9b-b267-eaa93b6eb2c0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/11dd0f38-5a7c-48ff-9794-c3912e51d0e4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9decf5eb-c822-4a86-8fb1-901e0293c6fd/?format=api"
                    ],
                    "code": "B50F1709-001",
                    "last_modified": "2025-02-11T17:40:04.014248Z",
                    "created": "2022-09-23T18:35:19.914817Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90035/?format=api",
                    "top_level": 15.17,
                    "filter_top_level": 8.44,
                    "filter_bottom_level": 6.44,
                    "aquifer_confinement": "1",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123089/?format=api",
                    "id": 123089,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/497f10da-b2f9-4121-aead-5ed13b05cbae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/529d5c05-602d-440a-a622-382530d300cd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/07c08a64-d804-4538-97d7-8e017d3afe46/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6957167d-4b7c-46a4-8e64-8a1970cc26e2/?format=api"
                    ],
                    "code": "B50F1709-003",
                    "last_modified": "2025-02-11T17:40:05.170394Z",
                    "created": "2022-09-23T18:35:26.455912Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90035/?format=api",
                    "top_level": 15.169,
                    "filter_top_level": -50.06,
                    "filter_bottom_level": -52.06,
                    "aquifer_confinement": "2",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123090/?format=api",
                    "id": 123090,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f83b4494-544c-4e35-8cad-90633314d00e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b680bd27-f2c5-45ef-918d-ba931c9383dd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5b5b3cd2-c723-484b-bd7f-894752a252a6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4676040a-dd80-4f9f-acd9-e7b0113c9a3b/?format=api"
                    ],
                    "code": "B50F1709-004",
                    "last_modified": "2025-02-11T17:40:05.703167Z",
                    "created": "2022-09-23T18:35:29.752184Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90035/?format=api",
                    "top_level": 15.17,
                    "filter_top_level": -76.56,
                    "filter_bottom_level": -78.56,
                    "aquifer_confinement": "2",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B50F1709",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.436,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90080/?format=api",
            "id": 90080,
            "code": "27BM003",
            "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.96869212828561,
                    52.37884608233296,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:31:11.500942Z",
            "created": "2022-10-04T12:35:08.695469Z",
            "image_url": "",
            "timeseries": [],
            "filters": [],
            "name": "27BM003",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 22.274,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90081/?format=api",
            "id": 90081,
            "code": "27BM005",
            "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.971965944877779,
                    52.37903435058168,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:31:13.293662Z",
            "created": "2022-10-04T12:35:10.030428Z",
            "image_url": "",
            "timeseries": [],
            "filters": [],
            "name": "27BM005",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 18.948,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90082/?format=api",
            "id": 90082,
            "code": "28FM004",
            "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.84696774812947,
                    52.45015236213693,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:06:50.113502Z",
            "created": "2022-10-04T12:40:59.122012Z",
            "image_url": "",
            "timeseries": [],
            "filters": [],
            "name": "28FM004",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": null,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90083/?format=api",
            "id": 90083,
            "code": "29CL9006",
            "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.972471755813293,
                    52.26415984554582,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:14:15.359534Z",
            "created": "2022-10-04T12:42:24.683675Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123346/?format=api",
                    "id": 123346,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b375d02b-ad41-430c-a2fe-b9a6c106d6fa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/76d5799f-95fa-437c-8013-c09f502628e1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f20a299e-dd03-4073-9488-0e281a647ac0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ef972cda-c778-4b48-820e-e5dcaee2b7f4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c0ef436d-c34e-4704-932c-77aa05c4a5e0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/59c23b02-d31a-4f68-bd96-08487ba9f540/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/869dc4a4-e30e-45a2-8de2-79288be51176/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/245447ac-24e8-4689-876f-7e2a4067bcdc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b3d804ae-df78-4d2d-9a35-b96d80db0b3d/?format=api"
                    ],
                    "code": "29CL9006001",
                    "last_modified": "2024-07-05T17:14:15.829254Z",
                    "created": "2023-03-02T23:34:45.266793Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90083/?format=api",
                    "top_level": 45.75,
                    "filter_top_level": 40.91,
                    "filter_bottom_level": 39.91,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "29CL9006",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 44.91,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90084/?format=api",
            "id": 90084,
            "code": "34CM028",
            "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": [
                    4.623655795367522,
                    49.7886448507418,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:52:01.439188Z",
            "created": "2022-10-04T12:49:56.836694Z",
            "image_url": "",
            "timeseries": [],
            "filters": [],
            "name": "34CM028",
            "station_type": "base",
            "status": "under construction",
            "scale": "region",
            "surface_level": null,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90085/?format=api",
            "id": 90085,
            "code": "39BP0042",
            "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.396366386863945,
                    51.94907535822114,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:02:09.896874Z",
            "created": "2022-10-04T12:52:21.381021Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123252/?format=api",
                    "id": 123252,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3aa503a3-e0d6-4c16-a0c0-a88a2d471827/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8647acda-6f25-4e8a-9696-9a7b27fb973b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/56178b29-db62-406d-95e5-345a779e9c5c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/db96bf0c-d744-4f93-8d38-5646c6f5fd9b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/62d44273-fbde-4128-bcd3-7a6775999ed5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a1f9c726-b219-41ba-b822-39299e546711/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d33161fa-442b-48e8-b665-507a7cbf63b0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dfcefb0d-feb7-41d8-a709-be525fa50339/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5e5ddef6-1064-4ef5-bb63-e9b4ae197afa/?format=api"
                    ],
                    "code": "39BP0042001",
                    "last_modified": "2024-07-05T18:02:10.374320Z",
                    "created": "2022-10-21T17:33:19.414533Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90085/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B39B0390",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 3.29,
            "top_level": null,
            "bottom_level": null
        }
    ]
}