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/252155/?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/252155/?format=api",
    "id": 252155,
    "code": "26DN-29642",
    "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.320468509668205,
            52.32121205421138,
            0.0
        ]
    },
    "last_modified": "2024-10-23T05:00:26.619866Z",
    "created": "2023-05-17T13:34:23.553161Z",
    "image_url": "",
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e288b35d-6f39-43e6-8214-29230b9281b3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4b3684a1-ef9a-49b3-8398-d59867524e85/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/25ab7551-fb8e-454c-ab90-6febed8ebc98/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/104f81dc-e4f7-4ba6-bd28-89f95ca976dd/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/eea77558-e0d2-42a8-9e66-5f96a8cc5e15/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/43cea39e-248f-4e32-8c85-858823cfe918/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/da2d8df5-a2ba-4280-80d7-ca1ca1c0a727/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bcdb24e6-39a6-4983-af23-c56087114e82/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cd6e7f77-9459-4ce3-b3bf-e18738816e8c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/39c1ea1b-9a3b-4b18-9990-c445c3cfcacd/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5cb6ad10-12c2-4502-b8d6-055a21654740/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/332351b7-1e93-43c7-a648-95459f15ad85/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/38b3426e-6fcf-4374-87fb-1a9105f7071a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/72ff1223-b25a-41ac-b24e-928200cc03bb/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/31b09b0d-6874-47ca-827e-c9c8cb18c464/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/166a2f19-3e58-433a-9c08-36ad4aa3bde1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c16e5695-77db-4020-ad98-71a6dbb0df5d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f4adac8f-faa3-4fde-86ff-a6fbdfdd2df8/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7a553641-fa32-47fc-bba0-7ff837711f95/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f759bb7a-7176-4e9d-9179-9c53cafc3e43/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/34ffb09f-6822-4757-8607-5151d431225a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4e2c1581-0193-4451-99ef-2988402e7df8/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cb2d2ae7-033a-412d-acbf-cbdf2199e5ea/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f47842f5-7791-4a6b-b677-fbc45809ba71/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0c05dc05-1e73-46a1-887c-d2c4ffd07a77/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7d1b4184-9cc5-47f7-aa2c-6c6bde76c3d9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b986a977-8142-4bdd-8c8e-4d54ad253b15/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d92693de-4d83-42c0-837d-72c0c94f5fe9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c76e49b3-2fed-4d81-8253-1698d6ebd527/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e236070d-f36c-4760-a03e-19326857278b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ff5dff51-a1c8-4b6a-9925-7958b97617ff/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/392c507d-6ebd-461d-a2e9-3ff74af5ba04/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c94150ce-1cf8-4ca5-81f8-1bef082569fc/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/17e3e9d5-722c-47ee-8405-e7faa6b46507/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1141a06b-8946-4f21-b38b-43c5a663e070/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0039e08a-c0ed-4671-be09-89026bf0f6d9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3f5ee2c7-7165-4182-9026-c529be86f464/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/42876691-781c-4758-94ea-8dc4b36f9d19/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9a7c51bc-ab6b-4fc0-81b4-ac1da483cba2/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/87582a18-557a-4c9b-8108-99a302611591/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0432303c-3c69-463e-91d3-e9ed82ec4ffd/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/064dff50-ceda-4a85-911c-77217fc16f25/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3dbf386b-5b13-4ae8-acd4-43e8932c5ba5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2198a4e1-2a43-45a6-9679-d440e30c6c8f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4e0c75d6-0546-44f6-a97f-109c2cae2708/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c59c1f50-87ef-4c70-b71f-6870c3d64927/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8a082316-99f4-486a-a19a-b50f439bd977/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/99bc9c64-0f00-4911-bb5a-17dcc99aed12/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f25e5ad4-4b0c-4418-9a9e-c5ebc44d8764/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ac7dfe15-649e-4e6f-800e-c8b313065325/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/31b7cc60-20e2-4a7d-97d9-ae3c9e4b8c32/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1b78234c-3ba4-4b73-9d20-7c0cfb8425fd/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4dc576b8-0979-4057-b264-333fa67361fc/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/26c28845-b4ad-4c54-973c-2120df7fbfc8/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0533878e-98ee-4979-b4f6-dc0b8c241866/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f7a5ce18-bb02-40e1-b60a-ebee135ded74/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/00412a26-c18a-4e24-b59d-03053fc9a62a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a3066ad0-6b21-4a80-ba9d-5b5a388c7758/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7d2e458b-f2f0-4734-8dc8-9982d0c4b5c6/?format=api"
    ],
    "name": "WATERGANG Z:K045/K046, duiker Leeuwerikpad",
    "station_type": "surface water",
    "region": "",
    "category": "meetpunt",
    "frequency": ""
}