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/?format=api&page=1482
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 15140,
    "next": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=1483",
    "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=1481",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251931/?format=api",
            "id": 251931,
            "code": "16CZ-216-NM",
            "organisation": {
                "url": "https://demo.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.815533068436291,
                    52.7230207646781,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:10:20.760780Z",
            "created": "2023-05-17T13:28:54.805445Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/86d7b6ea-02f3-4d97-8099-3a10513d2f53/?format=api"
            ],
            "name": "Hoofdmeetnet_24, Kavel M113 (Neerslagmeter)",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251932/?format=api",
            "id": 251932,
            "code": "26DN-100-01",
            "organisation": {
                "url": "https://demo.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.421172385766427,
                    52.35806613003823,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:53.921714Z",
            "created": "2023-05-17T13:28:54.843679Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7501c3cd-deca-4e10-8bc9-8abdf46876fc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bcb03e0d-7c07-4e22-a693-2e4d5b4e831c/?format=api"
            ],
            "name": "Hoofdmeetnet_31, Kavel L4/L5, freatisch",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251933/?format=api",
            "id": 251933,
            "code": "26DN-100-02",
            "organisation": {
                "url": "https://demo.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.421187065130031,
                    52.35806612580342,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:47.664185Z",
            "created": "2023-05-17T13:28:54.880671Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bbc58e87-c482-479a-a3b7-a104f238b223/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1738d6b1-6e16-4793-bc57-aa0cfabb7c3b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c812a786-e0d6-48c5-91f6-58c31ef3ee95/?format=api"
            ],
            "name": "Hoofdmeetnet_31, Kavel L4/L5, 1e WVP",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251934/?format=api",
            "id": 251934,
            "code": "26DN-100-NM",
            "organisation": {
                "url": "https://demo.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.42118705821178,
                    52.35805713821548,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.828741Z",
            "created": "2023-05-17T13:28:54.918065Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/dc91b3d9-665b-4137-95b5-03bd20fdf1cc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2d0b7992-1076-4b5a-8af5-474feb610e9d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0056c66f-9826-4a91-b6fd-94c37a932379/?format=api"
            ],
            "name": "Hoofdmeetnet_31, Kavel L4/L5, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251935/?format=api",
            "id": 251935,
            "code": "26FZ-196-02",
            "organisation": {
                "url": "https://demo.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.664310329956117,
                    52.41727098255533,
                    0.0
                ]
            },
            "last_modified": "2024-04-03T05:00:16.348984Z",
            "created": "2023-05-17T13:28:54.956788Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5855d8b1-ff71-4c6a-8df3-af3d04052b90/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2a0c4823-0dd1-4ca0-8ca2-9ad3dea83d69/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/42c67076-3aa0-4011-b8fb-462234c33621/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/91e34933-fe76-47b3-8c43-66461370010b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bfea4461-4a5d-44e6-bbf0-8390c061e0dd/?format=api"
            ],
            "name": "Hoofdmeetnet_35, Kavel Y48, 1e WVP",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251936/?format=api",
            "id": 251936,
            "code": "20CZ-095-02",
            "organisation": {
                "url": "https://demo.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.805965120149751,
                    52.50420423167729,
                    0.0
                ]
            },
            "last_modified": "2024-04-03T05:00:16.335066Z",
            "created": "2023-05-17T13:28:55.001481Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e04d27cc-e02f-4f9d-841f-69350648a387/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/da503dfa-e72d-4e60-9a7b-96dbe5b9c1de/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bd535cb4-e638-4327-a279-77a60706b327/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e069ea69-f29e-4ab2-a159-ca643286bc0e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d056d50a-0632-45b1-ace6-93816657d4a6/?format=api"
            ],
            "name": "Hoofdmeetnet_36, Kavel P35, 1e WVP",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251937/?format=api",
            "id": 251937,
            "code": "20CZ-095-NM",
            "organisation": {
                "url": "https://demo.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.80595047779692,
                    52.504213270806,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.742721Z",
            "created": "2023-05-17T13:28:55.047206Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4d060a4f-e7ad-4270-9cb3-3f2d92cf97bc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b369f073-f2b6-499b-b737-1f79d58eef23/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2a04dc3a-1bf7-45c0-8a04-11777d8b2a38/?format=api"
            ],
            "name": "Hoofdmeetnet_36, Kavel P35, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251938/?format=api",
            "id": 251938,
            "code": "20FN-309-01",
            "organisation": {
                "url": "https://demo.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.673346494947503,
                    52.65975347008787,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:54.126133Z",
            "created": "2023-05-17T13:28:55.084541Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/de436b90-285b-4f5b-ad56-3f7aed4244f4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e34daa43-7f52-4def-b70c-5ec6bf5e9cce/?format=api"
            ],
            "name": "Hoofdmeetnet_57, Kavel J15, freatisch",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251939/?format=api",
            "id": 251939,
            "code": "20FN-309-02",
            "organisation": {
                "url": "https://demo.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.673361216257326,
                    52.65974444761071,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:13:49.817890Z",
            "created": "2023-05-17T13:28:55.124350Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b0d255c9-11bf-466a-86d0-4967fd6324e6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4b2f527d-7de9-491b-8153-0b5b9677f584/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/919e5d0f-5fde-4948-8764-02d51ea1401a/?format=api"
            ],
            "name": "Hoofdmeetnet_57, Kavel J15, 1e WVP",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251940/?format=api",
            "id": 251940,
            "code": "20FN-309-NM",
            "organisation": {
                "url": "https://demo.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.673361216257326,
                    52.65974444761071,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.717818Z",
            "created": "2023-05-17T13:28:55.168456Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a471ca93-5e4d-423a-8226-ade1dab7eec0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2c32b2aa-e99f-4a38-8763-0204ccc84c29/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3fde86d5-7f8d-485f-97cb-1ca8d88bc037/?format=api"
            ],
            "name": "Hoofdmeetnet_57, Kavel J15, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        }
    ]
}