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=10
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=11",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=9",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/164/?format=api",
            "id": 164,
            "code": "1091",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/?format=api",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.830962072215287,
                    52.6566500105084,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:24:46.767047Z",
            "created": "2015-04-23T08:34:03.803509Z",
            "image_url": "",
            "timeseries": [],
            "filters": [],
            "name": "PB1.03",
            "station_type": "base",
            "status": "active",
            "scale": "subarea",
            "surface_level": -2.7,
            "top_level": -2.75,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/165/?format=api",
            "id": 165,
            "code": "1092",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/?format=api",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.830663321200175,
                    52.65678342067662,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:24:46.767047Z",
            "created": "2015-04-23T08:34:03.812343Z",
            "image_url": "",
            "timeseries": [],
            "filters": [],
            "name": "PB1.04",
            "station_type": "base",
            "status": "active",
            "scale": "subarea",
            "surface_level": -2.83,
            "top_level": -2.93,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/166/?format=api",
            "id": 166,
            "code": "1093",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/?format=api",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.830868525795933,
                    52.65738562272413,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:24:46.767047Z",
            "created": "2015-04-23T08:34:03.820939Z",
            "image_url": "",
            "timeseries": [],
            "filters": [],
            "name": "PB1.05",
            "station_type": "base",
            "status": "active",
            "scale": "subarea",
            "surface_level": -2.94,
            "top_level": -3.04,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/167/?format=api",
            "id": 167,
            "code": "1094",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/?format=api",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.831906098629778,
                    52.65738148399316,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:24:46.767047Z",
            "created": "2015-04-23T08:34:03.829807Z",
            "image_url": "",
            "timeseries": [],
            "filters": [],
            "name": "PB1.06",
            "station_type": "base",
            "status": "active",
            "scale": "subarea",
            "surface_level": -2.67,
            "top_level": -2.77,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/168/?format=api",
            "id": 168,
            "code": "1095",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/?format=api",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.831793418643464,
                    52.660569606221095,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:24:46.767047Z",
            "created": "2015-04-23T08:34:03.838587Z",
            "image_url": "",
            "timeseries": [],
            "filters": [],
            "name": "PB1.07",
            "station_type": "base",
            "status": "active",
            "scale": "subarea",
            "surface_level": -2.53,
            "top_level": -2.63,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/169/?format=api",
            "id": 169,
            "code": "1096",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/?format=api",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.835744461541763,
                    52.65760694513388,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:24:46.767047Z",
            "created": "2015-04-23T08:34:03.847320Z",
            "image_url": "",
            "timeseries": [],
            "filters": [],
            "name": "PB1.08",
            "station_type": "base",
            "status": "active",
            "scale": "subarea",
            "surface_level": -2.7,
            "top_level": -2.8,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2631/?format=api",
            "id": 2631,
            "code": "40EP0170",
            "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.185909368913851,
                    51.94932794656922,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:38.320699Z",
            "created": "2015-08-12T11:32:57.614630Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/61615/?format=api",
                    "id": 61615,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4dcce7fa-4ca7-41b0-9e2d-1e01b5dd929e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/918f8ab9-f608-4c84-a7d7-dc6b2cc92b49/?format=api"
                    ],
                    "code": "40EP0170001",
                    "last_modified": "2024-07-05T18:34:38.812631Z",
                    "created": "2016-02-04T11:30:19.188620Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2631/?format=api",
                    "top_level": 13.42,
                    "filter_top_level": 0.0,
                    "filter_bottom_level": 0.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EP0170",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 13.48,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2634/?format=api",
            "id": 2634,
            "code": "40F-0288",
            "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.219534166756747,
                    51.92311749916825,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:35:01.613454Z",
            "created": "2015-08-12T11:32:57.677166Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/61622/?format=api",
                    "id": 61622,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0b630620-496d-4434-ae9d-f4818c7293c0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cff19c20-a869-4573-909e-b591a597394f/?format=api"
                    ],
                    "code": "40F-0288002",
                    "last_modified": "2024-07-05T18:35:03.028128Z",
                    "created": "2016-02-04T12:16:30.483998Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2634/?format=api",
                    "top_level": 26.92,
                    "filter_top_level": 23.0,
                    "filter_bottom_level": 25.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/61621/?format=api",
                    "id": 61621,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/bdf853f1-d157-4c08-a249-0edc753ddd74/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d7f9e7cb-867c-4745-9fdc-a990cd42d5c7/?format=api"
                    ],
                    "code": "40F-0288001",
                    "last_modified": "2024-07-05T18:35:02.196322Z",
                    "created": "2016-02-04T12:16:30.483998Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2634/?format=api",
                    "top_level": 26.92,
                    "filter_top_level": 13.0,
                    "filter_bottom_level": 15.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40F-0288",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": null,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2635/?format=api",
            "id": 2635,
            "code": "40F-0288A",
            "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.219534166756747,
                    51.92311749916825,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:35:03.551467Z",
            "created": "2015-08-12T11:32:57.688479Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/61623/?format=api",
                    "id": 61623,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f635dccf-e3f0-441f-9a81-fb3f13369d1a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2db1e7ca-67c3-4066-a0d0-96f7fbb58399/?format=api"
                    ],
                    "code": "40F-0288A001",
                    "last_modified": "2024-07-05T18:35:04.925453Z",
                    "created": "2016-02-04T12:16:30.483998Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2635/?format=api",
                    "top_level": 27.33,
                    "filter_top_level": 14.33,
                    "filter_bottom_level": 12.33,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40F-0288A",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 26.92,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2636/?format=api",
            "id": 2636,
            "code": "40FA3042",
            "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.193543669876605,
                    51.95162185045737,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:35:23.377705Z",
            "created": "2015-08-12T11:32:57.699281Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/61624/?format=api",
                    "id": 61624,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/eb4a26ec-a7cb-4e62-a5e4-335e78f5f2c1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/764a82df-695b-4e6a-9ac9-09f71ab882d5/?format=api"
                    ],
                    "code": "40FA3042001",
                    "last_modified": "2024-07-05T18:35:23.848088Z",
                    "created": "2016-02-04T12:16:30.483998Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2636/?format=api",
                    "top_level": null,
                    "filter_top_level": -1.9,
                    "filter_bottom_level": -2.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40FA3042",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 13.35,
            "top_level": null,
            "bottom_level": null
        }
    ]
}