List assets of type MeasuringStation

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.

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/
GET /api/v4/measuringstations/?format=api&page=1478
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 15140,
    "next": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=1479",
    "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=1477",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251891/?format=api",
            "id": 251891,
            "code": "20FN-306-NM",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.679940778682934,
                    52.68983577830914,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:09.575211Z",
            "created": "2023-05-17T13:28:50.796975Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f9736f3a-5cec-4c80-b1ee-748cbd799db0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bcfdeca2-d4a5-44fe-8110-4bd198156aa4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7ebc9d8a-8d0c-4bb9-bc44-c98b1ccc0863/?format=api"
            ],
            "name": "Hoofdmeetnet_34, Kavel H42 (Neerslagmeter)",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251892/?format=api",
            "id": 251892,
            "code": "16CZ-211-NM",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.902657120155763,
                    52.7149068933084,
                    0.0
                ]
            },
            "last_modified": "2024-11-26T06:00:13.867004Z",
            "created": "2023-05-17T13:28:50.836235Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/49c30677-2198-4a37-a420-53260bb90ffe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c47d0ae4-0f73-4b57-9af2-5acd565afca5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b7375b7b-e59b-401e-926a-b1be70a8d7ea/?format=api"
            ],
            "name": "Hoofdmeetnet_44, Kavel S58, neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251893/?format=api",
            "id": 251893,
            "code": "21BN-117-NM",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.903978304851539,
                    52.70268778194869,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.552228Z",
            "created": "2023-05-17T13:28:51.057323Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f5fe44b9-3de0-472c-a7db-3a6fbe4e78e5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/33b3af41-4010-4ddc-930f-86fad2918144/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/71297cf1-1f36-4886-8dd6-a70cf8389717/?format=api"
            ],
            "name": "Hoofdmeetnet_46, Kavel S80, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251894/?format=api",
            "id": 251894,
            "code": "21AN-251-NM",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.862685003967838,
                    52.68043551406089,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:11.116224Z",
            "created": "2023-05-17T13:28:51.187950Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9cc5846a-b7d3-4185-94ba-8130819fb738/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/aa25c0bc-6d32-4da0-a4d7-0c36dd625fb9/?format=api"
            ],
            "name": "Hoofdmeetnet_50, Kavel T1 (Neerslagmeter)",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251895/?format=api",
            "id": 251895,
            "code": "21AN-252-NM",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.816310364340363,
                    52.67143611676576,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:11.077120Z",
            "created": "2023-05-17T13:28:51.318096Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8e4cf609-23eb-446b-a940-ac4f25f3a564/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cee94efb-c3b9-4e1d-a512-f5a4803bbf0e/?format=api"
            ],
            "name": "Hoofdmeetnet_51, Kavel Q3 (Neerslagmeter)",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251896/?format=api",
            "id": 251896,
            "code": "ST41505-LT1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.778773181065468,
                    52.6531439748343,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:12:45.953130Z",
            "created": "2023-05-17T13:28:51.447585Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ec792f07-a16f-4d58-8d69-f9516371bc5e/?format=api"
            ],
            "name": "Stuw Schokland Oude Emmeloorderweg, HWZ",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251897/?format=api",
            "id": 251897,
            "code": "ST41505-LT2",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.778772780788921,
                    52.65309904069947,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:12:46.483320Z",
            "created": "2023-05-17T13:28:51.487740Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/37d35d6d-02d4-44db-9d1b-a8ee6afc3df9/?format=api"
            ],
            "name": "Stuw Schokland Oude Emmeloorderweg, LWZ",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251898/?format=api",
            "id": 251898,
            "code": "ST41505-LT3",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.778773020954738,
                    52.65312600118043,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:12:40.483809Z",
            "created": "2023-05-17T13:28:51.533164Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cbe36e25-fc34-438b-90f4-03205218bdee/?format=api"
            ],
            "name": "Stuw Schokland Oude Emmeloorderweg, kruinhoogte",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251899/?format=api",
            "id": 251899,
            "code": "ST41505-FT1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.778773020954738,
                    52.65312600118043,
                    0.0
                ]
            },
            "last_modified": "2024-10-10T05:00:13.386136Z",
            "created": "2023-05-17T13:28:51.578867Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e96821f3-101e-4223-b962-c9240cd7ddee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1ce38f59-59f8-4498-a1c3-06bcc25f72e7/?format=api"
            ],
            "name": "Stuw Schokland Oude Emmeloorderweg, debiet",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251900/?format=api",
            "id": 251900,
            "code": "16CN-047-NM",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.764355619228143,
                    52.80356862028385,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:10:19.948304Z",
            "created": "2023-05-17T13:28:51.709052Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/64fef1ae-d0a7-4480-bd44-042d9a733355/?format=api"
            ],
            "name": "Hoofdmeetnet_40, Kavel K50, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        }
    ]
}