Endpoint for interacting with locations.

Query parameters

uuid: Text filter on uuid. Field filter method exact is supported.

name: Text filter on name. Field filter methods exact, startswith are supported.

code: Text filter on code. Field filter methods exact, startswith are supported.

access_modifier Filter on access_modifier, options are 'Public', 'Private', 'Common', or 'Hidden'.

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.

timeseries__start: Temporal filter on start field of the related timeseries. Supports various lookup types (exact, lt, lte, gt, gte; timeseries__start__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

timeseries__end: Temporal filter on end field of the related timeseries. Supports various lookup types (exact, lt, lte, gt, gte; timeseries__end__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

organisation__uuid Text filter on organisation__uuid. Field filter method exact is supported.

geom_isnull: Boolean filter on geometry.

geom_within: Spatial filter on geometry. Supports WKT, HEXEWKB, and GeoJSON.

object_id: Number filter on the id attribute of an object. Field filter method exact is supported. To be used in combination with object_type.

object__id: Numerical filter on object__id. Field filter method exact is supported.

object__type: Text filter on object__type. Field filter methods exact is supported.

ordering: Offers basic ordering functionality on the name and last_modified attribute of locations. Orderings may be reversed by prefixing the attribute with '-'.

page: To prevent system overloads, list-view results are paginated. This parameter specifies which page to return.

page_size: The maximum number of results to return in list-view. The default is 10.

Examples

?name__startswith=gemaal

?name=gemaal

?code=ABC

?code__startswith=A

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

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

?organisation__uuid=b10eaf1f-2867-4ffb-8f4a-5eb9bd37dbf1

?access_modifier=Private

?access_modifier=100

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

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

?geom_isnull=false

?geom_within=POLYGON((4.87 52.73, 4.87 52.79, 4.98 52.79, 4.98 52.73,
4.87 52.73))

?geom_within={"type": "Polygon", "coordinates": [[[4.87, 52.73],
[4.87, 52.79], [4.98, 52.79], [4.98, 52.73], [4.87, 52.73]]]}

?object__id=1

?object__type=building

?ordering=name
GET /api/v4/locations/?format=api&page=5986
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 59876,
    "next": "https://demo.lizard.net/api/v4/locations/?format=api&page=5987",
    "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5985",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/312f79c9-f4ed-4421-af13-8bc15cd4f1c4/?format=api",
            "uuid": "312f79c9-f4ed-4421-af13-8bc15cd4f1c4",
            "name": "MEERKOETENTOCHT, einde kavelpad D24/D25",
            "code": "26EN-39910",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.483835773618928,
                    52.44421364153842,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2025-01-27T13:01:01.595831Z",
            "last_modified": "2025-01-28T06:00:04.834031Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/46478711-6ad8-4818-a71d-be0534f2e272/?format=api",
            "uuid": "46478711-6ad8-4818-a71d-be0534f2e272",
            "name": "MEERKOETENTOCHT, einde kavelpad D26, langs Zonnepark",
            "code": "26EN-39929",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.492055280128474,
                    52.44946429019177,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2025-01-27T13:01:01.595979Z",
            "last_modified": "2025-01-28T06:00:05.042634Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/ac46ae24-70c9-4907-b75b-abd74f9af387/?format=api",
            "uuid": "ac46ae24-70c9-4907-b75b-abd74f9af387",
            "name": "Slibontwateringsgebouw, Slibafvoer Beverwijk (Slibdroging)",
            "code": "800-W-2864",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.683202742018589,
                    52.68572066245304,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2025-01-29T07:21:02.530556Z",
            "last_modified": "2025-01-30T06:00:05.081235Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/f99524b3-b924-425c-b448-a1e0469b31a7/?format=api",
            "uuid": "f99524b3-b924-425c-b448-a1e0469b31a7",
            "name": "raster_storage_capacity alarm location",
            "code": "alarmlocation:47ce1861-908f-4aad-9f77-ae7cc1db57a6",
            "geometry": null,
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2025-02-01T00:00:25.961795Z",
            "last_modified": "2025-02-01T06:00:04.775881Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/dc863234-991a-487c-a6c7-b5539ca8b98d/?format=api",
            "uuid": "dc863234-991a-487c-a6c7-b5539ca8b98d",
            "name": "scenario_storage_capacity alarm location",
            "code": "alarmlocation:19898ae7-1c52-40fe-9d07-f16cb491ce61",
            "geometry": null,
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2025-02-01T00:00:26.072556Z",
            "last_modified": "2025-02-01T06:00:05.021231Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/89c33563-73b9-47e6-8789-1e2800d6822f/?format=api",
            "uuid": "89c33563-73b9-47e6-8789-1e2800d6822f",
            "name": "Stuw Steenwijkertocht 2, debiet",
            "code": "ST4891-FT",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.906874105390774,
                    52.71102495683533,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2025-02-03T21:28:17.776850Z",
            "last_modified": "2025-02-04T06:00:04.295442Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/0fe99d32-2665-4f47-a3fa-2ee9cf4f376b/?format=api",
            "uuid": "0fe99d32-2665-4f47-a3fa-2ee9cf4f376b",
            "name": "Stuw Steenwijkertocht 1, debiet",
            "code": "ST4817-FT",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.920084646092572,
                    52.71315935309364,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2025-02-03T21:28:17.776996Z",
            "last_modified": "2025-02-04T06:00:04.374461Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/d5641da4-3d24-46e7-b866-5053130eaacc/?format=api",
            "uuid": "d5641da4-3d24-46e7-b866-5053130eaacc",
            "name": "Groundwater station 1",
            "code": "BR99",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.683839188453384,
                    52.49446759721568,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2025-02-06T11:05:51.439063Z",
            "last_modified": "2025-02-06T11:05:51.439044Z",
            "last_modified_by": "zina.janssen"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/74b63f5d-7ad8-455b-bcdc-edda36d27fdc/?format=api",
            "uuid": "74b63f5d-7ad8-455b-bcdc-edda36d27fdc",
            "name": "DRONTERMEERDIJK, hmp 4.8, benedenbeloop, freatisch",
            "code": "20CZ-096-04",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.849302620527686,
                    52.50204886818981,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.321575Z",
            "last_modified": "2025-02-22T06:00:03.722377Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/b29c9931-84e8-4207-89b4-99fd721a1c7d/?format=api",
            "uuid": "b29c9931-84e8-4207-89b4-99fd721a1c7d",
            "name": "BREMERBERGDIJK, hmp 14.0, buitenkruin, freatisch",
            "code": "27AN-079-01",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.781755027973814,
                    52.43194791192031,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2025-02-21T06:20:50.321726Z",
            "last_modified": "2025-02-22T06:00:03.820281Z",
            "last_modified_by": "sa_zuiderzeeland"
        }
    ]
}