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=5987
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=5988",
    "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5986",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/417bb24b-8958-48e4-97a1-a2bbb736dc1b/?format=api",
            "uuid": "417bb24b-8958-48e4-97a1-a2bbb736dc1b",
            "name": "BREMERBERGDIJK, hmp 14.0, binnentalud, freatisch",
            "code": "27AN-079-02",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.781594329930286,
                    52.43206528533901,
                    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.321790Z",
            "last_modified": "2025-02-22T06:00:03.922804Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/18bf9fa5-fcec-408b-aa3b-48f43294b52d/?format=api",
            "uuid": "18bf9fa5-fcec-408b-aa3b-48f43294b52d",
            "name": "BREMERBERGDIJK, hmp 14.0, benedenbeloop, freatisch",
            "code": "27AN-079-04",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    20.940952305856335,
                    89.19610453344379,
                    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.321846Z",
            "last_modified": "2025-02-22T06:00:04.040268Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/93c87281-7154-4df5-8b0e-f42ae1b5c298/?format=api",
            "uuid": "93c87281-7154-4df5-8b0e-f42ae1b5c298",
            "name": "HARDERDIJK, hmp 20.0, binnentalud, freatisch",
            "code": "26FZ-197-02",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.704985308959073,
                    52.41146255673177,
                    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.321900Z",
            "last_modified": "2025-02-22T06:00:04.148695Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/034f2411-9428-44c6-a097-ef15436e7467/?format=api",
            "uuid": "034f2411-9428-44c6-a097-ef15436e7467",
            "name": "HARDERDIJK, hmp 20.0, benedenbeloop, freatisch",
            "code": "26FZ-197-04",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.704883140209485,
                    52.411561694054264,
                    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.321953Z",
            "last_modified": "2025-02-22T06:00:04.323899Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/4d49d409-672f-4b1d-a4b9-2169d85b7ab3/?format=api",
            "uuid": "4d49d409-672f-4b1d-a4b9-2169d85b7ab3",
            "name": "DRONTERMEERDIJK, hmp 4.8, binnentalud, 1e WVP",
            "code": "20CZ-096-03",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.849464427388319,
                    52.50203026251872,
                    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.322006Z",
            "last_modified": "2025-02-22T06:00:04.380527Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/80d5c123-3e19-47bb-b57f-ad00baf921fa/?format=api",
            "uuid": "80d5c123-3e19-47bb-b57f-ad00baf921fa",
            "name": "BREMERBERGDIJK, hmp 14.0, binnentalud, 1e WVP",
            "code": "27AN-079-03",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.781594329930286,
                    52.43206528533901,
                    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.322060Z",
            "last_modified": "2025-02-22T06:00:04.524984Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/1027d02b-8db1-4525-baaa-47c23fc90d15/?format=api",
            "uuid": "1027d02b-8db1-4525-baaa-47c23fc90d15",
            "name": "HARDERDIJK, hmp 20.0, binnentalud, 1e WVP",
            "code": "26FZ-197-03",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.704985308959073,
                    52.41146255673177,
                    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.322114Z",
            "last_modified": "2025-02-22T06:00:04.578980Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/037f09b6-84d0-4db3-b763-328cc7395edd/?format=api",
            "uuid": "037f09b6-84d0-4db3-b763-328cc7395edd",
            "name": "40CM012",
            "code": "40CM012",
            "geometry": null,
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "crs": "RD",
                    "kpi": {
                        "inspectie": [],
                        "waterpassing": [],
                        "schoongepompt": [],
                        "kabel_vervangen": [
                            "2024-10-08T08:25:00Z"
                        ],
                        "meetinstrument_vervangen": [
                            "2024-10-08T08:25:00Z"
                        ]
                    },
                    "owner": null,
                    "nitgCode": null,
                    "wellCode": null,
                    "broEvents": [],
                    "broid_gmw": null,
                    "coordinates": [
                        187486.48,
                        436129.51
                    ],
                    "dateCreated": "2024-10-03T11:36:15Z",
                    "sync_to_bro": false,
                    "complete_bro": false,
                    "dateModified": "2024-10-04T06:52:24Z",
                    "date_changed": null,
                    "projectNumber": null,
                    "qualityRegime": "imbro",
                    "synced_to_bro": true,
                    "temporal_data": [
                        {
                            "id": 37787,
                            "start": "2024-10-01T22:00:00Z",
                            "offset": 0,
                            "initial": true,
                            "broEvent": "None",
                            "dateModified": "2024-10-03T11:36:15Z",
                            "verticalDatum": "NAP",
                            "wellHeadProtector": "kokerMetaal",
                            "groundLevelPosition": 9.745,
                            "localVerticalReferencePoint": "NAP",
                            "groundLevelPositioningMethod": "RTKGPS0tot4cm"
                        }
                    ],
                    "wellStability": "instabiel",
                    "actueel_in_bro": false,
                    "deliver_to_bro": "leveren",
                    "deliveryContext": "publiekeTaak",
                    "initialFunction": "stand",
                    "groundLevelStable": "ja",
                    "constructionStandard": "NEN5766",
                    "date_to_be_corrected": null,
                    "wellConstructionDate": "2024-10-02T00:00:00Z",
                    "scheduled_for_deletion": false,
                    "numberOfMonitoringTubes": 1,
                    "objectIdAccountableParty": "40CM012",
                    "horizontalPositioningMethod": "RTKGPS0tot2cm",
                    "maintenanceResponsibleParty": "05069581"
                }
            },
            "created": "2025-02-27T14:12:21.622543Z",
            "last_modified": "2025-02-27T14:12:24.087230Z",
            "last_modified_by": "vitens_api"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/ad6369a7-ee64-4103-b969-79c7cdf8d496/?format=api",
            "uuid": "ad6369a7-ee64-4103-b969-79c7cdf8d496",
            "name": "40CM012001",
            "code": "40CM012001",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.859353168365759,
                    51.91270849065956,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "object": {
                "id": 124255,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 28800,
                    "glue": "ongespecificeerd",
                    "aquifer": null,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 1,
                    "removalDate": null,
                    "dateModified": "2025-02-27T14:12:21Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "pvc",
                    "filterInRoute": true,
                    "temporal_data": [
                        {
                            "id": 83426,
                            "start": "2024-10-02T10:00:00Z",
                            "initial": true,
                            "broEvent": "None",
                            "tubeStatus": "gebruiksklaar",
                            "dateModified": "2024-10-08T08:26:59Z",
                            "referenceLevel": 10.53,
                            "instrumentDepth": null,
                            "tubeTopDiameter": 63.0,
                            "insertedPartLength": null,
                            "insertedPartPresent": false,
                            "insertedPartDiameter": null,
                            "insertedPartMaterial": null,
                            "tubeTopPositioningMethod": "RTKGPS0tot4cm"
                        },
                        {
                            "id": 83432,
                            "start": "2024-10-08T08:25:00Z",
                            "initial": false,
                            "broEvent": "60689",
                            "tubeStatus": "gebruiksklaar",
                            "dateModified": "2024-10-08T08:26:59Z",
                            "referenceLevel": 10.53,
                            "instrumentDepth": 4.06,
                            "tubeTopDiameter": 63.0,
                            "insertedPartLength": null,
                            "insertedPartPresent": false,
                            "insertedPartDiameter": null,
                            "insertedPartMaterial": null,
                            "tubeTopPositioningMethod": "RTKGPS0tot4cm"
                        }
                    ],
                    "filterTopDepth": 6.65,
                    "broid_gld_imbro": null,
                    "tubeBottomDepth": 5.65,
                    "broid_gld_imbroa": null,
                    "constructionDate": "2024-10-02T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": 5.65,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "bentonietFiltergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2025-02-27T14:12:22.717592Z",
            "last_modified": "2025-02-28T07:10:08.961871Z",
            "last_modified_by": "vitens_api"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/50e9af16-26bb-4e6a-8776-1f9694bc14b5/?format=api",
            "uuid": "50e9af16-26bb-4e6a-8776-1f9694bc14b5",
            "name": "test_location",
            "code": "abc123abc123",
            "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-03-03T11:30:39.315035Z",
            "last_modified": "2025-03-03T11:30:39.315021Z",
            "last_modified_by": "christiaan.wewer@nelen-schuurmans.nl"
        }
    ]
}