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=40
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=41",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=39",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2930/?format=api",
            "id": 2930,
            "code": "28AP9003",
            "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.427903196633277,
                    52.47897764428274,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:31:45.537039Z",
            "created": "2015-08-12T11:32:59.661809Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44799/?format=api",
                    "id": 44799,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/cccc63ba-3cce-4c66-8014-b4f827e93f46/?format=api",
                        "https://demo.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://demo.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://demo.lizard.net/api/v4/groundwaterstations/2931/?format=api",
            "id": 2931,
            "code": "28AW0027",
            "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.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://demo.lizard.net/api/v4/filters/44800/?format=api",
                    "id": 44800,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3feed7c2-7e51-4fce-9fa3-d8c8f598a5ee/?format=api",
                        "https://demo.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://demo.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://demo.lizard.net/api/v4/groundwaterstations/2932/?format=api",
            "id": 2932,
            "code": "AR87L42",
            "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.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://demo.lizard.net/api/v4/filters/44801/?format=api",
                    "id": 44801,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c801be85-ed7d-48c2-82ea-f1872e215d80/?format=api",
                        "https://demo.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://demo.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://demo.lizard.net/api/v4/groundwaterstations/2933/?format=api",
            "id": 2933,
            "code": "AR87P40",
            "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.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://demo.lizard.net/api/v4/filters/44802/?format=api",
                    "id": 44802,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b0c18178-5835-4059-b594-cb5cba1053a5/?format=api",
                        "https://demo.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://demo.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://demo.lizard.net/api/v4/groundwaterstations/2934/?format=api",
            "id": 2934,
            "code": "AR87P41",
            "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.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://demo.lizard.net/api/v4/filters/44803/?format=api",
                    "id": 44803,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0562ee5b-f9ab-4b61-bd8b-6c90d41a439d/?format=api",
                        "https://demo.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://demo.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://demo.lizard.net/api/v4/groundwaterstations/2935/?format=api",
            "id": 2935,
            "code": "AR90P50",
            "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.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://demo.lizard.net/api/v4/filters/44804/?format=api",
                    "id": 44804,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c0dfec25-38f6-4c85-ac8c-8d76d7ab89c9/?format=api",
                        "https://demo.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://demo.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
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2936/?format=api",
            "id": 2936,
            "code": "AR90P51",
            "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.430783545087587,
                    52.47647055070167,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:57:41.728537Z",
            "created": "2015-08-12T11:32:59.698555Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44805/?format=api",
                    "id": 44805,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/babf35bb-522f-4eea-a1e5-8c78bcd0f05d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8a67add9-c868-4b38-957d-3763033105a5/?format=api"
                    ],
                    "code": "AR90P51001",
                    "last_modified": "2024-07-05T18:57:42.176432Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2936/?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": "AR90P51",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2937/?format=api",
            "id": 2937,
            "code": "AR90P52",
            "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.429309757716609,
                    52.47639363623508,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:57:42.684763Z",
            "created": "2015-08-12T11:32:59.704364Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44806/?format=api",
                    "id": 44806,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/393af322-c215-43f3-a0c0-d2559d0dae73/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/da1d7b1d-4cf0-455b-9dfe-2caccabee9a0/?format=api"
                    ],
                    "code": "AR90P52001",
                    "last_modified": "2024-07-05T18:57:43.225321Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2937/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -8.0,
                    "filter_bottom_level": -9.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "AR90P52",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2938/?format=api",
            "id": 2938,
            "code": "AR90P53",
            "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.430607738246339,
                    52.47525871538544,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:57:43.664605Z",
            "created": "2015-08-12T11:32:59.710044Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44807/?format=api",
                    "id": 44807,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7444b977-fbc9-4c16-af7b-48a387f07ffb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/998b4a12-e5a2-4a9a-9992-209f1409b08c/?format=api"
                    ],
                    "code": "AR90P53001",
                    "last_modified": "2024-07-05T18:57:44.117390Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2938/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -8.0,
                    "filter_bottom_level": -9.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "AR90P53",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2939/?format=api",
            "id": 2939,
            "code": "AR90P54",
            "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.444189091733601,
                    52.47383512185048,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:57:44.618594Z",
            "created": "2015-08-12T11:32:59.715679Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44808/?format=api",
                    "id": 44808,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ee887275-1565-4fab-9382-de5fa2dc2937/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6883c349-8c7e-4e45-a646-fd7b24f5cb08/?format=api"
                    ],
                    "code": "AR90P54001",
                    "last_modified": "2024-07-05T18:57:45.166595Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2939/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -8.8,
                    "filter_bottom_level": -9.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "AR90P54",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        }
    ]
}