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=1481
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=1482",
    "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=1480",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251921/?format=api",
            "id": 251921,
            "code": "20FN-308-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.70079537773929,
                    52.68699574699194,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.508624Z",
            "created": "2023-05-17T13:28:54.429476Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5bc22644-d8e2-4eae-90b6-ac7c096dce2d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b5649fa3-16bc-42d1-b2a5-d2b4923da61a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b6386aa1-8fa6-44a5-8f4d-80ab40b97147/?format=api"
            ],
            "name": "Bodemdaling_ond_16, Kavel H106, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251922/?format=api",
            "id": 251922,
            "code": "26DN-098-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.332642948863011,
                    52.32066104543182,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:57.246587Z",
            "created": "2023-05-17T13:28:54.464554Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f8667c61-94e3-4766-8b54-f339372c1612/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/09a8f7f5-c8a2-4694-841f-fe83f12c5309/?format=api"
            ],
            "name": "Bodemdaling_ond_7, bosperceel nabij Amaroqweg, freatisch",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251923/?format=api",
            "id": 251923,
            "code": "26DN-098-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.332642948863011,
                    52.32066104543182,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:57.090705Z",
            "created": "2023-05-17T13:28:54.499954Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4e0e0b6d-ee78-4fd3-a8fd-83fef2e6dae8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9117445c-0965-4698-ae0c-784813e7706e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bae966b3-6738-4ffe-9a56-ca655e643e73/?format=api"
            ],
            "name": "Bodemdaling_ond_7, bosperceel nabij Amaroqweg, 1e WVP",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251924/?format=api",
            "id": 251924,
            "code": "21AN-254-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.887295158530674,
                    52.70185139444012,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:51.488844Z",
            "created": "2023-05-17T13:28:54.535292Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ba117838-abb2-4a82-8ff7-74c7b9c8130c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fa92f6d3-a897-4ca2-ad9c-caa88000e17c/?format=api"
            ],
            "name": "Droogte_4, Kavel S37, freatisch",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251925/?format=api",
            "id": 251925,
            "code": "21AN-254-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.887295158530674,
                    52.70185139444012,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:56.117147Z",
            "created": "2023-05-17T13:28:54.572130Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a3c8faaf-5ea8-4f72-929d-dc9fff0cc523/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d7f47c18-2010-4f84-85c1-629d0a9f8367/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/92e03bd5-3b84-4f09-ba4f-aecdf1d2d6e1/?format=api"
            ],
            "name": "Droogte_4, Kavel S37, 1e WVP",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251926/?format=api",
            "id": 251926,
            "code": "21AN-254-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.887295158530674,
                    52.70185139444012,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.683749Z",
            "created": "2023-05-17T13:28:54.608278Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/eb2eb05b-3ef9-404f-8a98-d5069e66dbf9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2ccb8338-84a1-44b5-b6e0-d583c5900a1f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/91bd2cf7-58da-46f5-accd-5be313c977a0/?format=api"
            ],
            "name": "Droogte_4, Kavel S37, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251927/?format=api",
            "id": 251927,
            "code": "26DN-099-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.366846922523003,
                    52.35176003800684,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:53.476684Z",
            "created": "2023-05-17T13:28:54.647979Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e99f4276-6e09-45a7-8cf7-e56b77047174/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/736bd734-73d5-42ab-aaa8-a0c4bdac2876/?format=api"
            ],
            "name": "Hoofdmeetnet_23, Kavel G60, freatisch",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251928/?format=api",
            "id": 251928,
            "code": "26DN-099-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.366846930703397,
                    52.35174206280659,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:46.551623Z",
            "created": "2023-05-17T13:28:54.684332Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/75f31087-30d0-485d-bbb5-494fe25ffa4e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2be68549-b06b-4372-8716-45b0ea8b6724/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/335fe0a8-b034-478b-aa81-ea0eb3e16308/?format=api"
            ],
            "name": "Hoofdmeetnet_23, Kavel G60, 1e WVP",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251929/?format=api",
            "id": 251929,
            "code": "16CZ-216-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.816836916055463,
                    52.72224857835484,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:46.968168Z",
            "created": "2023-05-17T13:28:54.719493Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fc4bea0c-352c-4a89-8132-867055a01077/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/42a538d9-7649-4bba-a230-dcf67c10ed2d/?format=api"
            ],
            "name": "Hoofdmeetnet_24, Kavel M113, 1e WVP",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251930/?format=api",
            "id": 251930,
            "code": "16CZ-116-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.816836916055463,
                    52.72224857835484,
                    0.0
                ]
            },
            "last_modified": "2023-05-17T13:28:54.764764Z",
            "created": "2023-05-17T13:28:54.764777Z",
            "image_url": "",
            "timeseries": [],
            "name": "Hoofdmeetnet_24, Kavel M113, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        }
    ]
}