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/252167/?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/252167/?format=api",
    "id": 252167,
    "code": "20HZ-29062",
    "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.733790958549201,
            52.53148911425855,
            0.0
        ]
    },
    "last_modified": "2023-05-18T03:13:36.626816Z",
    "created": "2023-05-17T13:34:24.052844Z",
    "image_url": "",
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b379efed-e729-4152-b718-2bc43cac0461/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e64399e7-0765-45a7-9765-65b36043f8ed/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6a161fb7-76c7-4d90-87d8-e434b01fb82a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cbec938a-c489-4c71-bf36-788c0bbc504c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/13e4af0c-abbe-4846-9c9a-b3c2fc443e8e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/393062a8-1a64-4c82-a35c-5ffdf5b7592d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/115d64f8-027f-460e-8ac9-a12786d759da/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7828cd95-73ac-46fc-97cd-3949d5c4b21b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e40bb11b-9db1-49a1-ac60-b08a8d6b9b18/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7904800b-6ce1-460a-ad07-5c964e405ebc/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6331b007-e1af-437c-8134-3ffcac06c900/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a172d5ae-96d3-4c13-87fd-e08c5c1fa770/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4e547434-5fb4-4858-8be4-68db41ea8939/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7983d95f-5159-43a2-a750-c084f255537b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/147f0680-b801-4e52-945b-247d28de1c4d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d6ba67c2-a0da-4f4c-afc8-ae973257920d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0f0e7e3b-a7ef-48ef-93a2-66f83127f6f4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/eca65423-4d39-4c2a-8b1d-73711b9226bc/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1a117bbb-9c95-4397-9cb1-f8f007f25629/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1b87c982-dd2a-4c4b-a8d9-6e6b3f609529/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1a098c86-1892-4c94-aa37-68afef76cbb5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fae4de85-016c-4517-9bf8-80701e02c4bb/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/71cf0b48-fa09-41d0-954f-ff126747903f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/49738970-03ae-404d-ac4b-03cfc94812f1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d696939a-a543-4508-b46d-bccf5b604c82/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e1540a0a-c571-4c92-9bf2-23862bc51a53/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3086b93b-bdc4-48c0-a11d-cd29f4e3c994/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d1d11d10-1454-4a69-ac4f-26ee24df6ec4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/676bfabd-964f-45b5-9ee8-6f024cfc7133/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0d71c99e-367e-4014-81ac-609d69db6339/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8b5fecd1-0f4f-4105-9f86-f6a9dfb2adfe/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8bc3c17b-4963-4669-befa-6be70a68e3ff/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bf4f520f-42f6-4b24-8cc1-f6a031abe920/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dba0c6ac-10d0-4ec1-96c5-d0661afa6716/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b5b16f72-dfb8-4758-b3d3-c6222e9ab03c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3880d651-3498-4cc4-bc03-37a4476f95ab/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7030cbb5-5541-4361-8d44-819112062fe1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/20f133c6-7967-4bbf-8ec8-35f5553f2fc5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/54fb41a0-62d4-420a-8b80-b44e4f2bc7e6/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/078078cb-cea1-4fbe-9e55-dfde89ef006e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/43b76015-135c-4692-b986-11bef8978900/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/774b2f27-009f-4459-b2ec-de598d62fe52/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ef476fe4-97b5-4c94-a3c5-72d24bfbb369/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7433e1e4-99b9-4fa4-adee-d7b8dff96bbb/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e555f578-af92-4d12-969a-0d65ef8f497f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0809dfbd-7938-4f85-9dd6-ee5c3ba1ab7f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/54557bf9-b7ac-491c-b128-795f8f0e9b02/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/877d7854-eb6c-4325-b7d8-371d4dababec/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/657dfb12-906a-48cb-8cb9-3a6a7a85e751/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/81efa6d8-b3aa-40ea-805a-b80bec533006/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8262cfd9-7b9b-4d3f-b780-76bf8f104664/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5fadcd3c-457b-4cd9-85cb-5ff13acacc07/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/304c5c11-fe04-4ba4-8177-9bcd1987fe58/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2458e7c1-871b-4afd-a5ae-b5987d6a5717/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3f030a5c-1a59-43d2-a501-1f91ff5dcb78/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5657ac0f-eeaa-4bae-8171-3cc2818356d2/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a3677b48-7280-4298-9c11-86dec352ad9b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/73f32488-2013-47de-ab85-b8e96acfe151/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1d0dfdf9-f046-4866-b925-d6f46226ddb7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2a926c8d-fda2-4931-90d1-48c9040b2389/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/748dd02f-12fc-46a6-b5b5-1bf2bd2a2a08/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/91389b89-702b-4bad-bf6c-60a0e4442326/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6f644749-05e6-4b96-825e-14f61b7a0b34/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3f16c45b-afa4-4589-ad45-b33e8ecd7a76/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ace06c31-f900-4412-b096-9fe6695c2264/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a4fdd94e-10d9-411e-a7c1-963938081d38/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9a2d6af0-b96d-4c4e-83f9-57a585b88a26/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0023f0cc-1d69-455f-949d-985af4f352d5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3aa9f62c-0e8c-4fc1-8f5c-3648ca795c98/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5c73cb56-81cd-4d93-9918-7ba6a9772d5b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4dbba1ec-9751-4135-807d-fe4759da3a13/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9e16e04f-300e-45de-80b3-1720d8dc2de0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b22a9ea0-4821-4f99-b791-4377a8afc79f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/361f3449-2df8-4a46-afcb-1bc5012aa8c9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bc90c487-c17f-4415-bf07-6515be43f070/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7461954f-1414-444c-8380-55b5e954a5d8/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/959d6c4e-11a9-4508-b46a-a4d2e21f8c41/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6f0486ff-eb99-44f1-86a5-7bf9c9228a03/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cbc66dbe-ba26-48f4-b69c-a4c12bf9152b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/41f98213-c5a6-4c36-8c86-b838129a3f37/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/278c1703-f45b-4cdc-b5f5-3ad95de95cc6/?format=api"
    ],
    "name": "HANZETOCHT, traject 2, WB2021, raainr. 815 - 823",
    "station_type": "surface water",
    "region": "",
    "category": "meetpunt",
    "frequency": ""
}