List assets of type Overflow

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

{
    "count": 550,
    "next": "https://demo.lizard.net/api/v4/overflows/?format=api&page=51",
    "previous": "https://demo.lizard.net/api/v4/overflows/?format=api&page=49",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/overflows/7997/?format=api",
            "id": 7997,
            "code": "MLH_Kuijperkadede",
            "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.77229036980279,
                    52.50451935593057,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:35:54.048466Z",
            "created": "2016-07-01T12:01:11.007133Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/753f5432-79b8-4f88-b47d-8a99cc7bb3d5/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.1,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/7998/?format=api",
            "id": 7998,
            "code": "MLH_Celebesstraat",
            "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.804871839138573,
                    52.48758046869047,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:36:24.782360Z",
            "created": "2016-07-01T12:01:11.022627Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ce727108-5fac-4ca3-9149-b22d870807f8/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.07,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/7999/?format=api",
            "id": 7999,
            "code": "MLH_Ruysdaelkade",
            "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.807091999153991,
                    52.48107537172574,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:38:35.677778Z",
            "created": "2016-07-01T12:01:11.030122Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0767bac0-755d-460a-a153-aac8090c9bc7/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.93,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/8000/?format=api",
            "id": 8000,
            "code": "MLH_OostIndischeKde",
            "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.803811103893365,
                    52.48317135555573,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:37:02.373695Z",
            "created": "2016-07-01T12:01:11.037484Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2b063f8e-e2a1-4cf5-9336-8fac9f77aae4/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.84,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/8001/?format=api",
            "id": 8001,
            "code": "MLH_Wandelweg",
            "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.803121379517633,
                    52.486349555378126,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:55:35.808201Z",
            "created": "2016-07-01T12:01:11.051417Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4b93cf03-1a2a-494b-88e4-b6dec70d9d88/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.3,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/8002/?format=api",
            "id": 8002,
            "code": "MLH_Billitonkade",
            "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.803663329674955,
                    52.485444480052394,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:39:23.508104Z",
            "created": "2016-07-01T12:01:11.106352Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/21584cd0-95f6-4fc5-aa9e-fe3fec0140cc/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.89,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/8003/?format=api",
            "id": 8003,
            "code": "MLH_Curacaostraat",
            "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.808031937217995,
                    52.48236518600209,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:36:11.073113Z",
            "created": "2016-07-01T12:01:11.122125Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/052fe8cc-84f3-47a4-bc86-31a3dd68613d/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.8,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/8004/?format=api",
            "id": 8004,
            "code": "MLH_Zuidersluissloot",
            "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.801869604958124,
                    52.48971371568361,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:37:28.190151Z",
            "created": "2016-07-01T12:01:11.159454Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e99be967-e083-4f96-9784-0a7aa6f9da3e/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.95,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/8005/?format=api",
            "id": 8005,
            "code": "MLH_WandelwegA",
            "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.800415327323125,
                    52.48724394221827,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:35:32.243572Z",
            "created": "2016-07-01T12:01:11.171546Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/82f97291-dc73-4f2c-9e9d-a6fd5bb7b59f/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.96,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/8006/?format=api",
            "id": 8006,
            "code": "MLH_WandelwegB",
            "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.797991877098605,
                    52.48791498282102,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:36:02.907916Z",
            "created": "2016-07-01T12:01:11.179876Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a63f6e68-534a-4675-a366-9dfbeff3f896/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.96,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        }
    ]
}