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/91071/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://demo.lizard.net/api/v4/groundwaterstations/91071/?format=api",
    "id": 91071,
    "code": "04FM002",
    "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.057725686095821,
            53.29271376237377,
            0.0
        ]
    },
    "last_modified": "2024-07-05T15:24:33.370144Z",
    "created": "2023-04-11T22:30:24.587197Z",
    "image_url": "",
    "timeseries": [],
    "filters": [
        {
            "url": "https://demo.lizard.net/api/v4/filters/123355/?format=api",
            "id": 123355,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d0adc769-9d51-4d81-b2f2-1f4314359518/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9e97b72d-c32f-4fe2-b823-62109cd16780/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/61262b33-a398-4df6-bebf-c8465c06c5f0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/73fce995-524c-4100-a22e-f8c5c4c14ba9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cd343090-b0a6-4e03-a5bb-d6ad455a1d5b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/29efc77e-2d69-4564-bdc7-22a76b0b57d4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0cc63c3e-a077-4180-befd-3ed57f01990d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dbab4532-7eed-488a-bbe9-2735883cddaa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3973a13a-18cb-4ea4-b534-b8eb427ceec0/?format=api"
            ],
            "code": "04FM002003",
            "last_modified": "2024-07-05T15:24:34.844470Z",
            "created": "2023-04-11T22:30:32.712577Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91071/?format=api",
            "top_level": null,
            "filter_top_level": -30.95,
            "filter_bottom_level": -32.95,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123354/?format=api",
            "id": 123354,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/49d09b20-8704-4bd3-808d-5c32d33489da/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/222380df-0565-4f34-a3e2-c74c03f020a4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/381a922e-c5aa-46da-8b32-cf38750f6473/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3770e481-46ee-4f15-9b66-0e006332e647/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5413ef52-a245-4c99-908b-13b6660d79f6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/020e5e41-37c3-4b3b-b967-85bf4d9c4244/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b5e54c2e-c303-4bd1-bf36-4b4fefe1f975/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bef65a69-423d-4093-8508-5c33b9835c5a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d2d077ae-357f-43ca-a6d2-87017fedbbb2/?format=api"
            ],
            "code": "04FM002002",
            "last_modified": "2024-07-05T15:24:34.407651Z",
            "created": "2023-04-11T22:30:29.897444Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91071/?format=api",
            "top_level": null,
            "filter_top_level": -15.95,
            "filter_bottom_level": -17.95,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123356/?format=api",
            "id": 123356,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/06e42c6d-c0c0-48e0-8053-2813a239477e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/76e16468-dcc3-4ca9-975f-ccad52feef5b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/847964e1-db1c-46e7-a4eb-9e671d242a3f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/404bf656-65ab-44fa-8e79-e470eec40e60/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/23ec27fd-4c78-4835-abe6-ad0700113f1f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/31934527-045f-454f-b48b-2bfe33400b1d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c4fabf3f-2299-4ade-83c9-d7491e72b8f3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6a73354e-d8ce-4843-b282-4f1000355e25/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/01971e5c-1ab5-420c-b89d-885e6d687ab5/?format=api"
            ],
            "code": "04FM002004",
            "last_modified": "2024-07-05T15:24:35.320336Z",
            "created": "2023-04-11T22:30:41.755830Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91071/?format=api",
            "top_level": null,
            "filter_top_level": -41.95,
            "filter_bottom_level": -43.95,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123353/?format=api",
            "id": 123353,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cba8d898-77fd-489e-9b9d-b2b360b4daa0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/887365b8-163d-48c6-ac19-adfda633d108/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/363c6c37-2be7-4b6f-a095-3f54333e05e0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b8b49fa4-27d2-41e0-a869-d88dd6f31982/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ce841934-fef0-4de5-b8de-939f847d31ed/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f4968a15-c827-4e33-8628-df1d75a58d99/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/77d56e37-3f0c-49d6-bb08-14d4d9d79d31/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/59dcd061-4eb9-4f37-8915-372a59957436/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a77b8651-e290-4833-ae3b-8420035ade53/?format=api"
            ],
            "code": "04FM002001",
            "last_modified": "2024-07-05T15:24:33.930773Z",
            "created": "2023-04-11T22:30:27.080753Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91071/?format=api",
            "top_level": null,
            "filter_top_level": 0.05,
            "filter_bottom_level": -1.95,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        }
    ],
    "name": "04FM002",
    "station_type": "base",
    "status": "active",
    "scale": "region",
    "surface_level": 11.046,
    "top_level": null,
    "bottom_level": null
}