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/252166/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://zuiderzeeland.lizard.net/api/v4/measuringstations/252166/?format=api",
    "id": 252166,
    "code": "20HZ-29061",
    "organisation": {
        "url": "https://zuiderzeeland.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.731989262548161,
            52.52912170997584,
            0.0
        ]
    },
    "last_modified": "2023-05-18T03:12:20.277379Z",
    "created": "2023-05-17T13:34:24.013261Z",
    "image_url": "",
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dda6b6db-2000-4b01-94bc-5c0d7379aa42/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5314e0bc-9c7e-403a-a42c-5f1354f8616a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a4aae2c2-187a-495f-9d4e-e7f3c4fcd96a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c6c63056-217f-4218-884c-17088b3a5d02/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a0c37e6b-3378-4e8e-8cb1-b395e3494be8/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/709210fa-f765-4e6c-a96a-2f2ae471ecc8/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/38d946bd-e1b6-4a73-89fe-d62f5dbdee89/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/77637141-14c8-4a88-bacf-feff5b650376/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b558462f-e2fd-4e21-bb88-fdb237483ab0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e8e69e7c-bf19-41f3-86cb-08681b7b107a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d939948b-a154-4a6a-8be0-df068475d6c1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dbc032e5-4cb4-4d6d-b2be-2711583517bf/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dac2fad9-c239-4b6b-963b-b6b424a39484/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2355438a-739f-47b4-aff2-4ad3b9f4e5e5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6f287247-0e8e-4018-881d-2b4ca19be5d9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a3228249-9b14-40d0-b6a7-612ade026d66/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/36d63840-586e-451e-bf66-b85c5a5b717d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0de546c0-6160-4fb8-878c-be7db75d1552/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cd79721c-7d9b-41d1-9799-881c690c9b17/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f96d2e37-1677-49c0-b4ff-115963c8dec3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9027d6df-4225-460f-a908-7006b22f77fb/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/331dbe32-da72-48f9-b2ef-eaa56512c2f7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/44e1df25-7ed5-4351-9225-cf83699e3871/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/defae772-8951-44b9-8585-c59f2bd54612/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/60a1e6c1-5521-4e36-a49f-935971d7b4a3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e2811b91-5ed3-4ec0-903b-1590f545a567/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a5dfa0bc-4912-4bf9-84b1-d1a38bd61b76/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/81c3410b-f2a8-4674-a2b7-d3a5ddce6fc0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/59c655b2-454e-4075-a7ab-e2bca60a0c1b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/303d3914-701c-47c0-b0cd-2bd4dc62b05b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/58183122-2582-42b6-ac1a-1e4a770d3bc9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c0ccb83c-b519-4f04-b2f4-6f2004111808/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/15809629-78fa-4203-8a9f-153df574dd41/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1b548bed-6077-403e-b70a-f882fd57b7a8/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/157693fd-575e-47df-8814-607619c8772f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/03a60a9b-83d1-40ef-8b1d-19a76f82153d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/23e6e431-eb3c-4951-b873-8a8337ae3df3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/81a11ce2-dc9b-476c-baeb-e6c6d84588ba/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6f529d86-3f35-4101-a329-9cc995e86cb9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0b91824e-4ec5-45a7-8bc0-0358e18d3256/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0afd05d4-ba9e-4103-8179-b79c076cc711/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fe0ea298-22ab-47a9-95ca-92b5e17d556d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f74254bd-3f01-4db9-8b84-3171fa158b07/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3b069306-1e0a-4d1b-9344-98b0710953aa/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f7123797-1b52-48ef-bc09-45c9d7cc07e6/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1a676e0d-eb8e-4ff3-b915-5c8c7eb3361e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8cfaed38-cdb8-4458-a8b1-eed7a59be4e0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/25f5bdd5-01ef-484b-b7ff-60a904db7933/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5f78149a-4cee-47d8-9f35-4079336b7925/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6d978965-4fe0-4419-9fe7-32002af3dab9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/133dd84f-99a1-46e3-a23f-198d711a2b04/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/31b89207-1ae3-45d4-8b47-d9a005207507/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/85567e75-12a2-42d0-8df1-a7b6effb4428/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7e2f924e-e0dc-4e19-acfb-331ef361ec09/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/069778f0-8554-4e08-ba7d-94b2067805de/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2f04c244-76f7-40e3-a39f-298d75027520/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f4256318-0108-4cf9-884e-fba47b466dd1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3a407b6a-2b3a-4b2d-a2dd-3be2fee23dae/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7133ffe6-ec55-4788-9448-c5fc25388339/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e5863053-3d3c-4087-9a76-ddc3d9e4744d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8b88eb1a-f7f6-4f4d-8d89-806d9f3e39fe/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a5266386-db84-42e4-b9d8-8cbe15c67b7b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f27f98de-87e2-4eac-aeb6-0cac0bb4cc78/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f2e73b96-e24b-4caa-8e7a-d404db497167/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b7cb703e-266a-4bb4-b9a6-cac68d3bddb4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dc63a9df-4ae6-4f40-8288-0cc8e23433ce/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a178dab2-8adf-4614-b5c8-5621e9a643e1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/536a61d0-fe9e-4463-9096-3ea2ed51e4a8/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ef9aaa87-05a0-4422-b4f0-592c9f7fad04/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/50b4076c-83d7-4974-ad40-af9b39baf270/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0ad930fd-db05-4a53-b872-ba8ca0f54d85/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c82ee964-06b0-4aab-9000-7a02d7f9fd9d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0a1af0e5-1e33-4c16-a5c3-059c1ca95305/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1cd0a624-62ba-46f9-8ed8-f420c89872ea/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a778579c-4c8b-41b7-b14b-9565329cc8b4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a1863db1-e5fa-4b9e-b19b-a9fa17b5e9e3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7e4074bb-67ec-4078-a082-81d1bdd54a95/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0f3a49a8-88da-48be-a313-9f7121ef3ad4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/38484a2a-bc87-478c-862f-c52bb6a53311/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8897391d-9149-4bbb-a0d3-76a4dc880439/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0f241f9e-8e6a-43d5-859e-b587ed7cd029/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0f002bf5-9a51-460c-a097-5ff4f49dee89/?format=api"
    ],
    "name": "HANZETOCHT, traject 1, WB2021, raainr. 807 - 814",
    "station_type": "surface water",
    "region": "",
    "category": "meetpunt",
    "frequency": ""
}