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

{
    "count": 3136,
    "next": "https://demo.lizard.net/api/v4/pumpstations/?page=3",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/4647/",
            "id": 4647,
            "code": "0_130001",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.853560328462478,
                    52.67302746370005,
                    0.0
                ]
            },
            "last_modified": "2024-10-16T13:09:56.132520Z",
            "created": "2014-10-06T15:37:14.011659Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "sewer",
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": 2,
            "allowed_flow_direction": null,
            "capacity": 31.3,
            "start_level": -6.75,
            "stop_level": -7.74,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/4648/",
            "id": 4648,
            "code": "0_140300",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.858242349597034,
                    52.671578078064826,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:27:05.556049Z",
            "created": "2014-10-06T15:37:14.030590Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "sewer",
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": 1,
            "allowed_flow_direction": null,
            "capacity": 6.94,
            "start_level": -6.03,
            "stop_level": -6.13,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/4649/",
            "id": 4649,
            "code": "0_311920",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.853051696578898,
                    52.6699884302356,
                    0.0
                ]
            },
            "last_modified": "2020-02-23T12:47:05.545093Z",
            "created": "2014-10-06T15:37:14.044988Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "sewer",
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": 1,
            "allowed_flow_direction": null,
            "capacity": 1.1,
            "start_level": -4.45,
            "stop_level": -5.43,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/4650/",
            "id": 4650,
            "code": "0_321901",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.849144394003113,
                    52.66430802526907,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:27:05.556049Z",
            "created": "2014-10-06T15:37:14.059488Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "sewer",
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": 1,
            "allowed_flow_direction": null,
            "capacity": 24.17,
            "start_level": -6.0,
            "stop_level": -6.22,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/4651/",
            "id": 4651,
            "code": "0_fBlp01",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.849154465796061,
                    52.66433053869334,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:27:05.556049Z",
            "created": "2014-10-06T15:37:14.075245Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "sewer",
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": 1,
            "allowed_flow_direction": null,
            "capacity": 7.78,
            "start_level": -5.1,
            "stop_level": -5.9,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/4652/",
            "id": 4652,
            "code": "0_710860",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.823519929552543,
                    52.67112565250646,
                    0.0
                ]
            },
            "last_modified": "2020-02-23T12:47:04.754321Z",
            "created": "2014-10-06T15:37:14.093548Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "sewer",
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": 1,
            "allowed_flow_direction": null,
            "capacity": 4.31,
            "start_level": -5.21,
            "stop_level": -6.11,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/4653/",
            "id": 4653,
            "code": "0_370530",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.849140119627563,
                    52.64858945388624,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:27:05.556049Z",
            "created": "2014-10-06T15:37:14.110744Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "sewer",
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": 1,
            "allowed_flow_direction": null,
            "capacity": 1.7,
            "start_level": -3.25,
            "stop_level": -3.45,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/4654/",
            "id": 4654,
            "code": "0_370566",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.853648486539408,
                    52.65552988765341,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:27:05.556049Z",
            "created": "2014-10-06T15:37:14.128086Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "sewer",
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": 1,
            "allowed_flow_direction": null,
            "capacity": 1.3,
            "start_level": -3.2,
            "stop_level": -3.45,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/4655/",
            "id": 4655,
            "code": "0_580051",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.817167277090886,
                    52.65435677474907,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:27:05.556049Z",
            "created": "2014-10-06T15:37:14.145084Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "sewer",
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": 1,
            "allowed_flow_direction": null,
            "capacity": 2.8,
            "start_level": -4.7,
            "stop_level": -4.9,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/4656/",
            "id": 4656,
            "code": "0_590261",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/3472c5c5-256c-461a-92de-02c7de7b2d20/",
                "uuid": "3472c5c5-256c-461a-92de-02c7de7b2d20",
                "name": "Dijk en Waard"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.813233730688694,
                    52.652054210736246,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:27:05.556049Z",
            "created": "2014-10-06T15:37:14.162805Z",
            "image_url": "",
            "timeseries": [],
            "pumps": [],
            "type": "sewer",
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": 1,
            "allowed_flow_direction": null,
            "capacity": 2.8,
            "start_level": -3.7,
            "stop_level": -3.95,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        }
    ]
}