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

{
    "count": 10842,
    "next": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=15",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=13",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2764/?format=api",
            "id": 2764,
            "code": "B40F0375",
            "organisation": {
                "url": "https://zuiderzeeland.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.239164339475879,
                    51.96549312248935,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:33.372586Z",
            "created": "2015-08-12T11:32:58.653157Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44481/?format=api",
                    "id": 44481,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/650f56ea-36f6-4fc3-8ca4-19cd58347ad8/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/030510ab-1e2f-4c65-bb36-648c62005f1d/?format=api"
                    ],
                    "code": "B40F0375001",
                    "last_modified": "2024-07-05T19:16:33.849147Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2764/?format=api",
                    "top_level": 10.99,
                    "filter_top_level": 10.19,
                    "filter_bottom_level": 9.19,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0375",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 11.1,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2765/?format=api",
            "id": 2765,
            "code": "B40F0380",
            "organisation": {
                "url": "https://zuiderzeeland.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.242839413201167,
                    51.96744393399067,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:36.702128Z",
            "created": "2015-08-12T11:32:58.658656Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44482/?format=api",
                    "id": 44482,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6c524acb-1cbf-463c-bbe1-247eb2d46295/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7c5fe9ab-2e98-4ca9-8508-194521af9942/?format=api"
                    ],
                    "code": "B40F0380001",
                    "last_modified": "2024-07-05T19:16:37.203469Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2765/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": 9.9,
                    "filter_bottom_level": 9.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0380",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 11.39,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2766/?format=api",
            "id": 2766,
            "code": "B40F0381",
            "organisation": {
                "url": "https://zuiderzeeland.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.242555265542101,
                    51.9678055463062,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:37.729081Z",
            "created": "2015-08-12T11:32:58.664307Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44483/?format=api",
                    "id": 44483,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/81fdf7c1-827b-4135-b2c3-46431cab277e/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/61f2bdb1-a1e7-4cd4-921e-fb3ba82147ed/?format=api"
                    ],
                    "code": "B40F0381001",
                    "last_modified": "2024-07-05T19:16:38.207087Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2766/?format=api",
                    "top_level": 11.42,
                    "filter_top_level": 8.92,
                    "filter_bottom_level": 8.42,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0381",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 11.49,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2767/?format=api",
            "id": 2767,
            "code": "B40F0382",
            "organisation": {
                "url": "https://zuiderzeeland.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.241908602204936,
                    51.96802139134653,
                    0.0
                ]
            },
            "last_modified": "2024-07-08T10:44:07.085779Z",
            "created": "2015-08-12T11:32:58.669808Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44484/?format=api",
                    "id": 44484,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9ba5cd5b-023a-4945-a58a-c6292a95194a/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/292ca1fb-9c09-4878-8f80-3113bb8f5301/?format=api"
                    ],
                    "code": "B40F0382001",
                    "last_modified": "2024-07-08T10:44:07.570871Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2767/?format=api",
                    "top_level": 12.06,
                    "filter_top_level": 7.5,
                    "filter_bottom_level": 6.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0382",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 11.44,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2768/?format=api",
            "id": 2768,
            "code": "B40H0179",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.244121304524506,
                    51.91264871617839,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:46.188398Z",
            "created": "2015-08-12T11:32:58.675755Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44485/?format=api",
                    "id": 44485,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b40b7fa1-6581-493e-b341-c737831bdf33/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fc5ac1a2-ec1b-4f1d-947b-73aa3a7a7c45/?format=api"
                    ],
                    "code": "B40H0179001",
                    "last_modified": "2024-07-05T19:16:46.678109Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2768/?format=api",
                    "top_level": 36.76,
                    "filter_top_level": 35.37,
                    "filter_bottom_level": 34.37,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0179",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 35.95,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2770/?format=api",
            "id": 2770,
            "code": "B40HX0004",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.251001423234678,
                    51.9023422174349,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:47.234457Z",
            "created": "2015-08-12T11:32:58.688021Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44487/?format=api",
                    "id": 44487,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/14444f89-5928-4c7c-a965-631294819f2a/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6a4e477b-f46c-43ee-8c57-c8a2f845faa5/?format=api"
                    ],
                    "code": "B40HX0004001",
                    "last_modified": "2024-07-05T19:16:47.726054Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2770/?format=api",
                    "top_level": 40.5,
                    "filter_top_level": 10.5,
                    "filter_bottom_level": 8.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44488/?format=api",
                    "id": 44488,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/eb0e29fd-579c-4947-abb2-d357c8b261a7/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f2037c6b-c2ed-4656-9f86-a05fddef8ee7/?format=api"
                    ],
                    "code": "B40HX0004002",
                    "last_modified": "2024-07-05T19:16:48.182485Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2770/?format=api",
                    "top_level": 40.5,
                    "filter_top_level": -7.0,
                    "filter_bottom_level": -9.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40HX0004",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 40.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2771/?format=api",
            "id": 2771,
            "code": "HEEKMONT-B1",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.243305240409492,
                    51.89956711820653,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:35:34.133453Z",
            "created": "2015-08-12T11:32:58.694903Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44489/?format=api",
                    "id": 44489,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/854c6ea4-7059-4e1c-a828-8ed925ae1204/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/df78bea6-9828-4400-8c3f-a58c1e6edf4b/?format=api"
                    ],
                    "code": "HEEKMONT-B1001",
                    "last_modified": "2024-07-05T19:35:34.585324Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2771/?format=api",
                    "top_level": null,
                    "filter_top_level": 0.0,
                    "filter_bottom_level": -1.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "HEEKMONT-B1",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2772/?format=api",
            "id": 2772,
            "code": "HEEKMONT-B2",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.243312408303009,
                    51.89918055151363,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:35:35.117463Z",
            "created": "2015-08-12T11:32:58.701247Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44490/?format=api",
                    "id": 44490,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2806e70d-7333-4297-b949-b6de3028c05f/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/068fb8e3-f445-4b90-8a23-f6d54c61576f/?format=api"
                    ],
                    "code": "HEEKMONT-B2001",
                    "last_modified": "2024-07-05T19:35:35.603966Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2772/?format=api",
                    "top_level": null,
                    "filter_top_level": 34.81,
                    "filter_bottom_level": 33.81,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "HEEKMONT-B2",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 34.81,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2773/?format=api",
            "id": 2773,
            "code": "HEEKMONT-B3",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.243334617469545,
                    51.89882084129429,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:35:36.150135Z",
            "created": "2015-08-12T11:32:58.707388Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44491/?format=api",
                    "id": 44491,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/27017e12-0949-4b09-b1ec-64652349bd8f/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b9d522a9-fe45-421e-a1ce-52eb5d057027/?format=api"
                    ],
                    "code": "HEEKMONT-B3001",
                    "last_modified": "2024-07-05T19:35:36.667670Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2773/?format=api",
                    "top_level": null,
                    "filter_top_level": 34.72,
                    "filter_bottom_level": 33.72,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "HEEKMONT-B3",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 34.72,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2774/?format=api",
            "id": 2774,
            "code": "40BB0021",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.024785044514759,
                    51.93206572282669,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:26:36.597273Z",
            "created": "2015-08-12T11:32:58.713300Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44492/?format=api",
                    "id": 44492,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9bdae4c4-5814-4ba6-b081-e9de3f3a02fb/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/476912b7-ff40-48ad-b65e-3d3f18d8d830/?format=api"
                    ],
                    "code": "40BB0021001",
                    "last_modified": "2024-07-05T18:26:37.101630Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2774/?format=api",
                    "top_level": 10.43,
                    "filter_top_level": 2.92,
                    "filter_bottom_level": -8.98,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40B0455",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.55,
            "top_level": null,
            "bottom_level": null
        }
    ]
}