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=1263
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=1264",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1262",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/95196/?format=api",
            "id": 95196,
            "code": "34BM014",
            "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.577678688625291,
                    52.15271616311776,
                    0.0
                ]
            },
            "last_modified": "2024-09-27T07:10:38.330940Z",
            "created": "2024-09-26T14:37:05.677487Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/124221/?format=api",
                    "id": 124221,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6bcc9ecc-e952-4bfa-9134-4c542eaffa26/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/372cc55e-7428-4ce7-8b06-da1f61aad254/?format=api"
                    ],
                    "code": "34BM014001",
                    "last_modified": "2024-09-26T14:37:06.896050Z",
                    "created": "2024-09-26T14:37:06.896063Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/95196/?format=api",
                    "top_level": 17.29,
                    "filter_top_level": 13.33,
                    "filter_bottom_level": 12.33,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "34BM014",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 16.83,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/95197/?format=api",
            "id": 95197,
            "code": "34DM025",
            "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.583791296038553,
                    52.10174403759111,
                    0.0
                ]
            },
            "last_modified": "2025-02-11T08:41:43.341064Z",
            "created": "2024-09-26T14:37:08.632734Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/124222/?format=api",
                    "id": 124222,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0455779e-3de6-4956-b8e3-e62e8800de0f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4b0800d8-dd54-40bc-a463-d015c8f1a02c/?format=api"
                    ],
                    "code": "34DM025001",
                    "last_modified": "2024-09-26T14:37:09.908203Z",
                    "created": "2024-09-26T14:37:09.908232Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/95197/?format=api",
                    "top_level": 17.9,
                    "filter_top_level": 14.16,
                    "filter_bottom_level": 13.16,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "34DM025",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 17.16,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/95198/?format=api",
            "id": 95198,
            "code": "34DM026",
            "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.582893724088919,
                    52.10023169476867,
                    0.0
                ]
            },
            "last_modified": "2025-02-11T08:41:44.118503Z",
            "created": "2024-09-26T14:37:10.554452Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/124223/?format=api",
                    "id": 124223,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8ab39a42-9e87-4c7a-a0ef-e6d336fd2fc6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/14f5f733-c9b4-4b3d-9730-cb5bdbe19f9e/?format=api"
                    ],
                    "code": "34DM026001",
                    "last_modified": "2024-09-26T14:37:11.801993Z",
                    "created": "2024-09-26T14:37:11.802023Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/95198/?format=api",
                    "top_level": 18.21,
                    "filter_top_level": 14.41,
                    "filter_bottom_level": 13.41,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "34DM026",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 17.41,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/95199/?format=api",
            "id": 95199,
            "code": "34DOW027",
            "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.582986575830135,
                    52.10109979543383,
                    0.0
                ]
            },
            "last_modified": "2025-02-11T08:41:44.896983Z",
            "created": "2024-09-26T14:37:12.421163Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/124224/?format=api",
                    "id": 124224,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3f4f2a2b-c4cb-4b07-b22d-318f3d1f34e4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8fb6dc37-b67c-40ab-9c90-c96069bad159/?format=api"
                    ],
                    "code": "34DOW027001",
                    "last_modified": "2024-09-26T14:37:13.669641Z",
                    "created": "2024-09-26T14:37:13.669653Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/95199/?format=api",
                    "top_level": 17.81,
                    "filter_top_level": 16.76,
                    "filter_bottom_level": 16.26,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "34DOW027",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 16.87,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/95200/?format=api",
            "id": 95200,
            "code": "39GM003",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.604788219460977,
                    51.87823426241822,
                    0.0
                ]
            },
            "last_modified": "2024-09-27T07:10:38.957019Z",
            "created": "2024-09-26T14:37:21.659999Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/124225/?format=api",
                    "id": 124225,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6965ddb6-a08d-4d58-a3be-633c3d0831e3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/706fb82c-0c61-4c4b-b2f1-ff3ed4778bcc/?format=api"
                    ],
                    "code": "39GM003001",
                    "last_modified": "2024-09-26T14:37:22.891271Z",
                    "created": "2024-09-26T14:37:22.891295Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/95200/?format=api",
                    "top_level": 7.24,
                    "filter_top_level": 4.74,
                    "filter_bottom_level": 3.74,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39GM003",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.54,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/95201/?format=api",
            "id": 95201,
            "code": "39GM004",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.59425867772605,
                    51.88155831849096,
                    0.0
                ]
            },
            "last_modified": "2024-09-27T07:10:39.046394Z",
            "created": "2024-09-26T14:37:23.483235Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/124226/?format=api",
                    "id": 124226,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/232f253c-d722-4ccf-9744-23473f6b61d5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a91346b1-be95-468f-877e-3910ea614052/?format=api"
                    ],
                    "code": "39GM004001",
                    "last_modified": "2024-09-26T14:37:24.734255Z",
                    "created": "2024-09-26T14:37:24.734266Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/95201/?format=api",
                    "top_level": 7.53,
                    "filter_top_level": 5.13,
                    "filter_bottom_level": 0.13,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39GM004",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.86,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/95202/?format=api",
            "id": 95202,
            "code": "39GM005",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.605445705284685,
                    51.89012009574951,
                    0.0
                ]
            },
            "last_modified": "2024-09-27T07:10:39.143714Z",
            "created": "2024-09-26T14:37:25.366583Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/124227/?format=api",
                    "id": 124227,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4f360e5d-952d-4603-ab07-5c543df6bc5a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/90e6fb02-3317-402b-b04f-d2c993f632c5/?format=api"
                    ],
                    "code": "39GM005001",
                    "last_modified": "2024-09-26T14:37:26.630712Z",
                    "created": "2024-09-26T14:37:26.630726Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/95202/?format=api",
                    "top_level": 7.78,
                    "filter_top_level": 2.78,
                    "filter_bottom_level": 0.78,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39GM005",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.14,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/95203/?format=api",
            "id": 95203,
            "code": "39HM015",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.607740765855682,
                    51.87369620570117,
                    0.0
                ]
            },
            "last_modified": "2024-09-27T07:10:39.259536Z",
            "created": "2024-09-26T14:37:27.241860Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/124228/?format=api",
                    "id": 124228,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c6f54dd7-a59f-4d88-b1f8-b1c4fa6051f0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/14c4b55a-deb4-4563-bf13-26f7f61d3648/?format=api"
                    ],
                    "code": "39HM015001",
                    "last_modified": "2024-09-26T14:37:28.534759Z",
                    "created": "2024-09-26T14:37:28.534770Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/95203/?format=api",
                    "top_level": 6.6,
                    "filter_top_level": 3.66,
                    "filter_bottom_level": 2.66,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39HM015",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.656,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/95204/?format=api",
            "id": 95204,
            "code": "39HM016",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.611349060626289,
                    51.86902334376683,
                    0.0
                ]
            },
            "last_modified": "2024-09-27T07:10:39.357788Z",
            "created": "2024-09-26T14:37:29.153297Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/124229/?format=api",
                    "id": 124229,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/47e90302-d898-48b4-8e98-58df8aa12b8c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c5b26ae6-a157-477d-a00b-8160924cb8a8/?format=api"
                    ],
                    "code": "39HM016001",
                    "last_modified": "2024-09-26T14:37:30.392789Z",
                    "created": "2024-09-26T14:37:30.392803Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/95204/?format=api",
                    "top_level": 6.49,
                    "filter_top_level": 4.18,
                    "filter_bottom_level": 2.18,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39HM016",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.681,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/95205/?format=api",
            "id": 95205,
            "code": "40DM005",
            "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.031637487462415,
                    51.86850288504697,
                    0.0
                ]
            },
            "last_modified": "2025-02-24T08:50:04.457066Z",
            "created": "2024-09-26T14:37:45.102235Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/124230/?format=api",
                    "id": 124230,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/cb2ac4ef-c0fd-448c-86a5-bcf5a2f28182/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ec3e9b1c-8515-4a6a-9561-70048ecbc062/?format=api"
                    ],
                    "code": "40DM005001",
                    "last_modified": "2024-09-26T14:37:46.373108Z",
                    "created": "2024-09-26T14:37:46.373119Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/95205/?format=api",
                    "top_level": 12.96,
                    "filter_top_level": 5.26,
                    "filter_bottom_level": 4.26,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40DM005",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 12.276,
            "top_level": null,
            "bottom_level": null
        }
    ]
}