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=29
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=30",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=28",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2819/?format=api",
            "id": 2819,
            "code": "40GA3022",
            "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.095558948322434,
                    51.85406202351044,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:13.354843Z",
            "created": "2015-08-12T11:32:58.999702Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44569/?format=api",
                    "id": 44569,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7085074a-ca0f-4bd5-aabf-a7ea49c2f78c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cc9bc6f3-f104-49ca-8b2c-4ec86ae1ef66/?format=api"
                    ],
                    "code": "40GA3022001",
                    "last_modified": "2024-07-05T18:39:13.911852Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2819/?format=api",
                    "top_level": null,
                    "filter_top_level": -47.86,
                    "filter_bottom_level": -48.86,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44570/?format=api",
                    "id": 44570,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f738d700-4a30-4842-9ffc-d93bf76493fa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fec06863-4cc4-422a-ae0a-972f5abde6ba/?format=api"
                    ],
                    "code": "40GA3022002",
                    "last_modified": "2024-07-05T18:39:14.381966Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2819/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -47.75,
                    "filter_bottom_level": -51.85,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3022",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 15.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2820/?format=api",
            "id": 2820,
            "code": "40GA3024",
            "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.094945126882855,
                    51.85379606766421,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:14.915883Z",
            "created": "2015-08-12T11:32:59.006284Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44571/?format=api",
                    "id": 44571,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8fbda34f-2d24-49f2-8ec7-3e1db34b6725/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4d1156da-2182-4908-8152-dfc5c0692ddb/?format=api"
                    ],
                    "code": "40GA3024001",
                    "last_modified": "2024-07-05T18:39:15.414814Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2820/?format=api",
                    "top_level": null,
                    "filter_top_level": -46.79,
                    "filter_bottom_level": -51.79,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3024",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 14.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2821/?format=api",
            "id": 2821,
            "code": "40GA3026",
            "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.102773788481175,
                    51.88606265935654,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:15.941162Z",
            "created": "2015-08-12T11:32:59.012308Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44572/?format=api",
                    "id": 44572,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/254daefd-96a8-4f1f-803b-a7c7c52e22dd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5535f1a9-f7ed-4437-b8cf-5b8cc21e8ad6/?format=api"
                    ],
                    "code": "40GA3026001",
                    "last_modified": "2024-07-05T18:39:16.424412Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2821/?format=api",
                    "top_level": null,
                    "filter_top_level": 5.08,
                    "filter_bottom_level": 1.75,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3026",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 12.8,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2822/?format=api",
            "id": 2822,
            "code": "40GA3028",
            "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.109080818070739,
                    51.85728745637648,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:17.031161Z",
            "created": "2015-08-12T11:32:59.018080Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44573/?format=api",
                    "id": 44573,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/fd25aff3-29a5-4c20-add1-40dfbdf1a0e3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e74af1d6-9ffd-47ba-8492-cfbffc945e04/?format=api"
                    ],
                    "code": "40GA3028001",
                    "last_modified": "2024-07-05T18:39:17.527454Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2822/?format=api",
                    "top_level": null,
                    "filter_top_level": 0.5,
                    "filter_bottom_level": -0.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44574/?format=api",
                    "id": 44574,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7339dc89-4ea0-4afd-86cf-f5148dbbb2e7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e82b789e-0999-46e0-81e4-7033463de47b/?format=api"
                    ],
                    "code": "40GA3028002",
                    "last_modified": "2024-07-05T18:39:18.033830Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2822/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -43.5,
                    "filter_bottom_level": -44.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44575/?format=api",
                    "id": 44575,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/522966d4-6fc7-4b33-aca4-eb0fe3a75bff/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ed6a2ff3-e9d9-47aa-b99b-fe7dba8c77ce/?format=api"
                    ],
                    "code": "40GA3028003",
                    "last_modified": "2024-07-05T18:39:18.411148Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2822/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -51.0,
                    "filter_bottom_level": -52.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3028",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 12.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2823/?format=api",
            "id": 2823,
            "code": "40GA3037",
            "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.095799235136565,
                    51.85457292464551,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:18.966507Z",
            "created": "2015-08-12T11:32:59.023758Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44576/?format=api",
                    "id": 44576,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c8ef049d-2051-45d6-87ed-bff400f8a6c9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2636e38a-c201-4260-a3c5-537b1fa381ef/?format=api"
                    ],
                    "code": "40GA3037001",
                    "last_modified": "2024-07-05T18:39:19.444474Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2823/?format=api",
                    "top_level": null,
                    "filter_top_level": -46.5,
                    "filter_bottom_level": -53.32,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3037",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 14.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2824/?format=api",
            "id": 2824,
            "code": "40GA3086",
            "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.169906200321985,
                    51.91581823935018,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:20.086579Z",
            "created": "2015-08-12T11:32:59.029511Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44577/?format=api",
                    "id": 44577,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d5da90aa-6772-4a16-8f6f-518b99c6e879/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/de682712-0e96-4015-8c1c-d3659bddd50d/?format=api"
                    ],
                    "code": "40GA3086001",
                    "last_modified": "2024-07-05T18:39:20.678771Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2824/?format=api",
                    "top_level": null,
                    "filter_top_level": -59.5,
                    "filter_bottom_level": -61.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44578/?format=api",
                    "id": 44578,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6672bc25-c5de-4eb4-a0ff-6e38103640aa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/58aa941d-f33a-447e-bb7b-bcc4c4147c82/?format=api"
                    ],
                    "code": "40GA3086002",
                    "last_modified": "2024-07-05T18:39:21.060946Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2824/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -109.5,
                    "filter_bottom_level": -111.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44579/?format=api",
                    "id": 44579,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/31ce48b8-904a-4e80-bd2d-44d4cc46aa2e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/24b5b29d-acd1-4162-bbe7-60b30764171d/?format=api"
                    ],
                    "code": "40GA3086003",
                    "last_modified": "2024-07-05T18:39:21.510252Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2824/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -148.5,
                    "filter_bottom_level": -150.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44580/?format=api",
                    "id": 44580,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/db6f69d1-9c8e-4c05-9755-c5cd80ae40d3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/00915707-9053-4515-8861-8054e0af7b56/?format=api"
                    ],
                    "code": "40GA3086004",
                    "last_modified": "2024-07-05T18:39:22.006024Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2824/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -160.5,
                    "filter_bottom_level": -162.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3086",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 14.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2825/?format=api",
            "id": 2825,
            "code": "40GP0002",
            "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.046082589123897,
                    51.88718541557257,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:25.458776Z",
            "created": "2015-08-12T11:32:59.035251Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44581/?format=api",
                    "id": 44581,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/fb1bea67-77c7-45df-8cf4-2a337476ed97/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/efc09c16-b185-4a7a-a2e5-90701026880f/?format=api"
                    ],
                    "code": "40GP0002001",
                    "last_modified": "2024-07-05T18:39:25.965512Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2825/?format=api",
                    "top_level": 12.51,
                    "filter_top_level": 7.51,
                    "filter_bottom_level": 6.51,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G0204",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 11.96,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2826/?format=api",
            "id": 2826,
            "code": "40GP0051",
            "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.118222887491271,
                    51.90176945824277,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:26.509320Z",
            "created": "2015-08-12T11:32:59.040779Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44582/?format=api",
                    "id": 44582,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/17382f74-629e-4a32-9e3a-1813b5afa8b6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/aa5b0312-4231-4051-a5ae-ff510ad09a3a/?format=api"
                    ],
                    "code": "40GP0051001",
                    "last_modified": "2024-07-05T18:39:26.954749Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2826/?format=api",
                    "top_level": 11.76,
                    "filter_top_level": -5.27,
                    "filter_bottom_level": -6.27,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G0051",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 11.83,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2827/?format=api",
            "id": 2827,
            "code": "40GP0058",
            "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.045416071802523,
                    51.88719979665098,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:28.514600Z",
            "created": "2015-08-12T11:32:59.046858Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44583/?format=api",
                    "id": 44583,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/79691413-593b-47a6-9b20-17cc25d70d9d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1c3c12b8-ebcd-4ae1-8589-d00102d4e984/?format=api"
                    ],
                    "code": "40GP0058001",
                    "last_modified": "2024-07-05T18:39:28.981769Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2827/?format=api",
                    "top_level": 13.31,
                    "filter_top_level": 7.31,
                    "filter_bottom_level": 6.31,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G0210",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 12.62,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2828/?format=api",
            "id": 2828,
            "code": "40GP0108",
            "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.18639480515041,
                    51.90959496264686,
                    0.0
                ]
            },
            "last_modified": "2024-11-27T15:47:25.056835Z",
            "created": "2015-08-12T11:32:59.053182Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44584/?format=api",
                    "id": 44584,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2709e26b-a4c9-4ffb-b0d0-821768701b61/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/581b935a-12dc-4f7c-8841-cec39956d356/?format=api"
                    ],
                    "code": "40GP0108001",
                    "last_modified": "2024-07-05T18:39:30.242208Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2828/?format=api",
                    "top_level": 17.07,
                    "filter_top_level": 12.38,
                    "filter_bottom_level": 11.38,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44585/?format=api",
                    "id": 44585,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6249c5c1-200e-460c-9ce3-6377b2fb3aaa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8cd0628f-0793-4b6d-b693-e10a26e31d20/?format=api"
                    ],
                    "code": "40GP0108002",
                    "last_modified": "2024-07-05T18:39:30.654104Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2828/?format=api",
                    "top_level": 17.04,
                    "filter_top_level": -1.68,
                    "filter_bottom_level": -3.71,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G0108",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 16.45,
            "top_level": null,
            "bottom_level": null
        }
    ]
}