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/252162/?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/252162/?format=api",
    "id": 252162,
    "code": "16CZ-29057",
    "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.780877748531168,
            52.71321528314284,
            0.0
        ]
    },
    "last_modified": "2023-05-18T03:12:19.800370Z",
    "created": "2023-05-17T13:34:23.862135Z",
    "image_url": "",
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6255d422-0e32-47d8-8632-329aac6df4e1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bc98abbb-052c-4270-be1f-61eba9e4d536/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e3dcb0b5-cde2-4837-a5f9-89d07dd43358/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a799cb0f-6800-47eb-b840-e67c28d32918/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b00e27ea-5ac3-4c55-9f38-a079d23ad14b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e31d2c98-6742-48b7-850e-5ca2c106ccf7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/17b3a333-92ad-431a-9b29-01b193c8b2bb/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/190680f3-79a1-4dd0-87f2-be40e7cd224c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fcf8191b-825c-4a62-bbd6-f8298351a775/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1a84ef79-329a-402c-b00f-715bd2f2cd3e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/91410cd9-e065-4f29-b962-be858bf0441f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ebb4fb05-794a-4439-921e-0ec0e3b46c4a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/39fac1c6-bd43-4e49-9019-d8eff9a06011/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a3d583d2-6093-47ed-9f54-fdfa6f1d7c80/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/17afab4b-037b-4baa-b5db-1857066bf06e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bcbabb53-3a71-4e0c-b4ac-e00cbf9becd2/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/91932e6a-307b-47aa-b349-76fa17d01f03/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0f4daed8-6c2f-4480-80d9-76f1d718281d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/75a128da-2d11-40f8-a162-02713fd69a5e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ba54ace8-b65d-4eb1-a72c-a3bfc520551d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c7fb0f90-9205-4663-8067-4f0191996b5b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ae111588-ce69-4621-990e-7fb6b2a82783/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e875e41c-a4d9-4bd8-bedf-30c65c31b4ca/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9baafed2-6f9a-4e3e-b579-5cfb3f2f4f8d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/595a573d-2454-41c7-8ad9-db0885538132/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/655d06ec-0cd4-4122-bcb9-02d1ff59865b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7e4c44c9-aa0f-4d0d-90e8-50c037582d40/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/08c07426-8335-4007-97d9-625789625acb/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f72e4d05-a932-4669-aff0-2a5065ca70ba/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/44528d65-3cd0-4ab8-a1b6-33adf9e5c979/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0a81a7b9-639c-4fd3-b453-36fffcf0f42a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f2ccf822-4cb5-4d5b-8138-5737f1961069/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a691b058-b677-4a0a-8c9e-6a8715663578/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/77f28163-733f-4195-b46f-76a38d3ded6a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d889dede-0017-44e4-ae3b-16894f22f900/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/52ad62d5-4c97-4a87-9407-6dd79151ad58/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a7d80303-e288-4e93-b2ec-3a4889f3fabc/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9b4c9f06-09ea-44fa-a674-d8563803fcc5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4b9936eb-4ca2-4937-8aaa-c3374ebe5f4f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5737e8ce-3d0b-4e5b-87a4-343390622f48/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fd4c18a9-5a7d-464c-8a69-9611f9731df7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/15582754-89f4-4539-979f-2eb6883c75d1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/87d1ef3b-1584-41a6-9773-889b6d14b9b1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fefe55de-ced7-4fcf-b36e-9650705169e0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ec1ca7c5-d1df-415f-965c-dd971594853e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/faa96560-7227-44a4-920b-9be26c3985ee/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7a64b300-0b51-4540-8ee5-499b63a57276/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/96e19b56-3c8f-4f38-8fd3-cd3bfe6369b6/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bd413176-a60b-4fc7-b8e6-6c92b6427d87/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5404a066-2e6d-430c-a3f5-e6d99542d6b7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/47d60385-f1d2-40b0-975f-69afbaa0a03f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9587b970-9758-4a0f-af6a-7cdba50414b8/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/987fa214-c9f0-4705-8b42-87783944af66/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8e2e4eab-259c-41c1-93f2-0fdf3a9c8de2/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/66813977-7d27-4da5-9cac-e70ad4ce423a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d83bb36e-c96b-4a94-b042-2bff057e5dfd/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0bd800a2-3825-451a-a474-7a30b7747669/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4d333ef9-6cc3-4a85-b8cc-30c94158f580/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9e629913-ed17-467d-9c44-1d4b54915d37/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/32a734ed-065d-4fc6-8c48-6e2bdad649b5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a3a31a29-326b-4f7c-ab9b-c8a7de3cba3f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ff5d45a8-b3ff-4d07-93ca-28d73538e181/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6c85973c-77f1-44e8-a9d0-2a82be66ec25/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dc5c6c5e-ed19-4187-8c2e-912f15d18e75/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f0a6d2bb-d0f2-4e70-a7c6-4697cb2018fd/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/38d0615e-33a1-4726-80ea-2b8e7f5c452a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2e267214-cf4a-4505-91ce-8e73a3e59d05/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/77ac4b5d-3605-47c6-85b8-476f86be5eda/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f2e56039-8e7e-492c-9328-3ff858ec1f7b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9225345f-df7b-463b-868d-53378ffa5850/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dbee4613-3042-4d45-af4b-96103437bbad/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/05cf1f09-b78f-4ce5-b2f2-f964f6fa329b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4edcfd9c-27a3-4558-b965-e581c5503b8c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f08efc05-aa41-4dce-81d2-a781dc82c194/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7ea03a9c-2f85-47ee-baeb-684057c5794e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/663ba54e-bb31-48d0-91b8-987a1677557b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/86caa30c-849c-4a60-b1cb-5aff81da00ed/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dd10430d-9816-4665-a876-5ee0dab18b19/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7b525a11-3e53-43e9-b166-f49b4875a6f1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7ccfd564-c46e-4f26-8486-a60164388dd8/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4777c235-d3de-4d83-87ef-b15ab355d5fd/?format=api"
    ],
    "name": "STADSWATER EMMELOORD, 6.4, WB2021, raainr. 697",
    "station_type": "surface water",
    "region": "",
    "category": "meetpunt",
    "frequency": ""
}