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=1254
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=1255",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1253",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/93966/?format=api",
            "id": 93966,
            "code": "27BM012",
            "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.998977412763465,
                    52.45633357209619,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:52.781826Z",
            "created": "2024-07-05T16:31:19.799473Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123715/?format=api",
                    "id": 123715,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9c3d4e76-7b1d-44df-b923-390e827605fa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fcd03e6f-7e19-4028-a5cd-78b20f1c93ee/?format=api"
                    ],
                    "code": "27BM012001",
                    "last_modified": "2024-08-27T13:39:37.741115Z",
                    "created": "2024-08-27T13:39:37.741131Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93966/?format=api",
                    "top_level": 9.06,
                    "filter_top_level": 1.31,
                    "filter_bottom_level": -1.69,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "27BM012",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.36,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/93967/?format=api",
            "id": 93967,
            "code": "32FM009",
            "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.635075281229755,
                    52.23817452588191,
                    0.0
                ]
            },
            "last_modified": "2024-08-27T13:40:52.605593Z",
            "created": "2024-07-05T17:21:37.522426Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123692/?format=api",
                    "id": 123692,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/11d76431-3099-42dc-9722-8f3b061e0089/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ad889ff1-2e4a-4abd-97a3-0b75f430a255/?format=api"
                    ],
                    "code": "32FM009001",
                    "last_modified": "2024-08-27T13:40:53.060961Z",
                    "created": "2024-07-05T17:21:38.733103Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93967/?format=api",
                    "top_level": 24.52,
                    "filter_top_level": 10.39,
                    "filter_bottom_level": 9.39,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32FM009",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 23.89,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/93968/?format=api",
            "id": 93968,
            "code": "40FM009",
            "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.326213518463207,
                    51.93889388967292,
                    0.0
                ]
            },
            "last_modified": "2024-08-27T13:42:29.363475Z",
            "created": "2024-07-05T18:37:12.006492Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123696/?format=api",
                    "id": 123696,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/12a4c688-1073-467e-8a6c-8b753c24db03/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d696ec00-fb03-4088-a98b-6ddf16198bf0/?format=api"
                    ],
                    "code": "40FM009001",
                    "last_modified": "2024-08-27T13:42:29.831016Z",
                    "created": "2024-07-05T18:37:13.363471Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93968/?format=api",
                    "top_level": 14.28,
                    "filter_top_level": 10.68,
                    "filter_bottom_level": 9.68,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40FM009",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 13.4,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/93969/?format=api",
            "id": 93969,
            "code": "41AM012",
            "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.336091421112772,
                    51.94205931801789,
                    0.0
                ]
            },
            "last_modified": "2024-08-27T13:42:33.185889Z",
            "created": "2024-07-05T18:42:48.177884Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123697/?format=api",
                    "id": 123697,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c3a70e64-d893-4607-81e2-49172a38bc20/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/569bb584-e8b7-4cf3-bcad-e0fc3b8b51e0/?format=api"
                    ],
                    "code": "41AM012001",
                    "last_modified": "2024-08-27T13:42:33.648985Z",
                    "created": "2024-07-05T18:42:49.443172Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93969/?format=api",
                    "top_level": 17.1,
                    "filter_top_level": 11.5,
                    "filter_bottom_level": 10.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "41AM012",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 16.49,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/93970/?format=api",
            "id": 93970,
            "code": "41AM013",
            "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.334114679095015,
                    51.93995319439181,
                    0.0
                ]
            },
            "last_modified": "2024-08-27T13:42:34.191513Z",
            "created": "2024-07-05T18:42:50.027186Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123698/?format=api",
                    "id": 123698,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5bdbeb29-797d-431e-b453-3f69a915bb94/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/02b273dd-fb44-4527-87d7-58de2eb99d85/?format=api"
                    ],
                    "code": "41AM013001",
                    "last_modified": "2024-08-27T13:42:34.660951Z",
                    "created": "2024-07-05T18:42:51.574364Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93970/?format=api",
                    "top_level": 12.34,
                    "filter_top_level": 8.99,
                    "filter_bottom_level": 7.99,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "41AM013",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 11.778,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/93971/?format=api",
            "id": 93971,
            "code": "B40E0354",
            "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.064785807977596,
                    52.01974894831044,
                    0.0
                ]
            },
            "last_modified": "2025-02-12T10:30:08.368029Z",
            "created": "2024-07-05T19:16:13.234814Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123700/?format=api",
                    "id": 123700,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c6e820c1-e94f-4933-983c-d3ec59bbfd78/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4a541a84-b082-4310-89be-2fb98b28d3ec/?format=api"
                    ],
                    "code": "B40E0354002",
                    "last_modified": "2024-07-05T19:16:15.724091Z",
                    "created": "2024-07-05T19:16:15.724123Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93971/?format=api",
                    "top_level": 17.386,
                    "filter_top_level": 10.356,
                    "filter_bottom_level": 9.356,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123699/?format=api",
                    "id": 123699,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/30c37daa-629e-41fc-a4e4-a92b0ee4eded/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3a1a4c09-06a3-4cfb-a315-c989772e5a69/?format=api"
                    ],
                    "code": "B40E0354001",
                    "last_modified": "2024-07-05T19:16:14.556968Z",
                    "created": "2024-07-05T19:16:14.556980Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93971/?format=api",
                    "top_level": 17.389,
                    "filter_top_level": 11.385,
                    "filter_bottom_level": 10.37,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123701/?format=api",
                    "id": 123701,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a6c0ab55-9f1f-454f-b690-373405c7e97a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9496b022-66c8-4820-a8f0-60a2321a5364/?format=api"
                    ],
                    "code": "B40E0354003",
                    "last_modified": "2024-07-05T19:16:17.041418Z",
                    "created": "2024-07-05T19:16:17.041429Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93971/?format=api",
                    "top_level": 17.389,
                    "filter_top_level": 10.206,
                    "filter_bottom_level": 9.206,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0354",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 17.106,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/93972/?format=api",
            "id": 93972,
            "code": "UTWP041",
            "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.146240371817278,
                    52.00911308027836,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T20:04:02.268910Z",
            "created": "2024-07-05T20:04:02.268928Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/119556/?format=api",
                    "id": 119556,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d585555b-d8cf-4714-b747-f8840de5e457/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/67100e70-586f-4904-978c-387827322fdd/?format=api"
                    ],
                    "code": "UTWP041002",
                    "last_modified": "2024-07-05T20:04:03.190387Z",
                    "created": "2020-03-27T15:22:04.643757Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93972/?format=api",
                    "top_level": 0.98,
                    "filter_top_level": -11.29,
                    "filter_bottom_level": -12.29,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/119555/?format=api",
                    "id": 119555,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e2c94d8e-bb6c-4c53-8b43-d62f16d34e27/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/61aeb060-a72e-4300-9186-b57413b1c7c7/?format=api"
                    ],
                    "code": "UTWP041001",
                    "last_modified": "2024-07-05T20:04:02.731386Z",
                    "created": "2020-03-27T15:22:04.626850Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93972/?format=api",
                    "top_level": 0.99,
                    "filter_top_level": -3.79,
                    "filter_bottom_level": -5.29,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B38F0512",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 0.71,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94197/?format=api",
            "id": 94197,
            "code": "06DM010",
            "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.007181249740105,
                    53.18912460479095,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:52.094423Z",
            "created": "2024-08-27T13:38:51.712322Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123702/?format=api",
                    "id": 123702,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/729bd3d7-a9fe-49f1-99d8-541e09f39a4c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a825880d-b374-4e01-b14b-b9fc8d76b9cd/?format=api"
                    ],
                    "code": "06DM010001",
                    "last_modified": "2024-08-27T13:38:53.302469Z",
                    "created": "2024-08-27T13:38:53.302483Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94197/?format=api",
                    "top_level": 1.03,
                    "filter_top_level": -2.0,
                    "filter_bottom_level": -7.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "06DM010",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 0.3,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94198/?format=api",
            "id": 94198,
            "code": "06DM012",
            "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.009832567373029,
                    53.2132263989842,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:52.166297Z",
            "created": "2024-08-27T13:38:53.930208Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123703/?format=api",
                    "id": 123703,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/096b11fb-dbee-4a88-94c0-d131fd883e99/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4f674311-503b-4c2b-904e-9b5cb02b224f/?format=api"
                    ],
                    "code": "06DM012001",
                    "last_modified": "2024-08-27T13:38:55.137534Z",
                    "created": "2024-08-27T13:38:55.137546Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94198/?format=api",
                    "top_level": 2.09,
                    "filter_top_level": -0.22,
                    "filter_bottom_level": -1.22,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "06DM012",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 1.58,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94199/?format=api",
            "id": 94199,
            "code": "06DM013",
            "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.01093770949458,
                    53.20704040472646,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:52.273413Z",
            "created": "2024-08-27T13:38:55.688817Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123704/?format=api",
                    "id": 123704,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9a641955-e9ef-4953-9721-5f27ed987caf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a0ef714b-058c-476b-b8aa-5fe27e64d232/?format=api"
                    ],
                    "code": "06DM013001",
                    "last_modified": "2024-08-27T13:38:56.932126Z",
                    "created": "2024-08-27T13:38:56.932139Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94199/?format=api",
                    "top_level": 2.83,
                    "filter_top_level": -2.39,
                    "filter_bottom_level": -6.39,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "06DM013",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.11,
            "top_level": null,
            "bottom_level": null
        }
    ]
}