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=37
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=38",
    "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=36",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/361/?format=api",
            "id": 361,
            "code": "883",
            "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.01946665997243,
                    51.39843333687437,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:58.254041Z",
            "created": "2014-08-08T08:41:40.419745Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e7742294-541a-4600-b575-32fb0eb29af5/?format=api"
            ],
            "name": "SEVENUM",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/362/?format=api",
            "id": 362,
            "code": "892",
            "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": [
                    5.155958502440828,
                    51.660590425655045,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:14.117114Z",
            "created": "2014-08-08T08:41:40.434547Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/54023200-eb34-4310-a1e4-1ca2d75a468e/?format=api"
            ],
            "name": "GIERSBERGEN",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/363/?format=api",
            "id": 363,
            "code": "896",
            "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": [
                    5.617530275356024,
                    51.480819178346685,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:50.784366Z",
            "created": "2014-08-08T08:41:40.447374Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e14c9b58-f58d-4df8-8bf4-545c417f56d1/?format=api"
            ],
            "name": "HELMOND",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/364/?format=api",
            "id": 364,
            "code": "897",
            "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.191096409547156,
                    51.35243051586903,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:35.011420Z",
            "created": "2014-08-08T08:41:40.458571Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ccac9d7b-1a27-4725-b1c3-b8fed1bdbf3e/?format=api"
            ],
            "name": "VENLO",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/365/?format=api",
            "id": 365,
            "code": "899",
            "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": [
                    5.675510857013824,
                    51.543611056108446,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:41:38.226803Z",
            "created": "2014-08-08T08:41:40.466777Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0d595743-ddb9-4238-9aa0-2577f2f4f07e/?format=api"
            ],
            "name": "GEMERT",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/366/?format=api",
            "id": 366,
            "code": "901",
            "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": [
                    5.416147673666106,
                    51.72373433372374,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:19.906914Z",
            "created": "2014-08-08T08:41:40.482570Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bc4a11d5-ecd6-44a4-8965-90630b1652c1/?format=api"
            ],
            "name": "NULAND",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/367/?format=api",
            "id": 367,
            "code": "902",
            "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": [
                    5.473455348265536,
                    51.4180940252702,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:54.972662Z",
            "created": "2014-08-08T08:41:40.490952Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a41f5ea8-9e53-4bca-96fc-b7386aaa8677/?format=api"
            ],
            "name": "EINDHOVEN",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/368/?format=api",
            "id": 368,
            "code": "903",
            "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": [
                    5.561257308254244,
                    51.82248116422595,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:41:38.844262Z",
            "created": "2014-08-08T08:41:40.505490Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0d836684-38cd-4d1b-97b6-2b7ae9700fb6/?format=api"
            ],
            "name": "MEGEN",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/369/?format=api",
            "id": 369,
            "code": "904",
            "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": [
                    5.703278267387738,
                    51.39073100724136,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:35.692508Z",
            "created": "2014-08-08T08:41:40.518554Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cd08db18-7675-433a-bb34-b01c97834e65/?format=api"
            ],
            "name": "SOMEREN",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/370/?format=api",
            "id": 370,
            "code": "905",
            "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": [
                    5.878294236378684,
                    51.63282162534231,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:41:49.442112Z",
            "created": "2014-08-08T08:41:40.529804Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/1da3a2ca-4bef-42de-85f5-0f64c6ecc1fc/?format=api"
            ],
            "name": "ST ANTHONIS",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        }
    ]
}