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=305
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=306",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=304",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29114/?format=api",
            "id": 29114,
            "code": "RG260",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.279136345219557,
                    52.40932908276932,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:31.083384Z",
            "created": "2021-12-21T10:30:46.484277Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b9450513-27dd-465f-a637-2c1d98ae6ba2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/188c9b38-1fda-4ab6-868d-d0fca941ff35/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e1e56402-3e7f-417f-9462-6384279a8ce4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0c28ba98-6639-441a-a038-37b77b91cd5b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2d9c9301-6179-4299-9c35-fccc51bd8a8e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ad351a7e-662d-44fa-b1d8-3de684b198b7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ed3507c8-832d-4c6f-91fd-3a1a7d718870/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dbcce25c-953e-4ec3-a49c-82f9844aebf5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0b848fb9-7c55-426a-88ea-31d40565b857/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bb345958-bde0-4a8d-a655-756adf28e93d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/378a0103-af58-497b-809d-e4ef5d5fc67a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8cf7b6f0-2181-4155-8f21-80f997f1e92e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a8714c9e-5ee7-4f3a-a43f-9065488f3193/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8af4f7b7-02f8-46d2-90c3-77be044c4a08/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Fluitweg",
            "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/29115/?format=api",
            "id": 29115,
            "code": "RG270",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.162829187639611,
                    52.3550275555362,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:31.364519Z",
            "created": "2021-12-21T10:30:57.496749Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c712bc84-a705-4881-9721-52458a4f69fc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0392244f-3247-4642-9bee-6b8278d22e67/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2596ab3d-e3df-4752-ab32-7c4967b95105/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1b1c63dd-f6f1-4095-84eb-832cf110b045/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d1dbe6a0-137a-4948-8f1f-7cc850e35d63/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b2a6fe41-acca-43d8-8b90-5e63c06b5378/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/957f5787-1cb3-4dc9-9677-2df47f9f5679/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cb16789d-140c-4a26-aa1a-3c8bac58e2f3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7d8993c0-9687-481a-90b3-78de1d0cef5b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/255d8e23-fb6e-4bfd-81cf-b8eb51ecd530/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/46f7643d-6480-4085-8ed1-b3178d02b5dd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/30b6bd20-70a0-4159-b9ea-7b77b58746cd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/11c79593-3141-47c1-9e2d-2710171f6cdc/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Almere Poort",
            "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/29116/?format=api",
            "id": 29116,
            "code": "RG210",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.223897742822831,
                    52.34928914957468,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:29.173315Z",
            "created": "2021-12-21T10:31:06.908849Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/dca5a5bb-8514-45f5-9d27-48d900a277e3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6f50836b-7763-4216-a515-7aef92753f3e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/922c69b2-793d-495e-8989-2ac13ae4d8a5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/efb4c789-5cff-4687-aac6-b0b5444cc2dc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eb173846-a4d1-4915-943a-dea90f20c22d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c1d2ffd0-5ff8-4c43-830c-87a5ee482bda/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/167c2aeb-c8f5-4a52-a706-73d60312b72f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/146b9013-415f-414a-9f40-6d7c92cfa0fe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/01cae619-f512-40a8-9eb5-453d823c8c93/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3c67fbcb-7fab-480d-866b-582120f704f3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e01df05e-b828-4ec2-a788-0cfcddb488eb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e93bc10d-84f0-405f-9627-6688c3625d90/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal De Steiger",
            "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/29117/?format=api",
            "id": 29117,
            "code": "RG230",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.246461391830131,
                    52.373369811362195,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:29.753543Z",
            "created": "2021-12-21T10:31:21.061130Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d6e0192d-0113-4b07-9f99-529680f23a6f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3ad1ebe0-b3ad-471d-aa8c-6a8679926ccf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/74d5b27c-0c24-4222-92e7-57c30cd334e1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a9b21e81-f915-43fc-8d09-5528a002b232/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c7cd7a57-0e1d-46f6-b729-3c1fd57d55fb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5cb8fbea-0269-4c14-860c-d0eac7796ff2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/144ea4b8-9a59-4405-874f-8c59a2e6e22a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/193d4edb-16f0-4821-8e63-921df77672bb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/edeb9d56-d57e-4eb1-be58-f80a6ae52c81/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b642df28-88c2-4c69-86eb-b140051cd2d8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9c24410e-2fed-4df9-a518-82b8b3f7b957/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Vleugelnootsingel",
            "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/29118/?format=api",
            "id": 29118,
            "code": "RG220",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.217304017309414,
                    52.38025382078233,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:29.465435Z",
            "created": "2021-12-21T10:31:33.693871Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0d93ec9d-2cd4-4f89-8eba-c534d2da738a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ba6b9591-590e-411a-884b-08c1d01881fb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eacad2ad-0f26-46eb-a60b-e55db62cf617/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/28fe350f-2de9-48cf-87a2-d9d0e20a2233/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2e5d9cc2-5be6-4290-8866-c6af4bdbffb2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7cdbcb92-0fef-418a-8604-4a104894574d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8abed882-9e93-40ea-a327-7120b46a4373/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6895f333-33a7-4e47-80d1-058cb73356da/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2ead7cbc-9424-4fa8-82ba-686c79af3fcb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b712d2c1-6f79-4d13-baf5-6e236a2b92cb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bc9ace9f-cacb-45ad-81f0-f69bf7e553ae/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Markerkant",
            "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/29119/?format=api",
            "id": 29119,
            "code": "RG235",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.261169119975369,
                    52.37499783594658,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:30.032783Z",
            "created": "2021-12-21T10:31:45.186795Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6f364f46-0830-4cd1-81b3-d8914926e447/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5bdcad86-ded7-4cb0-955b-4bf367e00f0c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b41c2f0b-74b5-4ae0-838a-2db53b6c1869/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2f54618c-de30-480e-b50f-ffbdba321915/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2b1b0d27-fedf-42d4-8cc7-63c5f37d3fb8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/20568c6c-3bc3-4298-83b3-081bf19762ae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d0d0b362-19fd-4501-b68f-d0a2f383259e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bad3de09-e4f9-41fb-9bb1-dbc9666a6246/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a1157821-ea47-41ff-8345-463df7ba7a81/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9cea74fe-ebae-4146-a817-f148b1e3e128/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7573600f-612e-4c38-aaee-21fc6650bab4/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Tussen de Vaarten",
            "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/29120/?format=api",
            "id": 29120,
            "code": "RG240",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.252876347969091,
                    52.409019140967516,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:30.538417Z",
            "created": "2021-12-21T10:31:58.498844Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f1884359-5d69-434b-8374-ee45af453665/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2ec4e938-8a28-4a01-8eb4-a9c8bf698b8b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ee08ce2e-6350-4b57-ba8f-dfa57c3e7a6c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/920495ab-00a9-49ac-97c0-be45aaff8477/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/29cf727f-a4a1-4335-a25f-b81432b2fc7f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5df3e040-5de6-4943-a770-4d4e5cfdb801/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/31b28ded-98ac-4634-b5bc-322b10d68bca/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/66843d83-a08e-4857-957f-d573acf3e186/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/758a136f-4984-4df9-9133-5b367e44f51c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d99626db-fdf3-4d9f-a120-0c413083c38c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fb896468-18ed-4c97-a2a1-1d7b6d5c9d9e/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Brugplein",
            "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/29121/?format=api",
            "id": 29121,
            "code": "RG250",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.267055034185357,
                    52.402065437802484,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:30.804019Z",
            "created": "2021-12-21T10:32:10.260468Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/db1a4d2f-07a0-4ff4-b187-d0ef24bcb0c4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bf05812c-899e-4a5c-a9a6-ddd4ce643a3c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b337e31e-ceeb-43af-b053-35c37d88b9a2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e43bb32c-c063-4524-b1cd-90f6cef91789/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6bef2735-df71-423d-8a98-e743ab33d3fd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ebae062e-8183-4667-85ff-33c7c76e4e09/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/72101a4a-f3db-4191-b311-4f45a4bd0d74/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0c904e87-1ddb-431a-be16-7f159d85c8d9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1f64f2dc-aef0-42ce-b7ea-9b0838d64ad8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4caaf9c7-1c56-471f-88bd-38bbf5c674b0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e9ac64e2-dfe8-4bde-af39-c971fa3ec529/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Poortmolenstraat",
            "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/29368/?format=api",
            "id": 29368,
            "code": "ZRG-IB-21686",
            "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.06248433134117,
                    52.64844918180203,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:22.645090Z",
            "created": "2022-02-11T07:10:26.170786Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/dceaaf92-3a0d-4a4b-90a5-1e4535570445/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/079c7e91-85c1-45ba-8efd-095ab42aa398/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9d33d2d4-7421-4017-be93-b38d24f20c23/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1a32d5b1-684c-4579-97d7-e619e6411fd0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8409411d-8cee-4dae-a3f5-53cdac259bb1/?format=api"
            ],
            "pumps": [],
            "type": "sewer",
            "name": "Rg. Johannes Poststraat",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 102.777777777778,
            "start_level": -1.0,
            "stop_level": -6.05,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29369/?format=api",
            "id": 29369,
            "code": "ZRG-IB-23605",
            "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.861210791003694,
                    52.6615794805693,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:22.709777Z",
            "created": "2022-02-11T07:10:26.247007Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/76d954c9-ceaf-41c1-8c95-8227da2c6c7c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d0acf926-894c-4db9-800e-988d1d366b96/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3526596a-df01-4d9f-8008-9148917de50d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ed490550-cceb-4185-a421-84e5d6209aa0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/058cd363-876b-4701-b996-24b205255e5e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/54ae379b-721f-4b58-999f-5bc890fa06a4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8fbd28a7-cba3-498f-b747-827a22045b30/?format=api"
            ],
            "pumps": [],
            "type": "sewer",
            "name": "Rg. De Draai Zuid",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 12.5,
            "start_level": -1.98,
            "stop_level": -8.9,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}