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=1484
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 15138,
    "next": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=1485",
    "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=1483",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251951/?format=api",
            "id": 251951,
            "code": "26BZ-120-02",
            "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.42374740252191,
                    52.40094496476627,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:47.141301Z",
            "created": "2023-05-17T13:28:55.663642Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/de7e0014-ad01-48c8-9a8f-ee7a647f197b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/273b0c01-418c-42ee-8260-f0df0d5bb9ac/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e911aaad-8719-43cf-81fa-3ced31efc14b/?format=api"
            ],
            "name": "Hoofdmeetnet_29, Kavel J7, 1e WVP",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251952/?format=api",
            "id": 251952,
            "code": "26BZ-120-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.42374740252191,
                    52.40094496476627,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:10:19.008716Z",
            "created": "2023-05-17T13:28:55.700521Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/22dd51a2-d74b-490a-b10b-df5d2620eba8/?format=api"
            ],
            "name": "Hoofdmeetnet_29, Kavel J7, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251953/?format=api",
            "id": 251953,
            "code": "20FN-310-01",
            "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.630265877712114,
                    52.69773848187956,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:54.768991Z",
            "created": "2023-05-17T13:28:55.736369Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d7e957a0-f420-41c3-adfd-92bbbfeb264e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c2cf1cc1-10a7-46a3-a932-6d94a4890b7b/?format=api"
            ],
            "name": "Hoofdmeetnet_58, Kavel D41, freatisch",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251954/?format=api",
            "id": 251954,
            "code": "20FN-310-02",
            "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.630310205905727,
                    52.69772940432679,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:49.972795Z",
            "created": "2023-05-17T13:28:55.772828Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5b0a8cb1-0e20-43ab-afc6-2479beeeac0b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3ae43b81-be5d-4fa5-a20b-35399f6464f3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/33cda52f-a2ec-4869-8d27-85ba934f6818/?format=api"
            ],
            "name": "Hoofdmeetnet_58, Kavel D41, 1e WVP",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251955/?format=api",
            "id": 251955,
            "code": "20FN-310-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.630295363472757,
                    52.69772044773633,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:10:18.948158Z",
            "created": "2023-05-17T13:28:55.808788Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e28d9cde-3172-474e-8257-58e0e9d59ed4/?format=api"
            ],
            "name": "Hoofdmeetnet_58, Kavel D41, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251956/?format=api",
            "id": 251956,
            "code": "26DN-101-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.418335099432843,
                    52.33134673870624,
                    0.0
                ]
            },
            "last_modified": "2023-05-17T13:28:55.844994Z",
            "created": "2023-05-17T13:28:55.845005Z",
            "image_url": "",
            "timeseries": [],
            "name": "Bodemdaling_ond_9, Kavel K39, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251957/?format=api",
            "id": 251957,
            "code": "26EN-121-01",
            "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.466307482510111,
                    52.47902498064997,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:55.107229Z",
            "created": "2023-05-17T13:28:55.881356Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/67e4a2dd-832c-45d5-802b-96990f475f43/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d1632ef1-e0f0-430d-8553-be7637ff9496/?format=api"
            ],
            "name": "Hoofdmeetnet_82, Kavel C52, freatisch",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251958/?format=api",
            "id": 251958,
            "code": "26EN-121-02",
            "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.466307482510111,
                    52.47902498064997,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:50.896724Z",
            "created": "2023-05-17T13:28:55.917169Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6f1ad9cf-c63d-40b5-bde0-ead419072f23/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0bccc1d2-d1ee-49b0-a693-39129314da22/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/28633466-d41e-4412-a111-0d0ee2254bae/?format=api"
            ],
            "name": "Hoofdmeetnet_82, Kavel C52, 1e WVP",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251959/?format=api",
            "id": 251959,
            "code": "26EN-121-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.466307482510111,
                    52.47902498064997,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.562799Z",
            "created": "2023-05-17T13:28:55.953806Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d12fd99a-157c-4abc-871b-e68c545bec06/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/977c1720-2941-4e79-b610-154851e62fa3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/14ce498a-d206-44f6-9e2c-23788b938fc9/?format=api"
            ],
            "name": "Hoofdmeetnet_82, Kavel C52, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251960/?format=api",
            "id": 251960,
            "code": "25FZ-016-01",
            "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.14458163295228,
                    52.37719995873392,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:55.569671Z",
            "created": "2023-05-17T13:28:55.990439Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/43250109-49c1-4dbb-8f32-7567119ee9a7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e8a90f33-747a-447d-82e9-6c1d40c25651/?format=api"
            ],
            "name": "Hoofdmeetnet_83, Kavel A89, freatisch",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        }
    ]
}