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=17
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=18",
    "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=16",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/161/?format=api",
            "id": 161,
            "code": "236",
            "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.105762872250547,
                    52.75699496988042,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:44:01.021960Z",
            "created": "2014-08-08T08:41:37.847115Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e8fcfe14-94d5-4529-aff0-565916029608/?format=api"
            ],
            "name": "MEDEMBLIK",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/162/?format=api",
            "id": 162,
            "code": "238",
            "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.941547080223734,
                    52.88230820406898,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:11.859915Z",
            "created": "2014-08-08T08:41:37.862129Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/aea0864f-89d8-435b-8fbc-51a217c17fab/?format=api"
            ],
            "name": "DE HAUKES",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/163/?format=api",
            "id": 163,
            "code": "239",
            "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.030309994604726,
                    52.92753890619224,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:41:47.206718Z",
            "created": "2014-08-08T08:41:37.878016Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/19eade25-4d81-444c-8be4-c4e72433292a/?format=api"
            ],
            "name": "DEN OEVER",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/164/?format=api",
            "id": 164,
            "code": "240",
            "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.090219866423462,
                    52.86479748537697,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:44:26.589919Z",
            "created": "2014-08-08T08:41:37.894474Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fee8e43f-c706-4c3d-a2c0-fa071ae3178e/?format=api"
            ],
            "name": "KREILEROORD",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/165/?format=api",
            "id": 165,
            "code": "242",
            "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.94526913354247,
                    52.51385471933798,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:01.335352Z",
            "created": "2014-08-08T08:41:37.910206Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a88c6227-bc0d-48c6-9745-3ff599fc4259/?format=api"
            ],
            "name": "PURMEREND",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/166/?format=api",
            "id": 166,
            "code": "249",
            "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.165376944878899,
                    52.685225840137576,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:43:50.356842Z",
            "created": "2014-08-08T08:41:37.924447Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/decbe9c7-3fe9-4237-ae86-105ff22d929c/?format=api"
            ],
            "name": "HOOGKARSPEL",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/167/?format=api",
            "id": 167,
            "code": "251",
            "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.900284298493232,
                    52.585577565519486,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:16.453383Z",
            "created": "2014-08-08T08:41:37.941296Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5eb9acec-f42e-46c6-96b4-5df94f20f9fd/?format=api"
            ],
            "name": "WEST BEEMSTER",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/168/?format=api",
            "id": 168,
            "code": "252",
            "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.897988579736635,
                    52.79227052228609,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:41.980860Z",
            "created": "2014-08-08T08:41:37.956127Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/931bc849-41eb-4c83-a3db-b96a72934c1e/?format=api"
            ],
            "name": "KOLHORN",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/169/?format=api",
            "id": 169,
            "code": "255",
            "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.884504405587372,
                    52.67538384221445,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:42:19.320445Z",
            "created": "2014-08-08T08:41:37.972478Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/62997437-3a51-4592-a3a8-ff2de9df08ab/?format=api"
            ],
            "name": "OBDAM",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        },
        {
            "url": "https://demo.lizard.net/api/v4/measuringstations/170/?format=api",
            "id": 170,
            "code": "256",
            "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.122364152321478,
                    52.46045767491545,
                    0.0
                ]
            },
            "last_modified": "2020-10-23T11:41:55.149382Z",
            "created": "2014-08-08T08:41:37.987306Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2ab35e5f-6d1a-4f6c-9638-3bba6c6c9186/?format=api"
            ],
            "name": "MARKEN",
            "station_type": "weather",
            "region": "STN",
            "category": "KNMI-STN",
            "frequency": "Dagelijks"
        }
    ]
}