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=15
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=16",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=14",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2678/?format=api",
            "id": 2678,
            "code": "40H-0183",
            "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.197278066518631,
                    51.89576777193061,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:22:08.245486Z",
            "created": "2015-08-12T11:32:58.095046Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44382/?format=api",
                    "id": 44382,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/11800c90-b3b8-4d72-9817-26062219edec/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3040a998-2281-4404-9b8a-dc04b35c7cce/?format=api"
                    ],
                    "code": "40H-0183001",
                    "last_modified": "2024-07-05T18:39:37.903386Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2678/?format=api",
                    "top_level": 31.95,
                    "filter_top_level": 13.24,
                    "filter_bottom_level": 11.24,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0183",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 31.29,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2679/?format=api",
            "id": 2679,
            "code": "40H-0184",
            "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.229667040897427,
                    51.89234488299082,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:22:11.548895Z",
            "created": "2015-08-12T11:32:58.104785Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44383/?format=api",
                    "id": 44383,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/dae3821f-9c71-4412-87a3-00c792a10753/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/efedcad8-5176-46f5-8ad5-f4b4f809939b/?format=api"
                    ],
                    "code": "40H-0184001",
                    "last_modified": "2024-07-05T18:39:38.916565Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2679/?format=api",
                    "top_level": 27.129,
                    "filter_top_level": 8.65,
                    "filter_bottom_level": 6.65,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0184",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 26.45,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2680/?format=api",
            "id": 2680,
            "code": "40H-0185",
            "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.257824015606328,
                    51.92206970184195,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:22:18.325979Z",
            "created": "2015-08-12T11:32:58.115062Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44384/?format=api",
                    "id": 44384,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e8d8e75c-95f6-4ccf-9a69-de7c18d68a78/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/864ecd5c-5e2d-4769-bb1e-e1b61bef2208/?format=api"
                    ],
                    "code": "40H-0185001",
                    "last_modified": "2024-07-05T18:39:40.045343Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2680/?format=api",
                    "top_level": 17.098,
                    "filter_top_level": 12.34,
                    "filter_bottom_level": 10.34,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0185",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 16.36,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2681/?format=api",
            "id": 2681,
            "code": "40H-0192",
            "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.243743463505579,
                    51.91265147152564,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:22:20.665361Z",
            "created": "2015-08-12T11:32:58.124385Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44336/?format=api",
                    "id": 44336,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3f49f4e4-972e-46c3-9095-7a0207e57e9c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/efd5cc7f-1289-44ff-bf53-7e4726f23d11/?format=api"
                    ],
                    "code": "40H-0192001",
                    "last_modified": "2024-07-05T18:39:41.195907Z",
                    "created": "2016-02-04T10:19:31.030144Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2681/?format=api",
                    "top_level": 40.11,
                    "filter_top_level": 37.41,
                    "filter_bottom_level": 36.41,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0192",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 39.51,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2682/?format=api",
            "id": 2682,
            "code": "40H-1432",
            "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.256404082176418,
                    51.91060838409015,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:22:31.972515Z",
            "created": "2015-08-12T11:32:58.133820Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44385/?format=api",
                    "id": 44385,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/99c6e398-eb0f-4a4c-a71a-f1cc1b5cebd9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0bbc45ee-00dd-4dc5-a142-c850f4c703fe/?format=api"
                    ],
                    "code": "40H-1432001",
                    "last_modified": "2024-07-05T18:39:42.399137Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2682/?format=api",
                    "top_level": 19.917,
                    "filter_top_level": 12.93,
                    "filter_bottom_level": 11.93,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H1432",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 19.2,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2683/?format=api",
            "id": 2683,
            "code": "40H-GR-0001",
            "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.243246795328921,
                    51.91252026116614,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:48.248198Z",
            "created": "2015-08-12T11:32:58.144266Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44386/?format=api",
                    "id": 44386,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/aa89a12a-0925-4205-8bc0-ba07fb823886/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e069b120-ad02-463d-a664-8ed531c3a1c0/?format=api"
                    ],
                    "code": "40H-GR-0001001",
                    "last_modified": "2024-07-05T18:39:48.773624Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2683/?format=api",
                    "top_level": 39.44,
                    "filter_top_level": 34.39,
                    "filter_bottom_level": 33.39,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40H-GR-0001",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 39.54,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2684/?format=api",
            "id": 2684,
            "code": "40H-GR-0002",
            "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.242664989675652,
                    51.91249753299115,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:49.219354Z",
            "created": "2015-08-12T11:32:58.153391Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44387/?format=api",
                    "id": 44387,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3472d673-9bcf-4944-a521-fbdad0ce1448/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/94d553b9-dc12-4b25-8201-079169da2a63/?format=api"
                    ],
                    "code": "40H-GR-0002001",
                    "last_modified": "2024-07-05T18:39:49.704453Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2684/?format=api",
                    "top_level": 40.67,
                    "filter_top_level": 36.27,
                    "filter_bottom_level": 35.27,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40H-GR-0002",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 40.77,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2685/?format=api",
            "id": 2685,
            "code": "40H-GR-0003",
            "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.242420010154571,
                    51.93017106370739,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:50.186424Z",
            "created": "2015-08-12T11:32:58.162244Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44388/?format=api",
                    "id": 44388,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f1445129-6c11-49f6-b609-9328d592f674/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ed9795bc-e4f3-495f-b363-373d7dce9fa1/?format=api"
                    ],
                    "code": "40H-GR-0003001",
                    "last_modified": "2024-07-05T18:39:50.704402Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2685/?format=api",
                    "top_level": 41.19,
                    "filter_top_level": 34.49,
                    "filter_bottom_level": 33.49,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40H-GR-0003",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 41.29,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2686/?format=api",
            "id": 2686,
            "code": "40H-NITR",
            "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.234624610193247,
                    51.89847052389381,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:51.265269Z",
            "created": "2015-08-12T11:32:58.171034Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44389/?format=api",
                    "id": 44389,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/95cd0c47-df91-45db-84ba-b56653308445/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6b3e1fb4-789d-4f7a-b705-c8152bca4821/?format=api"
                    ],
                    "code": "40H-NITR001",
                    "last_modified": "2024-07-05T18:39:51.711739Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2686/?format=api",
                    "top_level": 29.473,
                    "filter_top_level": 4.25,
                    "filter_bottom_level": 3.25,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40H-NITR",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 29.57,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2687/?format=api",
            "id": 2687,
            "code": "40H-NITR-2",
            "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.255867797374641,
                    51.89624793282706,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:52.266735Z",
            "created": "2015-08-12T11:32:58.179733Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44390/?format=api",
                    "id": 44390,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f7e49d63-cac2-4b94-bbee-d0498b35e8d1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/202b8911-89ff-474d-bc09-859c8556f8dd/?format=api"
                    ],
                    "code": "40H-NITR-2001",
                    "last_modified": "2024-07-05T18:39:52.721761Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2687/?format=api",
                    "top_level": 33.168,
                    "filter_top_level": 6.59,
                    "filter_bottom_level": 5.59,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40H-NITR-2",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 33.27,
            "top_level": null,
            "bottom_level": null
        }
    ]
}