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=30
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=31",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=29",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2926/?format=api",
            "id": 2926,
            "code": "28AP3034",
            "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.421205067780438,
                    52.47601520982044,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:49:58.163085Z",
            "created": "2015-08-12T11:32:59.639467Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44795/?format=api",
                    "id": 44795,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/75541b74-3f2d-40e8-9d26-ae0d5389ea3c/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7c27515b-ab7c-49a7-a62a-b9db3636638b/?format=api"
                    ],
                    "code": "28AP3034001",
                    "last_modified": "2024-07-05T16:49:58.722345Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2926/?format=api",
                    "top_level": 32.42,
                    "filter_top_level": -6.0,
                    "filter_bottom_level": -23.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0034",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 31.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2927/?format=api",
            "id": 2927,
            "code": "28AP3035",
            "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.419712417676016,
                    52.47512941997297,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:49:59.175789Z",
            "created": "2015-08-12T11:32:59.645048Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44796/?format=api",
                    "id": 44796,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/673f048c-0d89-4b7f-afe3-d3f86f9d0926/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/61383f4c-bb23-44b7-beeb-710f0fda2c6e/?format=api"
                    ],
                    "code": "28AP3035001",
                    "last_modified": "2024-07-05T16:49:59.654149Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2927/?format=api",
                    "top_level": 35.8,
                    "filter_top_level": -5.7,
                    "filter_bottom_level": -27.7,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0035",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 35.8,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2928/?format=api",
            "id": 2928,
            "code": "28AP3037",
            "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.420168607264057,
                    52.47575460610213,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:50:00.255874Z",
            "created": "2015-08-12T11:32:59.650456Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44797/?format=api",
                    "id": 44797,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/36ff475a-c89b-43db-906b-428c50be4607/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1aba169a-37a0-4411-8757-e75f931f0b08/?format=api"
                    ],
                    "code": "28AP3037001",
                    "last_modified": "2024-07-05T16:50:00.756574Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2928/?format=api",
                    "top_level": 36.0,
                    "filter_top_level": -962.0,
                    "filter_bottom_level": -963.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0037",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 36.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2929/?format=api",
            "id": 2929,
            "code": "28AP3039",
            "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.42117773803841,
                    52.47484700679686,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:50:01.171514Z",
            "created": "2015-08-12T11:32:59.656240Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44798/?format=api",
                    "id": 44798,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/999b3998-3af1-4b2b-957a-724a8c36198f/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d198fb00-c980-4088-9a8f-61edabe532fc/?format=api"
                    ],
                    "code": "28AP3039001",
                    "last_modified": "2024-07-05T16:50:01.722315Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2929/?format=api",
                    "top_level": 26.0,
                    "filter_top_level": -10.0,
                    "filter_bottom_level": -11.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0039",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 26.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2930/?format=api",
            "id": 2930,
            "code": "28AP9003",
            "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.427903196633277,
                    52.47897764428274,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:45:43.989153Z",
            "created": "2015-08-12T11:32:59.661809Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44799/?format=api",
                    "id": 44799,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cccc63ba-3cce-4c66-8014-b4f827e93f46/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ae65ff25-b7cc-4cf4-8528-5a46f27cba46/?format=api"
                    ],
                    "code": "28AP9003001",
                    "last_modified": "2024-07-05T16:50:03.099570Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2930/?format=api",
                    "top_level": 9.312,
                    "filter_top_level": 1.77,
                    "filter_bottom_level": 0.77,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0167",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.72,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2931/?format=api",
            "id": 2931,
            "code": "28AW0027",
            "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.381120737523775,
                    52.46737011932589,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:50:03.697406Z",
            "created": "2015-08-12T11:32:59.668387Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44800/?format=api",
                    "id": 44800,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3feed7c2-7e51-4fce-9fa3-d8c8f598a5ee/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3fc36e7e-245b-4e30-9ba4-81acb23a54b8/?format=api"
                    ],
                    "code": "28AW0027001",
                    "last_modified": "2024-07-05T16:50:04.192436Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2931/?format=api",
                    "top_level": 7.41,
                    "filter_top_level": -990.59,
                    "filter_bottom_level": -991.59,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0523",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 6.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2932/?format=api",
            "id": 2932,
            "code": "AR87L42",
            "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.421041148690331,
                    52.46271436627347,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:57:37.772067Z",
            "created": "2015-08-12T11:32:59.675580Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44801/?format=api",
                    "id": 44801,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c801be85-ed7d-48c2-82ea-f1872e215d80/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/362c732b-9fca-4d05-8e38-2dca71f15a9c/?format=api"
                    ],
                    "code": "AR87L42001",
                    "last_modified": "2024-07-05T18:57:38.265860Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2932/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -3.0,
                    "filter_bottom_level": -4.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "AR87L42",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2933/?format=api",
            "id": 2933,
            "code": "AR87P40",
            "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.430428759810959,
                    52.47391208708465,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:57:38.773470Z",
            "created": "2015-08-12T11:32:59.681974Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44802/?format=api",
                    "id": 44802,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b0c18178-5835-4059-b594-cb5cba1053a5/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/42a3f292-65f1-4770-a680-dba4f0e0a4a1/?format=api"
                    ],
                    "code": "AR87P40001",
                    "last_modified": "2024-07-05T18:57:39.280457Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2933/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -5.5,
                    "filter_bottom_level": -7.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "AR87P40",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2934/?format=api",
            "id": 2934,
            "code": "AR87P41",
            "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.431167734890708,
                    52.47404040135054,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:57:39.780896Z",
            "created": "2015-08-12T11:32:59.687353Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44803/?format=api",
                    "id": 44803,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0562ee5b-f9ab-4b61-bd8b-6c90d41a439d/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0147d204-4ad4-43cd-b1e0-3c408775b039/?format=api"
                    ],
                    "code": "AR87P41001",
                    "last_modified": "2024-07-05T18:57:40.253999Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2934/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -5.0,
                    "filter_bottom_level": -7.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "AR87P41",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2935/?format=api",
            "id": 2935,
            "code": "AR90P50",
            "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.432702027052125,
                    52.47667834587487,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:57:40.762596Z",
            "created": "2015-08-12T11:32:59.692830Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44804/?format=api",
                    "id": 44804,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c0dfec25-38f6-4c85-ac8c-8d76d7ab89c9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/29cb62e4-1c6c-4c01-8a19-118eaa4d0892/?format=api"
                    ],
                    "code": "AR90P50001",
                    "last_modified": "2024-07-05T18:57:41.214809Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2935/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -7.0,
                    "filter_bottom_level": -8.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "AR90P50",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        }
    ]
}