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=13
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=14",
    "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=12",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/121/?format=api",
            "id": 121,
            "code": "140",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api",
                "uuid": "18d98431-8077-451a-a7ae-041aac7ad148",
                "name": "KNMI"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.593852599264653,
                    53.00285849822384,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:34.962859Z",
            "created": "2014-08-08T08:41:37.183759Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/858395b5-db68-4d50-9789-a08ad1b7f2ef/?format=api"
            ],
            "name": "ASSEN",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/122/?format=api",
            "id": 122,
            "code": "141",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api",
                "uuid": "18d98431-8077-451a-a7ae-041aac7ad148",
                "name": "KNMI"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.932984229245421,
                    53.32249257064643,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:53.423203Z",
            "created": "2014-08-08T08:41:37.201501Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a23f892d-1fa3-4e68-9844-0b6e703a7c86/?format=api"
            ],
            "name": "DELFZIJL",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/123/?format=api",
            "id": 123,
            "code": "142",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api",
                "uuid": "18d98431-8077-451a-a7ae-041aac7ad148",
                "name": "KNMI"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.559840223588381,
                    53.39859957767301,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:41:54.596663Z",
            "created": "2014-08-08T08:41:37.219243Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/26b0dc4e-c6be-4dc5-b4a1-2d57d289eef2/?format=api"
            ],
            "name": "WARFFUM",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/124/?format=api",
            "id": 124,
            "code": "143",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api",
                "uuid": "18d98431-8077-451a-a7ae-041aac7ad148",
                "name": "KNMI"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.108337777890164,
                    53.20327542074419,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:47.390330Z",
            "created": "2014-08-08T08:41:37.243074Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/dae30012-fc23-42cf-823c-f5b8c4539506/?format=api"
            ],
            "name": "FINSTERWOLDE",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/125/?format=api",
            "id": 125,
            "code": "144",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api",
                "uuid": "18d98431-8077-451a-a7ae-041aac7ad148",
                "name": "KNMI"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.080379404865563,
                    52.87112483814524,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:41.256802Z",
            "created": "2014-08-08T08:41:37.260687Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/913a3b69-6d57-42dc-8fdb-d02770d803b1/?format=api"
            ],
            "name": "TER APEL",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/126/?format=api",
            "id": 126,
            "code": "145",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api",
                "uuid": "18d98431-8077-451a-a7ae-041aac7ad148",
                "name": "KNMI"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.287952734044682,
                    53.33804249879848,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:44:03.335796Z",
            "created": "2014-08-08T08:41:37.274291Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ed05728f-3064-4fe8-bb67-00ddf3dbc5fd/?format=api"
            ],
            "name": "ZOUTKAMP",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/127/?format=api",
            "id": 127,
            "code": "147",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api",
                "uuid": "18d98431-8077-451a-a7ae-041aac7ad148",
                "name": "KNMI"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.820500117817614,
                    53.09921615210692,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:15.418082Z",
            "created": "2014-08-08T08:41:37.289949Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b66b654c-8fd7-4dc6-9bc2-591bca3e8058/?format=api"
            ],
            "name": "VEENDAM",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/128/?format=api",
            "id": 128,
            "code": "148",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api",
                "uuid": "18d98431-8077-451a-a7ae-041aac7ad148",
                "name": "KNMI"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.732615959717298,
                    53.154157266497705,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:56.926395Z",
            "created": "2014-08-08T08:41:37.305986Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e6b16c06-823e-48c1-b0de-239391090504/?format=api"
            ],
            "name": "SAPPEMEER",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/129/?format=api",
            "id": 129,
            "code": "150",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api",
                "uuid": "18d98431-8077-451a-a7ae-041aac7ad148",
                "name": "KNMI"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.680352116763983,
                    53.406351035185985,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:44:09.113497Z",
            "created": "2014-08-08T08:41:37.321839Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f2b94291-1885-4584-9727-723c70be5aa9/?format=api"
            ],
            "name": "UITHUIZEN",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/130/?format=api",
            "id": 130,
            "code": "151",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api",
                "uuid": "18d98431-8077-451a-a7ae-041aac7ad148",
                "name": "KNMI"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.786456173418681,
                    53.43212271033828,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:29.011200Z",
            "created": "2014-08-08T08:41:37.338976Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7daad4f3-0c49-404a-9af0-ec0188d3821a/?format=api"
            ],
            "name": "ROODESCHOOL",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        }
    ]
}