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=6
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=7",
    "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/51/?format=api",
            "id": 51,
            "code": "06260",
            "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.18292781406026,
                    52.099018478979,
                    0.0
                ]
            },
            "last_modified": "2022-08-18T12:02:07.820166Z",
            "created": "2014-08-08T08:41:36.054198Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3d4ae2e0-1007-43c1-b013-f8454cb94883/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/71723b07-2b01-446d-b7fd-2ece674567c3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8b82d20c-a20f-4434-8eb0-0b0e63ae9ea1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c14747ab-e6eb-4967-9ce2-550e6ca22863/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b4d2aa04-2498-4590-b4cf-338ee958dc4b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b028aca9-8e04-4177-98b4-5bc5ca8368a0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/76922b7f-f9d2-43ea-9201-7d3ec047103f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8c3bffcf-b0b7-4550-a5a9-c5220c29fede/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e38b21bd-25dd-41ea-b060-e25a5b97e56f/?format=api"
            ],
            "name": "De Bilt",
            "station_type": "weather",
            "region": "AWS_EPS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/52/?format=api",
            "id": 52,
            "code": "06265",
            "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.282908293919827,
                    52.13235087031476,
                    0.0
                ]
            },
            "last_modified": "2020-11-30T14:31:00.401054Z",
            "created": "2014-08-08T08:41:36.075371Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fdd9ef5f-9172-4b52-91a2-b06e7c810d2d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2bf21919-5ebb-4c18-b8a1-4af6fc60c2bd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/222b92bf-ad4e-4392-9452-7535d538f414/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/159af3b8-f2d1-4dd5-bdb0-461a4ed536e6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4d35369f-022f-4ee2-8be8-8c7e28eebeb2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4ed3c32d-e29a-43da-ae2e-24b3dc64f012/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/13d797ee-ac6b-41bc-a79d-af42b162ba8b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ada09160-2739-4eec-81ca-cc0aeb71f585/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bcdbafc2-cde3-4a42-a31f-72f582ac8417/?format=api"
            ],
            "name": "Soesterberg",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/53/?format=api",
            "id": 53,
            "code": "06267",
            "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.382898221755306,
                    52.88225889275791,
                    0.0
                ]
            },
            "last_modified": "2020-11-19T12:22:23.694164Z",
            "created": "2014-08-08T08:41:36.099620Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/436f3e01-8c8b-4299-aecc-144b8314a9f5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d5c04ad1-d770-4172-9802-a8650173d1f5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eeddf2ab-eecc-4efc-9226-b95236c2d654/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8a828f5e-a724-4038-b9cf-6dc213ac61eb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/87d31162-cef5-4d9f-8d42-58b44f571c25/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/55432a80-ce0a-4c0f-bf5a-7b922f15ea01/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ee2e419a-c7a5-457e-94d3-f51199ad5872/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cf945bbf-da36-4b49-8431-511d00da1210/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7fc6758d-5c39-4d68-a618-93998a164d04/?format=api"
            ],
            "name": "Stavoren",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/54/?format=api",
            "id": 54,
            "code": "06269",
            "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.532873051568784,
                    52.44897981172222,
                    0.0
                ]
            },
            "last_modified": "2020-11-19T15:17:01.713187Z",
            "created": "2014-08-08T08:41:36.121214Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a537b4ce-7820-41ad-9dba-17290145814e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7aabe269-7497-4860-9796-7592e4a4f827/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f326610f-ea9b-4a64-b3c5-1a0a9aa1eff1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/021452f3-3b1b-46b0-b12d-189127dab49a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/60ab62bd-6aa2-41f2-afa4-a94bdbd0ddcd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e67f3587-bf97-46a3-8218-2eaca4d13de3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/54af50cd-91f6-4ccd-b6d2-47a2ea8c1ded/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9e130b93-e0ee-4d0d-b916-e970aac7cddf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/18fb67ba-231c-495e-afb4-4f1bbd37f1f8/?format=api"
            ],
            "name": "Lelystad",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/55/?format=api",
            "id": 55,
            "code": "06270",
            "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.766178900271953,
                    53.21555337008265,
                    0.0
                ]
            },
            "last_modified": "2020-11-19T14:38:15.614760Z",
            "created": "2014-08-08T08:41:36.142615Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7bc247c8-7259-4633-8268-c6fd7b9d8b75/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d044a307-d0b9-4524-a876-35cc68358d4f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/60564c60-53e7-4a34-92e7-499c95d97040/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ddd51685-a025-48a4-ab31-080e3932907e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/12f4fda9-9f4c-409d-9213-1d3e515f886b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6dc59f86-50b4-44e7-baeb-86447f53f61d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/29b139a2-80b0-4727-a921-95564a924cf1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2dbd5520-2d8b-4ee4-93d9-8f5d9eed506a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c35f136c-88f8-47bb-aadd-025a3044dcfb/?format=api"
            ],
            "name": "Leeuwarden",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/56/?format=api",
            "id": 56,
            "code": "06273",
            "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.882824000878918,
                    52.698949309887865,
                    0.0
                ]
            },
            "last_modified": "2020-11-19T14:56:01.026030Z",
            "created": "2014-08-08T08:41:36.165687Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/20f0e08f-8c9d-40e2-8557-043860553cf0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dcc8d424-fa96-48fc-84d3-f824891dcd8c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ddcb3b5b-8909-4543-9a4f-51f498bd44f2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d4bab8ce-07b2-4617-9506-d01ec9d03154/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d2099c44-3cc5-4002-877f-e487928d2b8e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/40c33760-2aa1-46ab-8766-72b136ddc960/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8b73ee6b-69f2-48e7-b9c3-bc55ce89bab8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b074fb81-eec5-497d-876d-5fc738119259/?format=api"
            ],
            "name": "Marknesse",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/57/?format=api",
            "id": 57,
            "code": "06275",
            "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.882820925057741,
                    52.06568709790454,
                    0.0
                ]
            },
            "last_modified": "2020-11-30T14:55:03.930110Z",
            "created": "2014-08-08T08:41:36.186747Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/450c7d99-0aed-4ac8-9565-5efbef09eb78/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c9dbebcd-d556-42d7-9f16-2d97817b3fdc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fec9086d-f926-41e4-8652-e38df20cf4fb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/384c377b-0e7d-4046-a21a-b7ef811b99bf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9d1e6b8f-30bf-4428-af1b-9ccf67f79f12/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a53d79b2-bca2-4f47-8eb1-61708983b9b9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/137614f5-eda1-4388-953a-129434a85e78/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d67b4747-5461-4c30-ae5f-63dc037ddfde/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7dfba0be-48cf-4d6d-93c9-96b4b86f934a/?format=api"
            ],
            "name": "Deelen",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/58/?format=api",
            "id": 58,
            "code": "06278",
            "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.266105982172992,
                    52.43230932515496,
                    0.0
                ]
            },
            "last_modified": "2020-11-30T14:55:18.197295Z",
            "created": "2014-08-08T08:41:36.206823Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a243a2d0-ae4d-4197-ab59-322342a2f1fa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5e4b93b3-36da-4b7b-ab57-1828881cc648/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/64feb0d4-150c-4120-97b7-03d18a9bfab0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7b371d5d-fe07-4bf6-a0d8-a591adc09027/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e702b82c-af42-47a4-8e12-e23b4e2e8f04/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d73c7ac0-ae9e-442b-95d7-dec47e0ecafd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/859217d2-1b20-45ba-921b-a718f0c543fb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/00034b5c-62e4-4493-b5ee-279cb1f89f77/?format=api"
            ],
            "name": "Heino",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/59/?format=api",
            "id": 59,
            "code": "06279",
            "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.516059462062226,
                    52.732274830235944,
                    0.0
                ]
            },
            "last_modified": "2020-11-30T14:55:29.396073Z",
            "created": "2014-08-08T08:41:36.222030Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/065d838f-953b-4aad-b1e2-1d81e7482f5d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d1a3d417-8cb4-454c-bc00-dc28c4ff9e7c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e5063b6a-9b80-4dc1-b4fd-645d71788ee7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bc2f1a16-8a40-4249-a840-0191bac0601c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/31020d5a-6764-46f8-b561-20bd1e460071/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/22a59be8-ed7d-48f1-a39e-c7b676492c06/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fd4e509a-c6f0-4717-9ad0-d5623b73c06a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3c665661-17c3-4317-a128-42b1de4ec716/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a92bb03c-6bf7-48ef-8d26-b93c6e32c227/?format=api"
            ],
            "name": "Hoogeveen",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/60/?format=api",
            "id": 60,
            "code": "06280",
            "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.58271979797885,
                    53.13222808455043,
                    0.0
                ]
            },
            "last_modified": "2020-11-30T14:55:38.486762Z",
            "created": "2014-08-08T08:41:36.233569Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fd75b635-fe1a-4c8b-92f1-7c1ce9892fc4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ce039509-8db9-4e73-aafb-7068d32c484c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/011d0dea-3ec5-4867-b94a-67ce912a450d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7c6ec3b4-82fe-4e92-9b1a-bf69994e1595/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b6827581-bde3-42f6-8b93-ef275ec564bf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/320c68eb-b165-44ee-82cd-b63f3ee9cc06/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0c08a17e-852c-4185-9666-9546d6ac52a7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d8066fcf-fe9d-4b8a-874e-4e6c3d872dd0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/403c2a95-6f73-4425-8892-1ce180931e8d/?format=api"
            ],
            "name": "Eelde",
            "station_type": "weather",
            "region": "AWS_EPS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        }
    ]
}