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=7
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=8",
    "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=6",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/61/?format=api",
            "id": 61,
            "code": "06283",
            "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.649378010201647,
                    52.065691880862644,
                    0.0
                ]
            },
            "last_modified": "2020-11-30T14:55:47.947465Z",
            "created": "2014-08-08T08:41:36.248249Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cfabb8a9-df2c-436f-afd7-a73ce007c216/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/da483076-eb6e-4d07-80e4-08cbab80f193/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/60a5521b-5a39-4700-ab1c-8749e7535a05/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/89161573-ecf6-43c0-bfa1-5254ec062043/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a32997ad-be13-4cca-94ba-5cf93a1cddcc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8291cecf-e1f6-4075-8a32-16d1be969dcf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e69023ff-beb0-4472-af92-397aeebbf25f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6e4cea94-6557-460f-baf1-906827df4fcf/?format=api"
            ],
            "name": "Hupsel",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/62/?format=api",
            "id": 62,
            "code": "06286",
            "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.149307239368759,
                    53.19888783170058,
                    0.0
                ]
            },
            "last_modified": "2020-11-30T14:55:59.031719Z",
            "created": "2014-08-08T08:41:36.264539Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c00b3eee-0080-403a-adcd-c2c032979cce/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8546a44e-557f-4d34-824f-1b72956d3e24/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/59c4312c-510e-41ef-bde0-97ae21b0b95e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cb7a173f-a373-4f6a-bbf4-5ebf18740ca1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ee75bb6b-ecef-4611-b5ac-4a358ee5a58d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/acd609c8-cea6-48e2-9f3a-1462b282b428/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ba9e9421-080d-4366-8fb4-758c3cc8cb54/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fc9f09c2-aaad-490f-93f0-9c45d2ebdebe/?format=api"
            ],
            "name": "Nieuw Beerta",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/63/?format=api",
            "id": 63,
            "code": "06290",
            "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.899336132253039,
                    52.26566239804692,
                    0.0
                ]
            },
            "last_modified": "2020-11-30T14:56:09.786698Z",
            "created": "2014-08-08T08:41:36.282521Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/492b08ca-08e9-40bc-ad33-11a2646ed414/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d178a777-894e-4d24-9450-35ceee5cdd93/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2e557762-5a29-4784-9847-1f86794a4dac/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e89c7090-257d-451d-977c-f895634e95a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/31e7b34f-e212-46e6-a77e-d0f36bdc4ceb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/225756c4-edd2-4c3b-ae29-e8f81a0ab78e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f26456ca-063f-490a-ba25-73b8f00f93bb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1c48a753-b858-45d1-9e96-b893f0a35fb0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7f78ce34-8ef2-4af6-b2ea-27e93557be6c/?format=api"
            ],
            "name": "Twenthe",
            "station_type": "weather",
            "region": "AWS_EPS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/64/?format=api",
            "id": 64,
            "code": "06310",
            "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": [
                    3.599818507630093,
                    51.449102543518045,
                    0.0
                ]
            },
            "last_modified": "2020-11-30T14:56:19.845475Z",
            "created": "2014-08-08T08:41:36.298008Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/619aeced-b884-4398-9456-87d2ab320e6e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fba2082b-12cd-4839-a17f-2e49b10c0d69/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a00aee1c-5f02-4f75-b325-3c47346d6c3a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c256d051-4db4-4a2b-bf05-67ae579f159c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7068fc27-fe65-452d-9bc5-f8b6bf9a922e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5a7279e7-4353-4638-a456-e2046f16c68b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/42f7f52a-eaf8-450f-b8ea-a4c394c00d7b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/db96a62a-e4e1-4ac0-9c9d-7350f66c9ec3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/410379a2-f06a-4342-a611-d68c134b6234/?format=api"
            ],
            "name": "Vlissingen",
            "station_type": "weather",
            "region": "AWS_EPS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/65/?format=api",
            "id": 65,
            "code": "06315",
            "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": [
                    3.999759160133702,
                    51.44909624409665,
                    0.0
                ]
            },
            "last_modified": "2020-11-30T14:56:25.093243Z",
            "created": "2014-08-08T08:41:36.313881Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c023fb22-4464-4e99-ab3c-28256be27561/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4e5650f1-8625-4eb0-92ec-bfa7cd2b76bd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/85dcdd4e-ebb8-481a-b027-cc0f24caab90/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b979f622-a802-4bad-9e7d-10447d266009/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f29e5d05-e679-402b-9668-46edd4e3599d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f102233f-9eb5-48f6-97df-5d1a615c7690/?format=api"
            ],
            "name": "Hansweert",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/66/?format=api",
            "id": 66,
            "code": "06319",
            "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": [
                    3.833113047780399,
                    51.232455066607464,
                    0.0
                ]
            },
            "last_modified": "2020-11-30T14:56:34.751563Z",
            "created": "2014-08-08T08:41:36.330375Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bf62934e-0fad-47d6-983c-982a1c3dd740/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/252107ff-983b-4141-9672-5da3f50f1791/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/02518579-3b79-43e5-91f5-a7303de8f6ef/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6818c97c-1a47-48a4-8fe9-30ca8bd6445a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/27d8f384-fe9f-4eb0-83d4-87e49e12bf76/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fad92818-8a01-4c09-852b-5f06a2a94293/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d71c3a16-338d-4bd7-98a3-dd42b2b380e3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/46b8a8e2-e334-4169-b983-3061935fec14/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8d049d36-341d-4e3e-b65e-a6396f6dde68/?format=api"
            ],
            "name": "Westdorpe",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/67/?format=api",
            "id": 67,
            "code": "06323",
            "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": [
                    3.899778193687664,
                    51.5324237925989,
                    0.0
                ]
            },
            "last_modified": "2020-11-30T14:56:43.460593Z",
            "created": "2014-08-08T08:41:36.347929Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e6dac562-a2cd-4441-9442-2015540a2770/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c6818976-ccd7-44d5-8c50-376f68bee461/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a6f72892-b880-4dc0-8786-9771c533c56f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/82d1fb0c-a08a-4485-aa22-94bd061e0105/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b6c999b4-22cf-44f0-b6f2-00a791c0ff29/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f66a3b2e-7327-4198-8ae4-4d2829388da3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/177ef926-4075-41f5-8acc-c39629ba3f53/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ee3a866c-c95a-4018-af89-d0f3f30233b5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0dffc97c-b535-44fd-9641-87b2b6472c62/?format=api"
            ],
            "name": "Wilhelminadorp",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/68/?format=api",
            "id": 68,
            "code": "06330",
            "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.09975775384263,
                    51.98236264900718,
                    0.0
                ]
            },
            "last_modified": "2020-11-19T16:09:23.244020Z",
            "created": "2014-08-08T08:41:36.362786Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/59a0179a-7a04-4e1d-b5c4-199d64382d5c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/62524342-297b-4015-9ce0-f91e81905411/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e69586d9-32cd-4611-bb6c-f37614c0ec56/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/38fc567a-e434-4d32-9b5d-1da6572398a5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5f88b83e-3408-4a49-8373-6306a835d9f3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8071fec2-51dc-463a-8b75-fad16e463a76/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/651d7dfb-c90c-4f31-b9d3-07716632c7b4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/20d39caf-b054-4024-a79f-015a3d08691d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/42a898f4-1dc7-4988-93e3-2d65ceb34df2/?format=api"
            ],
            "name": "Hoek van Holland",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/69/?format=api",
            "id": 69,
            "code": "06340",
            "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.333046873057776,
                    51.449095436687784,
                    0.0
                ]
            },
            "last_modified": "2020-11-30T14:56:51.413943Z",
            "created": "2014-08-08T08:41:36.379165Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/822c85e2-9409-4c4f-86c1-2b82caa4a285/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/533de21b-4d44-4f52-85f3-b9369cbafea5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/03de4458-2c1a-4c39-8ce0-8e79048b7a92/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7451cc6d-7312-4949-9da2-db207cd2a0b4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3f992562-037d-492e-8067-d5486ace25ee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d6878a76-b312-48de-8ff2-346a91781472/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b6d25772-ce30-41dd-a782-afb7d1f6fb5c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4cb22370-2474-4b2d-8a5a-d9717283fff5/?format=api"
            ],
            "name": "Woensdrecht",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/70/?format=api",
            "id": 70,
            "code": "06343",
            "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.316387833596414,
                    51.88237488004403,
                    0.0
                ]
            },
            "last_modified": "2020-11-30T14:56:57.251965Z",
            "created": "2014-08-08T08:41:36.395920Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/cb6455da-c31f-457c-920a-1abc33ff8c49/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/24bb104f-d2cc-4688-953a-caaf2c6afa6e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/388d1ff7-cc28-483c-aa0a-8759fdaeb449/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8f5289b6-4c5c-485d-8efe-b9d3e7edc1d3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/be9a12c2-e1ee-42c5-88a9-f60d86ce7a19/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2bfd0c67-d817-4624-a98e-0e33c99f8d7c/?format=api"
            ],
            "name": "Rotterdam Geulhaven",
            "station_type": "weather",
            "region": "AWS",
            "category": "KNMI-AWS",
            "frequency": "Uurlijks"
        }
    ]
}