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": 12637,
    "next": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=31",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=29",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2829/?format=api",
            "id": 2829,
            "code": "40GP0109",
            "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.094368530096667,
                    51.85405122447257,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:31.256795Z",
            "created": "2015-08-12T11:32:59.058771Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44586/?format=api",
                    "id": 44586,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3bd2b384-b72b-483b-aff7-c1345bb2c3f8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a9191761-41cd-4c24-95bf-cb0e77aeb17e/?format=api"
                    ],
                    "code": "40GP0109001",
                    "last_modified": "2024-07-05T18:39:31.736631Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2829/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -45.0,
                    "filter_bottom_level": -46.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44587/?format=api",
                    "id": 44587,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/27660b0f-673f-471e-bb1a-5cb01e52f1cb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/25aee9a0-108c-4cb0-a9a0-b6e26db7795b/?format=api"
                    ],
                    "code": "40GP0109002",
                    "last_modified": "2024-07-05T18:39:32.216099Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2829/?format=api",
                    "top_level": null,
                    "filter_top_level": -45.0,
                    "filter_bottom_level": -53.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GP0109",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 16.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2830/?format=api",
            "id": 2830,
            "code": "40GP9004",
            "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.089360841155923,
                    51.90243091787168,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:32.842372Z",
            "created": "2015-08-12T11:32:59.064474Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44588/?format=api",
                    "id": 44588,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5afdbe58-8680-431b-9dbb-94d85a408536/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a2d2aec4-819f-4fa5-8367-c0f8fcaa3372/?format=api"
                    ],
                    "code": "40GP9004001",
                    "last_modified": "2024-07-05T18:39:33.364451Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2830/?format=api",
                    "top_level": 12.7,
                    "filter_top_level": 9.64,
                    "filter_bottom_level": 8.64,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44589/?format=api",
                    "id": 44589,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/edaf364e-7254-4d1d-8ca8-f6fb973c573f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1b265c04-547e-4fa3-869b-302a15c26e24/?format=api"
                    ],
                    "code": "40GP9004002",
                    "last_modified": "2024-07-05T18:39:33.797324Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2830/?format=api",
                    "top_level": 12.67,
                    "filter_top_level": 8.14,
                    "filter_bottom_level": 7.14,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G0214",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 12.14,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2831/?format=api",
            "id": 2831,
            "code": "40GX-BAB-1",
            "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.135913943319157,
                    51.90830958957417,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:34.384928Z",
            "created": "2015-08-12T11:32:59.070109Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44590/?format=api",
                    "id": 44590,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/def80f4c-f799-4076-9a99-3956a994556f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e0d0d75b-c191-46dc-b786-235083eec9a8/?format=api"
                    ],
                    "code": "40GX-BAB-1001",
                    "last_modified": "2024-07-05T18:39:34.816726Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2831/?format=api",
                    "top_level": null,
                    "filter_top_level": -4.05,
                    "filter_bottom_level": -5.05,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GX-BAB-1",
            "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/2832/?format=api",
            "id": 2832,
            "code": "40HB0004",
            "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.190570242467894,
                    51.9090271644085,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:08.500542Z",
            "created": "2015-08-12T11:32:59.075858Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44591/?format=api",
                    "id": 44591,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f2c0c268-15aa-41ec-aa68-9349125c59eb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ec470e50-c738-48ff-9655-4cffaef64f98/?format=api"
                    ],
                    "code": "40HB0004001",
                    "last_modified": "2024-07-05T18:40:08.986401Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2832/?format=api",
                    "top_level": 17.84,
                    "filter_top_level": 10.12,
                    "filter_bottom_level": -1.88,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0144",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 18.12,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2833/?format=api",
            "id": 2833,
            "code": "40HP0102",
            "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.190644505989521,
                    51.90911654297922,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:12.104826Z",
            "created": "2015-08-12T11:32:59.081496Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44592/?format=api",
                    "id": 44592,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9ee518c3-281f-4311-a6c2-0759a0572027/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/486a05f8-bddc-4d43-9ec9-f7cf13e7c9d4/?format=api"
                    ],
                    "code": "40HP0102001",
                    "last_modified": "2024-07-05T18:41:12.555903Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2833/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": 18.32,
                    "filter_bottom_level": 17.32,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HP0102",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 18.32,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2834/?format=api",
            "id": 2834,
            "code": "B40B0600",
            "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.008814628988331,
                    51.95480218048233,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:15:30.425911Z",
            "created": "2015-08-12T11:32:59.087200Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44593/?format=api",
                    "id": 44593,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/82cc88b0-390d-41d9-b0e4-033868d55d29/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e9ced6d0-fac2-4d78-8bb0-9e8461dbe345/?format=api"
                    ],
                    "code": "B40B0600001",
                    "last_modified": "2024-07-05T19:15:30.951621Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2834/?format=api",
                    "top_level": 9.33,
                    "filter_top_level": 9.33,
                    "filter_bottom_level": 7.33,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40B0600",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.45,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2835/?format=api",
            "id": 2835,
            "code": "B40B0601",
            "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.009539466910861,
                    51.95461857669758,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:15:31.562233Z",
            "created": "2015-08-12T11:32:59.093017Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44594/?format=api",
                    "id": 44594,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3d673938-e854-4a90-a000-298f2d86e8b4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b1f88b69-1e43-42b9-a021-267886e08cd7/?format=api"
                    ],
                    "code": "B40B0601001",
                    "last_modified": "2024-07-05T19:15:31.999601Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2835/?format=api",
                    "top_level": 9.8,
                    "filter_top_level": 8.3,
                    "filter_bottom_level": 7.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40B0601",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.85,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2836/?format=api",
            "id": 2836,
            "code": "B40B0602",
            "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.008832352733042,
                    51.95451527924836,
                    0.0
                ]
            },
            "last_modified": "2024-07-08T10:44:02.208567Z",
            "created": "2015-08-12T11:32:59.098685Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44595/?format=api",
                    "id": 44595,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a753af71-a75d-470c-a67a-8271df8a2114/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5d17e32f-4374-47ae-be0d-0453fd9f8d71/?format=api"
                    ],
                    "code": "B40B0602001",
                    "last_modified": "2024-07-08T10:44:02.711900Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2836/?format=api",
                    "top_level": 10.81,
                    "filter_top_level": 8.43,
                    "filter_bottom_level": 7.43,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40B0602",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 10.16,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2837/?format=api",
            "id": 2837,
            "code": "B40E0312",
            "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.162195463451246,
                    51.97438497556681,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:00.902558Z",
            "created": "2015-08-12T11:32:59.104325Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44596/?format=api",
                    "id": 44596,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a9b775b1-992b-4729-900d-5c9b4c775c50/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6fba18b7-a833-44bd-b208-a2c3fcef8b64/?format=api"
                    ],
                    "code": "B40E0312001",
                    "last_modified": "2024-07-05T19:16:01.418944Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2837/?format=api",
                    "top_level": 10.12,
                    "filter_top_level": 10.12,
                    "filter_bottom_level": 7.11,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0312",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.23,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2838/?format=api",
            "id": 2838,
            "code": "B40E0313",
            "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.161456974389877,
                    51.9737606424892,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:01.919912Z",
            "created": "2015-08-12T11:32:59.110031Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44597/?format=api",
                    "id": 44597,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f421dfc4-724c-4400-94fd-031f5aa95f00/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cf2a9d39-4d6f-43c2-88f5-4ca52fe30495/?format=api"
                    ],
                    "code": "B40E0313001",
                    "last_modified": "2024-07-05T19:16:02.436370Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2838/?format=api",
                    "top_level": 10.16,
                    "filter_top_level": 8.66,
                    "filter_bottom_level": 8.16,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0313",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.2,
            "top_level": null,
            "bottom_level": null
        }
    ]
}