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=1508
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 15136,
    "next": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=1509",
    "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=1507",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/252191/?format=api",
            "id": 252191,
            "code": "16CN-015-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.838352568634565,
                    52.78072757664748,
                    0.0
                ]
            },
            "last_modified": "2023-05-17T13:34:25.461902Z",
            "created": "2023-05-17T13:34:25.461918Z",
            "image_url": "",
            "timeseries": [],
            "name": "KUINDERVAART, Kuinderbos",
            "station_type": "surface water",
            "region": "",
            "category": "Veldmeting",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/252192/?format=api",
            "id": 252192,
            "code": "20DZ-074-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.442266361973811,
                    52.51105148906213,
                    0.0
                ]
            },
            "last_modified": "2023-05-17T13:34:25.501791Z",
            "created": "2023-05-17T13:34:25.501809Z",
            "image_url": "",
            "timeseries": [],
            "name": "STADSWATER LELYSTAD, t.o. steigertje tussen Galjoen 28 en Jol 20 (STOWA, GS3)",
            "station_type": "surface water",
            "region": "",
            "category": "Veldmeting",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/252193/?format=api",
            "id": 252193,
            "code": "20DZ-079-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.404149197445897,
                    52.49091956541672,
                    0.0
                ]
            },
            "last_modified": "2023-05-17T13:34:25.541004Z",
            "created": "2023-05-17T13:34:25.541022Z",
            "image_url": "",
            "timeseries": [],
            "name": "BOVENWATER, zachte oever langs Knardijk",
            "station_type": "surface water",
            "region": "",
            "category": "Veldmeting",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/252194/?format=api",
            "id": 252194,
            "code": "20FZ-027-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.690685455967028,
                    52.64505257311222,
                    0.0
                ]
            },
            "last_modified": "2023-05-17T13:34:25.582034Z",
            "created": "2023-05-17T13:34:25.582051Z",
            "image_url": "",
            "timeseries": [],
            "name": "NAGELERVAART, brug Han Stijkelweg",
            "station_type": "surface water",
            "region": "",
            "category": "Veldmeting",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/252195/?format=api",
            "id": 252195,
            "code": "20GZ-168-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.47933357912286,
                    52.50689428115663,
                    0.0
                ]
            },
            "last_modified": "2023-05-17T13:34:25.624182Z",
            "created": "2023-05-17T13:34:25.624199Z",
            "image_url": "",
            "timeseries": [],
            "name": "GRACHT LELYSTAD, floramatten Waterschapshuis",
            "station_type": "surface water",
            "region": "",
            "category": "Veldmeting",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/252196/?format=api",
            "id": 252196,
            "code": "20GZ-198-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.49515298872985,
                    52.52521499859736,
                    0.0
                ]
            },
            "last_modified": "2023-05-17T13:34:25.665428Z",
            "created": "2023-05-17T13:34:25.665445Z",
            "image_url": "",
            "timeseries": [],
            "name": "STADSWATER LELYSTAD, Sportparkweg t.h.v. bushalte Langezand (STOWA, GS1)",
            "station_type": "surface water",
            "region": "",
            "category": "Veldmeting",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/252197/?format=api",
            "id": 252197,
            "code": "20GZ-199-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.509639025957996,
                    52.51518008967385,
                    0.0
                ]
            },
            "last_modified": "2023-05-17T13:34:25.705526Z",
            "created": "2023-05-17T13:34:25.705538Z",
            "image_url": "",
            "timeseries": [],
            "name": "STADSWATER LELYSTAD, achter Wijngaard 168 (STOWA, GS2)",
            "station_type": "surface water",
            "region": "",
            "category": "Veldmeting",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/252198/?format=api",
            "id": 252198,
            "code": "20GZ-200-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.472952525701777,
                    52.49753428731729,
                    0.0
                ]
            },
            "last_modified": "2023-05-17T13:34:25.742338Z",
            "created": "2023-05-17T13:34:25.742349Z",
            "image_url": "",
            "timeseries": [],
            "name": "STADSWATER LELYSTAD, t.o. Oldambt 25 (STOWA, VGS1)",
            "station_type": "surface water",
            "region": "",
            "category": "Veldmeting",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/252199/?format=api",
            "id": 252199,
            "code": "20GZ-201-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.503851820096596,
                    52.48820598141521,
                    0.0
                ]
            },
            "last_modified": "2023-05-17T13:34:25.780373Z",
            "created": "2023-05-17T13:34:25.780386Z",
            "image_url": "",
            "timeseries": [],
            "name": "STADSWATER LELYSTAD, naast Leeuwenburg 53 (STOWA, VGS2)",
            "station_type": "surface water",
            "region": "",
            "category": "Veldmeting",
            "frequency": ""
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/252200/?format=api",
            "id": 252200,
            "code": "20GZ-202-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.505609264857382,
                    52.4957266441458,
                    0.0
                ]
            },
            "last_modified": "2023-05-17T13:34:25.829795Z",
            "created": "2023-05-17T13:34:25.829810Z",
            "image_url": "",
            "timeseries": [],
            "name": "STADSWATER LELYSTAD, t.o. Burgvliet 139 (STOWA, VGS3)",
            "station_type": "surface water",
            "region": "",
            "category": "Veldmeting",
            "frequency": ""
        }
    ]
}