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/252160/?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/252160/?format=api",
    "id": 252160,
    "code": "26GN-29851",
    "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.513588307323864,
            52.35616991898249,
            0.0
        ]
    },
    "last_modified": "2023-05-18T03:10:40.069309Z",
    "created": "2023-05-17T13:34:23.788205Z",
    "image_url": "",
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dccea62a-59a8-4bf2-88c4-a5dd0b07e758/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b933d591-097f-4a3b-ac57-bdba7842ab57/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/30d21a8a-3aea-492e-b58f-03bfcbe30aeb/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2ea189c7-e361-4f51-8771-ebb20c079c15/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6bdec209-1776-44b2-b61b-70997b403394/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/efd9c830-d47b-4694-b73a-7f28fca93160/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/15895381-0840-4c92-aafd-4fa2811fa492/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7818e4b1-7c3a-4340-9189-35fc3073cbb8/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fb5e58e8-5816-49db-aaee-9306a9bfdfde/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/422401cc-c42d-4a8d-84a5-4e955f31f976/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/847f33e6-59b1-4b27-b164-40d5378b89ff/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/966072e3-b7de-443b-bca7-6c8204a465b4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f9ca978d-c99a-45a6-98b6-0682318888fc/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1b0d5b93-29c7-40de-9dc3-7a084f1855ae/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9fa0e6db-3b52-4438-a312-5708170aaae8/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bfcd3ef3-8ea1-4ccd-a78f-754d586774cc/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/db18a1c5-3239-4e46-833f-be63ed0f812d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/93d30817-d128-48c0-875b-23b3df081e83/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3451c61c-0be6-4794-99d3-0052ebcc6302/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/aee71fee-1a14-4fe7-ab23-5e3c1028afde/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/59723f4c-8494-4f49-b5c7-76c41e8882de/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6b3fed3c-248e-4b42-b5eb-083944f70e43/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/db71f546-382d-4b07-9d2a-2034e67f62f5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c9b8c4f4-c2ac-4cf4-97c0-3fa7df96451c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/17123d84-afb7-4bee-b543-c8198d5e9c7a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e7f86a9d-11fd-449b-bb72-18f4b5b0e30c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/96078364-efa9-4efc-9423-1ecebbe12d8c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7a0735f4-8519-4c16-ae3c-959240e9f372/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4b3e2145-41bc-4b94-8e7d-e1d4b669c102/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d15247f9-3867-4c8a-b267-079f65c6b315/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c472eea3-d000-47ab-8d5c-ffc126d2701b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/12397b6f-b465-4d4e-a52e-1fb0b7cc1917/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/be21624c-78a1-489f-bf71-4f9786cb38d4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bc56ebf4-556d-4456-af77-c3464ef39be0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/52959cff-5347-44b8-971d-e4ef4a5c7502/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c71ffb0f-c08b-4982-858f-4b197f58f40d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b56b0ebe-2416-45ce-a27f-b449674eb887/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a2f94470-4409-4ed7-85c6-540ccd748dfc/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/23c216ad-21cd-4e3e-83bb-c6f08c00f8e5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/35fcb33e-ded3-4d14-84a7-d744f973850f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/552664f4-fce6-4381-a0d7-5433f815a1b7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b3cde765-70ef-4d06-bb9a-265361b8d9e5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/68c5f2b3-25aa-4f31-a61a-9cc60748625a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/14667a35-9ca6-4a5a-b400-30cad5cc49e6/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a11005ef-1c8f-48b1-856f-340739e083e6/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0f78542f-e47d-4272-ab8c-1bec1ab84f11/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a5e64ccb-e10d-4b42-9740-68dbf8212653/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d5fb1272-fcfc-459f-b444-54a7c5e6b431/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/35a43527-2465-4512-b022-cf17a0211ca2/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8fc00948-35a8-427a-b489-16d8883dacd1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b43292c1-70bb-465c-bd2a-190bcf2f084a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/636f9cc7-b782-40d4-bea3-e5bdba331f00/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6fb9c32a-f0c8-4af5-ba87-b5c809c7291a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7614e39c-d999-47e2-87d8-0c5becedf078/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3522e812-8e13-4bb4-98b8-3f77c0b60d9b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/33106a72-273c-4091-99a8-3905047f9694/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6500835e-b0cd-465c-a9ad-a2eddbd2d23e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/39b18511-5333-4380-9474-e326cc1299e4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9ec7afb5-5d05-4da5-98a1-521ae8d4badc/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b0e93a25-275b-45d8-900d-2cf0ba5b1e80/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/36f99bb8-d009-4a12-beb1-779b56bbd835/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8ebc4275-af6d-4435-b306-c2bd224f9c6e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e0a825ac-e2e8-4115-b642-fbd7bd06cd6c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f09d5f1f-e9c2-4534-a94f-272ab3f01676/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c19b1676-3e93-4ace-83e4-a3eeb05d5bff/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a8fe9fa5-a9de-4538-b952-e6c7be27e2d7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9a23b2dc-0358-4efe-b031-dfb26ce2d677/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1c539828-9060-4cee-bbc3-c5342648ba72/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5b16a526-6e6a-479a-bd3c-4a560158bcf5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/54786c7f-a464-4c6a-85b3-624e9e4dbae7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4fccb75e-47ea-4e09-8f79-0129f05e5f37/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8bd6e326-1848-42dc-b1a6-156562504115/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ee72e67c-fa01-4b32-997e-18b5893dcb1f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/41aa0a4b-fea0-4526-92bb-c72c4908c1c9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e6f27c07-652d-459c-a0a4-02ce4be7d20b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6b81cbe2-89d1-49e1-b8b7-51631104f0a3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d14bd579-08c7-4e99-9d7d-5653939e5427/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c2a7c4dd-2e82-4bfd-bcca-b4bdfe561525/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1b0e18ae-462d-49df-8f2f-0bc9ad8cd015/?format=api"
    ],
    "name": "GOOISETOCHT, traject 3, WB2022, raainr. ZW 075 - 084",
    "station_type": "surface water",
    "region": "",
    "category": "meetpunt",
    "frequency": ""
}