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/252182/?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/252182/?format=api",
    "id": 252182,
    "code": "20GZ-29114",
    "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.472994301816809,
            52.52657222247093,
            0.0
        ]
    },
    "last_modified": "2023-05-18T03:12:16.848293Z",
    "created": "2023-05-17T13:34:25.095966Z",
    "image_url": "",
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c4ada8c1-1316-450a-aba8-dd7da3f2b9f0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/99c4ccc6-1d5d-47c2-a3fb-1569c301d547/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ea1fbccc-99fc-4d32-b5fa-37f9c858025e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/89f519bc-5165-4e4f-96c8-7dff457bb543/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fbd08d38-523a-4514-9ed8-202c69851481/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bcd045f1-cd2c-4be1-aad4-ce3254fda67b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d0c369ab-346c-4440-beaf-687adc73366d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cf5e7522-be55-49e4-8562-27185f4e1646/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2edeaa1a-7361-4b9e-b7c8-96b859d7f2f7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c0bf1c72-8c33-40dd-8123-82e630cf9ec4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a944fff9-2677-4312-8053-47bf867c732b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c7657b28-439e-42da-9d39-defb786e45bb/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5580be9f-e603-45d7-b4be-6b3078227651/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/aa5b3f04-cc58-47f4-a486-0066d340cf8a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/23a54480-6af9-4818-b955-eed91d5f9618/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b30b7afc-ca06-4b8a-ab96-b8873a378517/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e72e696e-5018-4302-a8db-9b40a6358453/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/41b0575b-a926-43e6-824d-6903b74c1f65/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cfcbf0cf-9946-41aa-af50-904d224d735f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c4b31f5a-731f-4a5e-bb71-dececc51cc15/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b1da72df-bc5d-4b0c-8e16-ab6a0ba6908c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6c6a7817-7ec5-4dc0-b904-b070895727c7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1571c5b9-c2eb-46a0-a486-08b2ff51bf17/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a90dd36d-f04d-43f9-b130-7f26f4dcc648/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b5ed485c-523c-4e67-9e0e-4da384bec716/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/460e7880-0e5c-4312-8c06-f2edd4685b4b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a0aafb46-205f-452f-a0a8-4d8385ae611b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e3bd828a-471d-4c8f-a111-0b00e6c4124b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/95a4312c-1001-4f53-a21d-848ae7452745/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/088a78eb-dafc-4981-9314-0cf85b2b2837/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8cadf25c-3f83-45e9-968b-6c78a41451eb/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/01fd4e32-c47e-40d7-be23-c8389a2ebce1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/42627287-10d7-460e-bae6-883d06130e38/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1b900b70-56bd-4668-892b-a1388a158a91/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/23affe6a-0780-476f-a91f-526b67443e85/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/553f0713-da0b-4685-bef6-219ad9c8adb1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2150687c-ad85-4b89-8fe4-f6acc73fc883/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ce86b274-7e2c-4da4-8368-7053fff877f4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/05601559-691c-4270-a339-4112e5581e3b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/61d9d472-287e-4f56-9369-eea8afa905a7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3caacd4e-f9c8-4a6d-98dd-85247131b370/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b93f8842-faae-4b62-960d-86d8d489fb98/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a5bc50cf-cbb5-4032-97aa-93a10f3b17f0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/62eb093b-49e4-48d3-9e08-d950f7acd5ca/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b7585f63-16c9-4096-825b-858e8cf4d3ce/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7bc539e6-9570-4d47-a0c6-e328030732c6/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0a4ceb4c-0602-4cca-824c-a3ef13d395e0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6afe3716-906d-430e-ae8f-006e09676997/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/aed64334-3674-4b2a-af4b-d39880fd7b50/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5fa89a75-f2ec-474d-bf23-2563eb7ff727/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2e880380-c21c-4181-b6a0-2f26018fab0f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6a940716-4d07-42ef-8f5b-d14651c4a662/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e562939e-8bdd-45b9-93c5-574922d92742/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6d992abc-70fd-4e08-bc9b-8380b76e4e5b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/626de081-1537-4951-bb31-f6ed74def0fb/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b3aa7bbb-ea10-475b-9c8e-6b0630bc090a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2ef87468-5466-474a-bf04-441313b9907d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4b639f37-2f8d-4370-81f6-a76934887aa3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b8f915bf-2add-4a87-9738-7e275b79e601/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1269fe92-7117-43ee-acab-8411be468307/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f868c5ea-dddb-41a3-9878-b3c16f482745/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/98d90a29-b729-4e8d-b516-aa9a61d3b2e9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cf09441c-044c-4b5c-9223-2a71f5c0d914/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d874f760-2a89-4412-8902-7b8ab69728fd/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6d58a8ed-ea91-48cf-a454-a9dee4b61583/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b0bdc23a-0bd5-4537-a119-e6c4f25f8661/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/da826ba2-613a-4a4b-a6a9-950455af89c4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1aedd532-2137-4a44-a657-be4260c780b2/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f35a3243-2ddd-424a-8590-689c52b5200f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8ffa24c3-f296-462e-9c7b-a1a773cdd906/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cd4b4542-8a5d-4a61-b5ae-48774b94f2d7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/40948e4e-075f-4202-aec7-a42b43a300db/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/640db18c-6812-45c0-aa94-445b3e88f571/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/955e839c-65b9-470a-aec2-d621385cfb6b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/10863fec-cb80-4959-a9fd-1212a35dcc88/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e9dc9115-0002-467e-89d1-f3cd1875a528/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/829c4926-6f3d-4faf-bfd6-12d65ef619d7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4f8ad3cc-8482-4ceb-94bf-d1651926c9c9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8dfdc0c5-e1c9-444f-9b2a-6457dc377efa/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/92f3650f-850e-46bc-9e4f-ddf04ce22184/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/59d14e20-e21b-4367-beb2-5c4d8c57f1df/?format=api"
    ],
    "name": "STADSWATER LELYSTAD, Aanvoersloot, traject 2, WB2021, raainr. 324 - 330",
    "station_type": "surface water",
    "region": "",
    "category": "meetpunt",
    "frequency": ""
}