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=1479
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=1480",
    "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=1478",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251901/?format=api",
            "id": 251901,
            "code": "16CZ-214-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.88647561868,
                    52.74425546293013,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.314638Z",
            "created": "2023-05-17T13:28:52.024676Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/83d7db1f-9228-49c2-ad38-2ef96c12f1be/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2625c1df-6669-4070-b078-0888fb82406f/?format=api"
            ],
            "name": "Hoofdmeetnet_43, Kavel R22, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251902/?format=api",
            "id": 251902,
            "code": "21AN-253-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.830773404928483,
                    52.68942185728837,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:10:06.622564Z",
            "created": "2023-05-17T13:28:52.270759Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8a812bff-6f24-420b-bf79-63187a3decd8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3e823455-b8c4-4672-8a45-b6077f3fbc55/?format=api"
            ],
            "name": "Hoofdmeetnet_59, Kavel O89, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251903/?format=api",
            "id": 251903,
            "code": "16CZ-215-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.855245651442335,
                    52.73607842399223,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.330656Z",
            "created": "2023-05-17T13:28:52.405024Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6ff9c7df-68e5-42a2-8bcc-bfdf72148b9a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/be0accc2-7421-4c6f-a943-98c988e1778a/?format=api"
            ],
            "name": "Hoofdmeetnet_61, Kavel N13, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251904/?format=api",
            "id": 251904,
            "code": "26EZ-109-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.551629460602395,
                    52.38615063420254,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.342239Z",
            "created": "2023-05-17T13:28:52.631388Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2051f68c-596f-4c69-b61a-3915b6d4f530/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2b35cd1e-b4e4-42c4-bd27-717f4c488354/?format=api"
            ],
            "name": "Hoofdmeetnet_72, Kavel W3, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251905/?format=api",
            "id": 251905,
            "code": "20HZ-165-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.646303002285982,
                    52.51498711234916,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.409180Z",
            "created": "2023-05-17T13:28:52.673432Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5e3f61d9-4c02-4560-867e-9f9cc66eac82/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3a4aabe8-f1f1-485d-abf7-b11b01522f08/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6a0bd948-6873-419b-9479-437224096275/?format=api"
            ],
            "name": "Hoofdmeetnet_73, Kavel R9, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251906/?format=api",
            "id": 251906,
            "code": "26FN-107-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.652486211923565,
                    52.45793947089804,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.424393Z",
            "created": "2023-05-17T13:28:52.913018Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2d78459e-c6d6-4430-8605-fef8aef6bc12/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/350d65a6-0e14-4e7a-bc33-cbf0d627e533/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1110093b-b1d0-49d9-b355-3321f4fd933f/?format=api"
            ],
            "name": "Hoofdmeetnet_76, Kavel T53, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251907/?format=api",
            "id": 251907,
            "code": "26EZ-110-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.525717397935922,
                    52.41392830704883,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.443990Z",
            "created": "2023-05-17T13:28:53.047317Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/29f02679-6a0b-46c0-a223-85994c3f5050/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cba7e703-3627-44f9-a242-6af47deb6b22/?format=api"
            ],
            "name": "Hoofdmeetnet_77, Kavel V14, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251908/?format=api",
            "id": 251908,
            "code": "15HN-158-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.695912645306511,
                    52.81282421852079,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.460913Z",
            "created": "2023-05-17T13:28:53.290667Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ea1cb973-aa93-4e72-a1da-5c4050a5cf98/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c0c5b56e-72ba-4b8d-8357-f53c8907e7a4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0bf32caa-99d1-46e5-a469-dc322521d307/?format=api"
            ],
            "name": "Bodemdaling_ond_12, Kavel A24, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251909/?format=api",
            "id": 251909,
            "code": "15HZ-189-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.692547668442618,
                    52.74295177428304,
                    0.0
                ]
            },
            "last_modified": "2024-06-05T05:00:12.852299Z",
            "created": "2023-05-17T13:28:53.431783Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8b271ecd-1748-43f1-9e8a-2b1c4b8f6aa0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f57f07c0-60d7-4161-9863-bd26e28f46df/?format=api"
            ],
            "name": "Bodemdaling_ond_14, Kavel G35, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/251910/?format=api",
            "id": 251910,
            "code": "15HZ-190-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.727688847218088,
                    52.73933357740624,
                    0.0
                ]
            },
            "last_modified": "2023-05-18T03:10:19.296773Z",
            "created": "2023-05-17T13:28:53.576093Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/030a35b7-fa99-4043-bd8b-4567b99c772d/?format=api"
            ],
            "name": "Bodemdaling_ond_15, Kavel G43, Neerslagmeter",
            "station_type": "surface water",
            "region": "",
            "category": "meetpunt",
            "frequency": ""
        }
    ]
}