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=19
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=20",
    "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=18",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/181/?format=api",
            "id": 181,
            "code": "332",
            "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.467566837888276,
                    52.716475367228,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:44:20.609248Z",
            "created": "2014-08-08T08:41:38.142543Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fc35e054-c7b5-4eb6-884d-87f1003dfde3/?format=api"
            ],
            "name": "HOOGEVEEN",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/182/?format=api",
            "id": 182,
            "code": "333",
            "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.884287548075139,
                    52.78386729988505,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:29.703725Z",
            "created": "2014-08-08T08:41:38.154738Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7f9a4132-a7af-46b7-ab31-8e3a1267a787/?format=api"
            ],
            "name": "EMMEN",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/183/?format=api",
            "id": 183,
            "code": "335",
            "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.94755570512629,
                    52.55829028472029,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:15.467289Z",
            "created": "2014-08-08T08:41:38.169524Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/59ce7411-2914-4725-b77c-3a35be0da234/?format=api"
            ],
            "name": "IJSSELMUIDEN",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/184/?format=api",
            "id": 184,
            "code": "336",
            "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.916017774653715,
                    52.38767175038101,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:16.326638Z",
            "created": "2014-08-08T08:41:38.183639Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5dc287c3-00c1-4d62-b758-43b280c254ad/?format=api"
            ],
            "name": "OLDEBROEK",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/185/?format=api",
            "id": 185,
            "code": "337",
            "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.709994534955452,
                    52.902769114469635,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:22.553129Z",
            "created": "2014-08-08T08:41:38.192209Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bf2471dd-8c6b-4ded-83b6-46223fab85ea/?format=api"
            ],
            "name": "SCHOONLOO",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/186/?format=api",
            "id": 186,
            "code": "338",
            "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.068016291930176,
                    52.719431980872145,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:16.350666Z",
            "created": "2014-08-08T08:41:38.205491Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5d801b35-53a8-4c7f-be60-3d12731a603f/?format=api"
            ],
            "name": "GIETHOORN",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/187/?format=api",
            "id": 187,
            "code": "339",
            "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.567038098691118,
                    52.562736948998214,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:15.268934Z",
            "created": "2014-08-08T08:41:38.217962Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b604f83a-b1e4-4e8f-8489-aae2ac86ab26/?format=api"
            ],
            "name": "RHEEZERVEEN",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/188/?format=api",
            "id": 188,
            "code": "340",
            "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.269601879029186,
                    52.43949164025328,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:47.099451Z",
            "created": "2014-08-08T08:41:38.235821Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9c3bcada-a42d-410b-93b4-97758a2578ce/?format=api"
            ],
            "name": "HEINO",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/189/?format=api",
            "id": 189,
            "code": "341",
            "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.736380178031133,
                    52.79462201703052,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:45.470586Z",
            "created": "2014-08-08T08:41:38.250167Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d6ca7de1-bc7f-4e4b-a4c8-1396e536350a/?format=api"
            ],
            "name": "ZWEELOO",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/190/?format=api",
            "id": 190,
            "code": "342",
            "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.359805994669931,
                    52.52866461407096,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:44.661725Z",
            "created": "2014-08-08T08:41:38.259070Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9bb31112-cde3-44fa-bcec-40354b8af4ba/?format=api"
            ],
            "name": "VILSTEREN",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        }
    ]
}