List assets of type PumpStation

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/pumpstations/?format=api&page=41
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3136,
    "next": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=42",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=40",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7316/?format=api",
            "id": 7316,
            "code": "KGM-JF-12",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.955679848512736,
                    52.66371864962964,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:12.409665Z",
            "created": "2014-10-22T09:03:07.455833Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c890def2-b455-4762-a20c-cacec01995cc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a8ea1f4c-2e6f-41a7-a1d7-8c28e9450482/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b45a6777-a394-4994-859d-024070ba21f8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bbc491f5-688a-4dda-aff3-c40dc219a089/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/349a88cc-6da2-44f7-8c8f-94cce19ef232/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/66a9a5c1-d60d-46c7-aed6-9404c9a4291e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/48d9bc98-07b6-4a8f-844d-629167c168cf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/585dbecf-b3d3-4612-a8c4-0e9260f87519/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7eb04af6-32bf-40d9-ad77-d648848c306d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4e385790-27d4-43aa-9369-540df1ba543b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Koggeweg West",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7319/?format=api",
            "id": 7319,
            "code": "KGM-A-935",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.988179876944256,
                    52.75138044791744,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:17:28.892480Z",
            "created": "2014-10-22T09:03:07.485684Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/350488eb-8340-482d-96b4-abe5d9c3ea44/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b9e67c67-da60-4134-9225-07793f569880/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5346d2d5-4bd8-42d7-9e74-4dc75f0efb67/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d99303c0-195a-43fe-90b5-298097af3d6e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/06f229fc-cde8-48cc-bbc0-609116946808/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/55705325-317c-4332-a2cc-3dc9d069292d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7a63b562-b4c8-4f08-9cd8-cde85315fc1c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c293d13d-68dd-4408-a729-a6663840e350/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/91167888-3def-4dcb-9101-ad156843138b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Kolk van Dussen",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 173.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7321/?format=api",
            "id": 7321,
            "code": "KGM-JF-20",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.242553556545137,
                    52.67969173294235,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:11.741536Z",
            "created": "2014-10-22T09:03:07.505460Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/02a434e8-6b31-4336-9aa9-d597f135fc65/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/040fe033-c069-4f2b-a6bf-2f27aa5c1278/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8a697fbe-6317-4284-84d1-e1b5c0a4eaa5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/54debc36-0be1-40ca-b8e7-ebbfba7e8a12/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bdef95fd-5c59-45dc-a129-a786f853f465/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/efa5a70e-1774-4351-92c6-dcfdbf7ecf34/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Buurtje",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 17.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7322/?format=api",
            "id": 7322,
            "code": "KGM-A-2334",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.989028979101465,
                    52.70876194796969,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:09.849768Z",
            "created": "2014-10-22T09:03:07.515891Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0220cc09-b3a5-46f8-8735-8c225202624a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8ad1ad12-edc4-48f3-bd30-91bc8697fb06/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Westerstraat 56",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7323/?format=api",
            "id": 7323,
            "code": "KGM-JG-84",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.794273431067234,
                    52.49371326180955,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:21:00.175927Z",
            "created": "2014-10-22T09:03:07.527656Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6b2919b4-68f4-43e3-8249-192904997d47/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1b66f94a-abae-45dd-86bb-094161e3f6af/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/82ca04dc-fa5a-41b9-bb56-3b001b94ad3e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1cc93235-9e3a-4b25-961b-7f9ccaa4e563/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/821bd876-17a1-402c-b199-e566622ccf0b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Veerdijk Zuid",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 83.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7324/?format=api",
            "id": 7324,
            "code": "KGM-JF-26",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.772170339122347,
                    52.66830619903427,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:32.554997Z",
            "created": "2014-10-22T09:03:07.537730Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5576341f-f8b9-4bb1-b45f-d57fc2d47b22/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ab9059af-a2a4-4e69-87f7-5047d149e189/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5044c08c-0c6c-417a-b43f-0614db598e22/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3a33f93f-6461-4527-b9e9-9cfe278ac58a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/553f83b8-958e-4b44-a5e1-5a904bfa3ed5/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Aletta Jacobsstraat",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7328/?format=api",
            "id": 7328,
            "code": "KGM-A-950",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.816501152126447,
                    52.80567084901795,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:04.057147Z",
            "created": "2014-10-22T09:03:07.578299Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c692f012-037f-4aa0-b217-5aceb9179387/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e28e3108-fe7c-485c-951d-21baa00341f1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0c8fbe0a-c26c-4926-b7d8-e919148a5a69/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f97c08ff-db82-4dd1-8427-38406cbd5625/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/15b4c560-05d7-4bf2-bb1c-0b5d5df8b211/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Rietbos",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 107.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7333/?format=api",
            "id": 7333,
            "code": "KGM-A-920",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.898743093886061,
                    52.76083468584133,
                    0.0
                ]
            },
            "last_modified": "2022-01-17T08:19:21.888402Z",
            "created": "2014-10-22T09:03:07.630536Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ceaf6b29-c06f-428b-b814-7964f2a0c335/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0131af43-5c39-437a-8e2f-6eff413d3107/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Gemaal Hartweg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7335/?format=api",
            "id": 7335,
            "code": "KGM-A-963",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.8100914473225,
                    52.77247412122058,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:21.977354Z",
            "created": "2014-10-22T09:03:07.651805Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5663ac94-90fa-458c-a71f-2fd20fa7244a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f55c0922-ebb1-4326-b5f5-d81356b5c6a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/659ccbad-2530-4010-9e19-6d136cc4e5d3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/25ba3fef-37c3-4694-99ec-27a690414c02/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/92ffa8c4-fa3e-4d8d-83cb-baaa4163fdb0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c3b80302-ffc0-41d3-b7d4-843e3bbc594a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3409d871-16ac-4857-8c4b-832e69962150/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/43333507-9459-4375-b40d-263e9676dac5/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Muggenburg",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 33.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/7337/?format=api",
            "id": 7337,
            "code": "KGM-A-2335",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.988630621010695,
                    52.7094356712036,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:10.048201Z",
            "created": "2014-10-22T09:03:07.675409Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f8539cec-a0a3-45d6-9077-ca5605c87d43/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c5b556f4-1e3f-49a5-a5a7-d3542bd0651d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7d898ddd-26ce-4161-b530-210887bac07e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6dd0b9ef-eef9-4806-8595-b0a75600fa55/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b1b2f3c5-0486-474b-ad1a-31f923db8e26/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Westerstraat 52",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}