List assets of type Pump

Query parameters:

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.

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: by-organisation

Filter assets by organisation UUID. Pagination is enabled.

Examples:

?code=ABC_2123

?code__startswith=ABC

?created__gte=2017-01-01T00:00:00Z

?last_modified__lt=2018-01-01T00:00:00Z

/by-organisation/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/
GET /api/v4/pumps/?format=api&page=29
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 290,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/pumps/?format=api&page=28",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3773/?format=api",
            "id": 3773,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b94fc9b5-29c4-47f6-ac9a-f6e3c352ded8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/96788cd5-fefc-4215-b32a-3f0a241d86e8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0473fc55-bd16-475f-a4c7-2e84edaf298d/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/23599/?format=api",
            "name": "PAPEKOPPERDIJK_4390-K_PAPEKOPPERDIJK-pompvijzel1_aanvoer",
            "code": "KW439011",
            "type": "other",
            "serial": 1,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T11:36:31.237471Z",
            "created": "2025-06-13T11:36:31.237491Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3774/?format=api",
            "id": 3774,
            "timeseries": [],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/23600/?format=api",
            "name": "TEYLINGENWEG NOODPOMP_4397-K_TEYLINGENWEG NOODPOMP-pompvijzel1_afvoer",
            "code": "KW439711",
            "type": "other",
            "serial": 1,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T11:36:31.423454Z",
            "created": "2025-06-13T11:36:31.423467Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3775/?format=api",
            "id": 3775,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3cabd0b2-ca7f-4665-8d83-3fc7c1c3fc83/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/64390900-8f89-4fe3-b94e-e8e4fd413369/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9c991172-30bb-4bc1-906f-97c08428f064/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eed818f6-a601-4cfb-968d-1bbc8bc7124a/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20302/?format=api",
            "name": "DAALSEWEG_2153-K_DAALSEWEG-pompvijzel2_afvoer",
            "code": "KW215314",
            "type": "other",
            "serial": 4,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T12:37:17.779592Z",
            "created": "2025-06-13T12:37:17.779605Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3776/?format=api",
            "id": 3776,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/31824827-110b-443b-a5f0-188646595176/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7923452b-f181-450d-ba5f-1defff2de5ac/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a608f9be-fa02-48a6-a6d7-113bfaf9533c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b86c4461-5a3e-4da7-927c-3fe76735639a/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/23596/?format=api",
            "name": "HAARRIJN_2186-K_HAARRIJN-pompvijzel2_afvoer",
            "code": "KW218612",
            "type": "other",
            "serial": 2,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T12:37:17.980707Z",
            "created": "2025-06-13T12:37:17.980723Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3777/?format=api",
            "id": 3777,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/df2088b8-1531-40b8-a079-30272126ae53/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/905e8a06-152e-4787-8fff-2c8bea755d87/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/640e5226-5a7f-4f70-b111-64bd6ced8811/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/00c3bd4a-dc37-4a90-b2a9-943b05623d07/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20364/?format=api",
            "name": "OUD KAMERIK_4394-K_OUD KAMERIK GEMAAL-pompvijzel2_afvoer",
            "code": "KW439412",
            "type": "other",
            "serial": 2,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T12:37:18.166337Z",
            "created": "2025-06-13T12:37:18.166352Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3778/?format=api",
            "id": 3778,
            "timeseries": [],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/23601/?format=api",
            "name": "WAARDSEDIJK_4407-K_WAARDSEDIJK-pompvijzel2_afvoer",
            "code": "KW440712",
            "type": "other",
            "serial": 2,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T12:37:18.355382Z",
            "created": "2025-06-13T12:37:18.355403Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3779/?format=api",
            "id": 3779,
            "timeseries": [],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31299/?format=api",
            "name": "NOORD LINSCHOTEN_4408-K_NOORD LINSCHOTEN-pompvijzel2_afvoer",
            "code": "KW440812",
            "type": "other",
            "serial": 2,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T12:37:18.519743Z",
            "created": "2025-06-13T12:37:18.519756Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3780/?format=api",
            "id": 3780,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7b498bf7-ab4b-4e39-905e-5b7ed7c56d28/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d67cfbd2-3fd2-4db5-8f35-bac31e3d027f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4a591fc8-fca8-43f8-b85d-3713e3635683/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/923252ad-81ce-454d-beed-4e5f21f84db4/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20322/?format=api",
            "name": "WAAIERSLUIS_3236-K_WAAIERSLUIS-pompvijzel2_afvoer",
            "code": "KW323612",
            "type": "other",
            "serial": 2,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T12:37:18.685635Z",
            "created": "2025-06-13T12:37:18.685650Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3781/?format=api",
            "id": 3781,
            "timeseries": [],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20325/?format=api",
            "name": "HEESWIJK_3248-K_HEESWIJK-pompvijzel2_afvoer",
            "code": "KW324813",
            "type": "other",
            "serial": 3,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T12:37:18.878945Z",
            "created": "2025-06-13T12:37:18.878959Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3782/?format=api",
            "id": 3782,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/51411363-f4d0-427f-b4b0-26a756d33466/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bdc3af5e-008c-453d-a701-40c29c3903a0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0cdb4d4e-2f7e-4a3f-8346-032b573f9da3/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20348/?format=api",
            "name": "BARWOUTSWAARDER_4358-K_BARWOUTSWAARDER-pompvijzel2_afvoer",
            "code": "KW435813",
            "type": "other",
            "serial": 3,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T12:37:19.056040Z",
            "created": "2025-06-13T12:37:19.056053Z"
        }
    ]
}