Location List
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=5960
https://demo.lizard.net/api/v4/locations/?format=api&page=5961", "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5959", "results": [ { "url": "https://demo.lizard.net/api/v4/locations/f025b7e2-1081-4dc6-a160-895e66949e55/?format=api", "uuid": "f025b7e2-1081-4dc6-a160-895e66949e55", "name": "27HM017001", "code": "27HM017001", "geometry": { "type": "Point", "coordinates": [ 6.30557075327411, 52.29116480642827, 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": 124208, "type": "filter" }, "access_modifier": "Public", "extra_metadata": { "bro": { "id": 28775, "glue": "geen", "aquifer": null, "tubeType": "standaardbuis", "tubeNumber": 1, "removalDate": null, "dateModified": "2024-09-18T06:28:11Z", "geoOhmCables": [], "sockMaterial": "geen", "tubeMaterial": "pvc", "filterInRoute": true, "temporal_data": [ { "start": "2024-02-22T11:00:00Z", "initial": true, "broEvent": null, "tubeStatus": "gebruiksklaar", "dateModified": "2024-09-12T09:36:10Z", "referenceLevel": 9.62, "tubeTopDiameter": 36.0, "insertedPartLength": null, "insertedPartPresent": false, "insertedPartDiameter": null, "insertedPartMaterial": null, "tubeTopPositioningMethod": "RTKGPS4tot10cm" } ], "filterTopDepth": 1.72, "broid_gld_imbro": null, "tubeBottomDepth": -0.28, "broid_gld_imbroa": null, "constructionDate": "2024-02-22T00:00:00Z", "variableDiameter": "nee", "filterBottomDepth": -0.28, "sedimentSumpLength": null, "sedimentSumpPresent": false, "tubePackingMaterial": "bentonietFiltergrind", "numberOfGeoOhmCables": 0, "artesianWellCapPresent": false } }, "created": "2024-09-26T14:36:01.010938Z", "last_modified": "2024-09-27T07:10:36.300671Z", "last_modified_by": "vitens_api" }, { "url": "https://demo.lizard.net/api/v4/locations/c1473de0-5dc0-40f4-9114-9cff7188e8a7/?format=api", "uuid": "c1473de0-5dc0-40f4-9114-9cff7188e8a7", "name": "27HM017002", "code": "27HM017002", "geometry": { "type": "Point", "coordinates": [ 6.30557075327411, 52.29116480642827, 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": 124209, "type": "filter" }, "access_modifier": "Public", "extra_metadata": { "bro": { "id": 28776, "glue": "geen", "aquifer": null, "tubeType": "standaardbuis", "tubeNumber": 2, "removalDate": null, "dateModified": "2024-09-18T06:28:11Z", "geoOhmCables": [], "sockMaterial": "geen", "tubeMaterial": "pvc", "filterInRoute": true, "temporal_data": [ { "start": "2024-02-22T11:00:00Z", "initial": true, "broEvent": null, "tubeStatus": "gebruiksklaar", "dateModified": "2024-09-12T09:36:10Z", "referenceLevel": 9.59, "tubeTopDiameter": 36.0, "insertedPartLength": null, "insertedPartPresent": false, "insertedPartDiameter": null, "insertedPartMaterial": null, "tubeTopPositioningMethod": "RTKGPS4tot10cm" } ], "filterTopDepth": -48.28, "broid_gld_imbro": null, "tubeBottomDepth": -50.28, "broid_gld_imbroa": null, "constructionDate": "2024-02-22T00:00:00Z", "variableDiameter": "nee", "filterBottomDepth": -50.28, "sedimentSumpLength": null, "sedimentSumpPresent": false, "tubePackingMaterial": "bentonietFiltergrind", "numberOfGeoOhmCables": 0, "artesianWellCapPresent": false } }, "created": "2024-09-26T14:36:02.262360Z", "last_modified": "2024-09-27T07:10:36.400395Z", "last_modified_by": "vitens_api" }, { "url": "https://demo.lizard.net/api/v4/locations/5ddda63a-8799-4f47-87d4-f696955c8ee5/?format=api", "uuid": "5ddda63a-8799-4f47-87d4-f696955c8ee5", "name": "28CM013", "code": "28CM013", "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", "owner": null, "nitgCode": null, "wellCode": null, "broEvents": [], "broid_gmw": null, "coordinates": [ 227408.1, 486556.4 ], "dateCreated": "2024-09-12T09:36:08Z", "sync_to_bro": false, "complete_bro": false, "dateModified": "2024-09-18T07:02:50Z", "date_changed": null, "projectNumber": null, "qualityRegime": "imbro", "synced_to_bro": false, "temporal_data": [ { "start": "2024-05-27T22:00:00Z", "offset": 0, "initial": true, "broEvent": null, "dateModified": "2024-09-12T09:36:08Z", "verticalDatum": "NAP", "wellHeadProtector": "kokerMetaal", "groundLevelPosition": 16.89, "localVerticalReferencePoint": "NAP", "groundLevelPositioningMethod": "RTKGPS4tot10cm" } ], "wellStability": null, "actueel_in_bro": false, "deliver_to_bro": "leveren", "deliveryContext": "publiekeTaak", "initialFunction": "kwaliteit", "groundLevelStable": "ja", "constructionStandard": "geen", "date_to_be_corrected": null, "wellConstructionDate": "2024-05-28T00:00:00Z", "scheduled_for_deletion": false, "numberOfMonitoringTubes": 1, "objectIdAccountableParty": "28CM013", "horizontalPositioningMethod": "RTKGPS5tot10cm", "maintenanceResponsibleParty": "05069581" } }, "created": "2024-09-26T14:36:16.389522Z", "last_modified": "2024-09-26T14:36:16.507785Z", "last_modified_by": "vitens_api" }, { "url": "https://demo.lizard.net/api/v4/locations/475ec46f-704d-4f97-8b8f-45cc7c586d39/?format=api", "uuid": "475ec46f-704d-4f97-8b8f-45cc7c586d39", "name": "28CM013001", "code": "28CM013001", "geometry": { "type": "Point", "coordinates": [ 6.450232996338145, 52.36211581378414, 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": 124210, "type": "filter" }, "access_modifier": "Public", "extra_metadata": { "bro": { "id": 28770, "glue": "geen", "aquifer": 0, "tubeType": "standaardbuis", "tubeNumber": 1, "removalDate": null, "dateModified": "2024-09-18T07:02:50Z", "geoOhmCables": [], "sockMaterial": "geen", "tubeMaterial": "pvc", "filterInRoute": true, "temporal_data": [ { "start": "2024-05-28T10:00:00Z", "initial": true, "broEvent": null, "tubeStatus": "gebruiksklaar", "dateModified": "2024-09-12T09:36:08Z", "referenceLevel": 17.46, "tubeTopDiameter": 57.0, "insertedPartLength": null, "insertedPartPresent": false, "insertedPartDiameter": null, "insertedPartMaterial": null, "tubeTopPositioningMethod": "RTKGPS4tot10cm" } ], "filterTopDepth": 2.39, "broid_gld_imbro": null, "tubeBottomDepth": -2.61, "broid_gld_imbroa": null, "constructionDate": "2024-05-28T00:00:00Z", "variableDiameter": "nee", "filterBottomDepth": -2.61, "sedimentSumpLength": null, "sedimentSumpPresent": false, "tubePackingMaterial": "bentonietFiltergrind", "numberOfGeoOhmCables": 0, "artesianWellCapPresent": false } }, "created": "2024-09-26T14:36:16.868746Z", "last_modified": "2024-09-27T07:10:36.617860Z", "last_modified_by": "vitens_api" }, { "url": "https://demo.lizard.net/api/v4/locations/a302d65d-c78a-4acf-b00f-6909c929469c/?format=api", "uuid": "a302d65d-c78a-4acf-b00f-6909c929469c", "name": "28FM006", "code": "28FM006", "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", "owner": null, "nitgCode": null, "wellCode": null, "broEvents": [], "broid_gmw": null, "coordinates": [ 253470.0, 496164.0 ], "dateCreated": "2024-09-23T12:08:15Z", "sync_to_bro": false, "complete_bro": false, "dateModified": "2024-09-23T12:08:16Z", "date_changed": null, "projectNumber": null, "qualityRegime": "imbro", "synced_to_bro": false, "temporal_data": [ { "start": "1899-12-31T23:40:28Z", "offset": 0, "initial": true, "broEvent": null, "dateModified": "2024-09-23T12:08:15Z", "verticalDatum": "NAP", "wellHeadProtector": "kokerMetaal", "groundLevelPosition": null, "localVerticalReferencePoint": "NAP", "groundLevelPositioningMethod": "waterpassing0tot2cm" } ], "wellStability": "stabielNAP", "actueel_in_bro": false, "deliver_to_bro": "leveren", "deliveryContext": "publiekeTaak", "initialFunction": "stand", "groundLevelStable": "ja", "constructionStandard": "NEN5104", "date_to_be_corrected": null, "wellConstructionDate": null, "scheduled_for_deletion": false, "numberOfMonitoringTubes": 1, "objectIdAccountableParty": "28FM006", "horizontalPositioningMethod": "DGPS50tot200cm", "maintenanceResponsibleParty": "05069581" } }, "created": "2024-09-26T14:36:21.725557Z", "last_modified": "2024-09-26T14:36:21.864928Z", "last_modified_by": "vitens_api" }, { "url": "https://demo.lizard.net/api/v4/locations/bce69809-68cd-4775-a022-2951f21d7080/?format=api", "uuid": "bce69809-68cd-4775-a022-2951f21d7080", "name": "28FM006001", "code": "28FM006001", "geometry": { "type": "Point", "coordinates": [ 6.835568408891826, 52.44438669258711, 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": 124211, "type": "filter" }, "access_modifier": "Public", "extra_metadata": { "bro": { "id": 28796, "glue": "ongespecificeerd", "aquifer": null, "tubeType": "standaardbuis", "tubeNumber": 1, "removalDate": null, "dateModified": "2024-09-23T12:08:15Z", "geoOhmCables": [], "sockMaterial": "geen", "tubeMaterial": null, "filterInRoute": false, "temporal_data": [ { "start": "1900-01-01T11:40:28Z", "initial": true, "broEvent": null, "tubeStatus": null, "dateModified": "2024-09-23T12:08:16Z", "referenceLevel": null, "tubeTopDiameter": null, "insertedPartLength": null, "insertedPartPresent": false, "insertedPartDiameter": null, "insertedPartMaterial": null, "tubeTopPositioningMethod": "waterpassing0tot2cm" } ], "filterTopDepth": null, "broid_gld_imbro": null, "tubeBottomDepth": null, "broid_gld_imbroa": null, "constructionDate": null, "variableDiameter": "nee", "filterBottomDepth": null, "sedimentSumpLength": null, "sedimentSumpPresent": false, "tubePackingMaterial": "filtergrind", "numberOfGeoOhmCables": 0, "artesianWellCapPresent": false } }, "created": "2024-09-26T14:36:22.248402Z", "last_modified": "2024-09-27T07:10:36.754277Z", "last_modified_by": "vitens_api" }, { "url": "https://demo.lizard.net/api/v4/locations/e047649e-5a18-433e-b06b-61c78496a115/?format=api", "uuid": "e047649e-5a18-433e-b06b-61c78496a115", "name": "28FM007", "code": "28FM007", "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", "owner": null, "nitgCode": null, "wellCode": null, "broEvents": [], "broid_gmw": null, "coordinates": [ 251783.0, 496165.0 ], "dateCreated": "2024-09-23T12:13:07Z", "sync_to_bro": false, "complete_bro": false, "dateModified": "2024-09-23T12:16:22Z", "date_changed": null, "projectNumber": null, "qualityRegime": "imbro", "synced_to_bro": false, "temporal_data": [ { "start": "1899-12-31T23:40:28Z", "offset": 0, "initial": true, "broEvent": null, "dateModified": "2024-09-23T12:13:07Z", "verticalDatum": "NAP", "wellHeadProtector": "kokerMetaal", "groundLevelPosition": null, "localVerticalReferencePoint": "NAP", "groundLevelPositioningMethod": "waterpassing0tot2cm" } ], "wellStability": "stabielNAP", "actueel_in_bro": false, "deliver_to_bro": "leveren", "deliveryContext": "publiekeTaak", "initialFunction": "stand", "groundLevelStable": "ja", "constructionStandard": "NEN5104", "date_to_be_corrected": null, "wellConstructionDate": null, "scheduled_for_deletion": false, "numberOfMonitoringTubes": 2, "objectIdAccountableParty": "28FM007", "horizontalPositioningMethod": "DGPS50tot200cm", "maintenanceResponsibleParty": "05069581" } }, "created": "2024-09-26T14:36:23.704182Z", "last_modified": "2024-09-26T14:36:23.842895Z", "last_modified_by": "vitens_api" }, { "url": "https://demo.lizard.net/api/v4/locations/6a8b2b00-08f4-4c85-b866-42bbe2352f3f/?format=api", "uuid": "6a8b2b00-08f4-4c85-b866-42bbe2352f3f", "name": "28FM007001", "code": "28FM007001", "geometry": { "type": "Point", "coordinates": [ 6.810762568356036, 52.44469634068066, 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": 124212, "type": "filter" }, "access_modifier": "Public", "extra_metadata": { "bro": { "id": 28797, "glue": "ongespecificeerd", "aquifer": null, "tubeType": "standaardbuis", "tubeNumber": 1, "removalDate": null, "dateModified": "2024-09-23T12:16:21Z", "geoOhmCables": [], "sockMaterial": "geen", "tubeMaterial": null, "filterInRoute": false, "temporal_data": [ { "start": "1900-01-01T11:40:28Z", "initial": true, "broEvent": null, "tubeStatus": null, "dateModified": "2024-09-23T12:16:21Z", "referenceLevel": null, "tubeTopDiameter": null, "insertedPartLength": null, "insertedPartPresent": false, "insertedPartDiameter": null, "insertedPartMaterial": null, "tubeTopPositioningMethod": "waterpassing0tot2cm" } ], "filterTopDepth": null, "broid_gld_imbro": null, "tubeBottomDepth": null, "broid_gld_imbroa": null, "constructionDate": null, "variableDiameter": "nee", "filterBottomDepth": null, "sedimentSumpLength": null, "sedimentSumpPresent": false, "tubePackingMaterial": "filtergrind", "numberOfGeoOhmCables": 0, "artesianWellCapPresent": false } }, "created": "2024-09-26T14:36:24.221755Z", "last_modified": "2024-09-27T07:10:36.852680Z", "last_modified_by": "vitens_api" }, { "url": "https://demo.lizard.net/api/v4/locations/cfd21c95-c2f7-46b1-a57c-1ab56c5cfa2a/?format=api", "uuid": "cfd21c95-c2f7-46b1-a57c-1ab56c5cfa2a", "name": "28FM007002", "code": "28FM007002", "geometry": { "type": "Point", "coordinates": [ 6.810762568356036, 52.44469634068066, 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": 124213, "type": "filter" }, "access_modifier": "Public", "extra_metadata": { "bro": { "id": 28798, "glue": "ongespecificeerd", "aquifer": null, "tubeType": "standaardbuis", "tubeNumber": 2, "removalDate": null, "dateModified": "2024-09-23T12:16:21Z", "geoOhmCables": [], "sockMaterial": "geen", "tubeMaterial": null, "filterInRoute": false, "temporal_data": [ { "start": "1900-01-01T11:40:28Z", "initial": true, "broEvent": null, "tubeStatus": null, "dateModified": "2024-09-23T12:16:21Z", "referenceLevel": null, "tubeTopDiameter": null, "insertedPartLength": null, "insertedPartPresent": false, "insertedPartDiameter": null, "insertedPartMaterial": null, "tubeTopPositioningMethod": "waterpassing0tot2cm" } ], "filterTopDepth": null, "broid_gld_imbro": null, "tubeBottomDepth": null, "broid_gld_imbroa": null, "constructionDate": null, "variableDiameter": "nee", "filterBottomDepth": null, "sedimentSumpLength": null, "sedimentSumpPresent": false, "tubePackingMaterial": "filtergrind", "numberOfGeoOhmCables": 0, "artesianWellCapPresent": false } }, "created": "2024-09-26T14:36:25.596288Z", "last_modified": "2024-09-27T07:10:36.977583Z", "last_modified_by": "vitens_api" }, { "url": "https://demo.lizard.net/api/v4/locations/6ab6a136-38d6-412a-8c64-a0d572f3c9d8/?format=api", "uuid": "6ab6a136-38d6-412a-8c64-a0d572f3c9d8", "name": "28HM001", "code": "28HM001", "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", "owner": null, "nitgCode": null, "wellCode": null, "broEvents": [], "broid_gmw": null, "coordinates": [ 252905.83, 477220.33 ], "dateCreated": "2024-09-12T10:25:40Z", "sync_to_bro": false, "complete_bro": false, "dateModified": "2024-09-18T05:21:06Z", "date_changed": null, "projectNumber": null, "qualityRegime": "imbro", "synced_to_bro": false, "temporal_data": [ { "start": "2024-05-13T22:00:00Z", "offset": 0, "initial": true, "broEvent": null, "dateModified": "2024-09-12T10:25:40Z", "verticalDatum": "NAP", "wellHeadProtector": "kokerMetaal", "groundLevelPosition": 20.68, "localVerticalReferencePoint": "NAP", "groundLevelPositioningMethod": "RTKGPS20tot100cm" } ], "wellStability": null, "actueel_in_bro": false, "deliver_to_bro": "leveren", "deliveryContext": "publiekeTaak", "initialFunction": "kwaliteitStand", "groundLevelStable": "ja", "constructionStandard": "geen", "date_to_be_corrected": null, "wellConstructionDate": "2024-05-14T00:00:00Z", "scheduled_for_deletion": false, "numberOfMonitoringTubes": 1, "objectIdAccountableParty": "28HM001", "horizontalPositioningMethod": "RTKGPS2tot5cm", "maintenanceResponsibleParty": "05069581" } }, "created": "2024-09-26T14:36:33.740807Z", "last_modified": "2024-09-26T14:36:33.853569Z", "last_modified_by": "vitens_api" } ] }{ "count": 59876, "next": "