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=24
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=25",
    "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=23",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/231/?format=api",
            "id": 231,
            "code": "456",
            "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": [
                    4.093868253205454,
                    51.905377378533416,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:41:58.268231Z",
            "created": "2014-08-08T08:41:38.794603Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/35aa5e4e-4db7-4d7e-8974-ffd8631796c8/?format=api"
            ],
            "name": "OOSTVOORNE",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/232/?format=api",
            "id": 232,
            "code": "458",
            "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": [
                    4.772005123731953,
                    52.26142574075549,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:21.733536Z",
            "created": "2014-08-08T08:41:38.803543Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6bb8400a-1649-4114-aedb-602c511975fe/?format=api"
            ],
            "name": "AALSMEER",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/233/?format=api",
            "id": 233,
            "code": "459",
            "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": [
                    4.676643813928942,
                    51.81147147454891,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:41:28.898671Z",
            "created": "2014-08-08T08:41:38.815676Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0002952e-52d4-4fc7-9414-deeefe5ae37e/?format=api"
            ],
            "name": "DORDRECHT",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/234/?format=api",
            "id": 234,
            "code": "461",
            "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": [
                    4.545306186816193,
                    51.85554653711452,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:49.157594Z",
            "created": "2014-08-08T08:41:38.828686Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/dd0a73a0-4d72-4a6c-a3cf-c2279a597c69/?format=api"
            ],
            "name": "BARENDRECHT",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/235/?format=api",
            "id": 235,
            "code": "462",
            "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": [
                    4.083767094583922,
                    51.752446719974124,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:45.874279Z",
            "created": "2014-08-08T08:41:38.839052Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9bc7d061-5105-4abf-a8d5-1dac9c9dec7c/?format=api"
            ],
            "name": "DIRKSLAND",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/236/?format=api",
            "id": 236,
            "code": "463",
            "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": [
                    4.124943221645393,
                    51.833801318275555,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:41:54.396820Z",
            "created": "2014-08-08T08:41:38.852385Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/250b43d2-5bf4-4362-a77c-74840d01206a/?format=api"
            ],
            "name": "NIEUW HELVOET",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/237/?format=api",
            "id": 237,
            "code": "464",
            "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": [
                    4.152229303056804,
                    51.897016091575956,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:16.338625Z",
            "created": "2014-08-08T08:41:38.865205Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5d101c11-4b36-40bb-b301-d234dccc71bc/?format=api"
            ],
            "name": "BRIELLE",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/238/?format=api",
            "id": 238,
            "code": "465",
            "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": [
                    4.690449398690232,
                    51.856497431317514,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:27.828981Z",
            "created": "2014-08-08T08:41:38.876133Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c4a81e75-c35b-42b1-8c54-03ca078d6367/?format=api"
            ],
            "name": "OUD ALBLAS",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/239/?format=api",
            "id": 239,
            "code": "466",
            "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": [
                    4.393619531709344,
                    52.15098890613205,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:22.434829Z",
            "created": "2014-08-08T08:41:38.886595Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bededf8d-f2bb-4988-83a8-119e6e957011/?format=api"
            ],
            "name": "WASSE AR",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/240/?format=api",
            "id": 240,
            "code": "467",
            "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": [
                    4.385657639852629,
                    51.85429333533364,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:13.239134Z",
            "created": "2014-08-08T08:41:38.898139Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b0cf17bf-d139-4654-bb1a-b357c7b3e3a2/?format=api"
            ],
            "name": "POORTUGAAL",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        }
    ]
}