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=5979
https://demo.lizard.net/api/v4/locations/?format=api&page=5980", "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5978", "results": [ { "url": "https://demo.lizard.net/api/v4/locations/e6dc4824-a035-4d13-9c0e-0cbfab99eef3/?format=api", "uuid": "e6dc4824-a035-4d13-9c0e-0cbfab99eef3", "name": "11DM065", "code": "11DM065", "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-11-01T12:00:00Z" ], "meetinstrument_vervangen": [ "2024-11-01T12:00:00Z" ] }, "owner": null, "nitgCode": null, "wellCode": null, "broEvents": [], "broid_gmw": null, "coordinates": [ 192556.99, 555141.7 ], "dateCreated": "2024-10-29T11:06:41Z", "sync_to_bro": false, "complete_bro": false, "dateModified": "2024-10-29T12:05:47Z", "date_changed": null, "projectNumber": null, "qualityRegime": "imbro", "synced_to_bro": true, "temporal_data": [ { "id": 37803, "start": "2024-06-02T22:00:00Z", "offset": 0, "initial": true, "broEvent": "None", "dateModified": "2024-10-29T11:07:09Z", "verticalDatum": "NAP", "wellHeadProtector": "kokerMetaal", "groundLevelPosition": -0.89, "localVerticalReferencePoint": "NAP", "groundLevelPositioningMethod": "waterpassing0tot2cm" } ], "wellStability": "instabiel", "actueel_in_bro": false, "deliver_to_bro": "leveren", "deliveryContext": "publiekeTaak", "initialFunction": "stand", "groundLevelStable": "nee", "constructionStandard": "NEN5104", "date_to_be_corrected": null, "wellConstructionDate": "2024-06-03T00:00:00Z", "scheduled_for_deletion": false, "numberOfMonitoringTubes": 2, "objectIdAccountableParty": "11DM065", "horizontalPositioningMethod": "DGPS50tot200cm", "maintenanceResponsibleParty": "05069581" } }, "created": "2024-11-22T13:59:12.022341Z", "last_modified": "2024-11-22T13:59:16.335339Z", "last_modified_by": "vitens_api" }, { "url": "https://demo.lizard.net/api/v4/locations/aef49783-2cfc-40f3-84ee-d52503d144c6/?format=api", "uuid": "aef49783-2cfc-40f3-84ee-d52503d144c6", "name": "11DM065001", "code": "11DM065001", "geometry": { "type": "Point", "coordinates": [ 5.946404869231775, 52.98195395203597, 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": 124239, "type": "filter" }, "access_modifier": "Public", "extra_metadata": { "bro": { "id": 28805, "glue": "ongespecificeerd", "aquifer": null, "tubeType": "standaardbuis", "tubeNumber": 1, "removalDate": null, "dateModified": "2024-11-22T13:59:12Z", "geoOhmCables": [], "sockMaterial": "geen", "tubeMaterial": null, "filterInRoute": true, "temporal_data": [ { "id": 83507, "start": "2024-06-03T10:00:00Z", "initial": true, "broEvent": "None", "tubeStatus": "gebruiksklaar", "dateModified": "2024-11-01T14:33:54Z", "referenceLevel": -0.95, "tubeTopDiameter": null, "insertedPartLength": null, "insertedPartPresent": false, "insertedPartDiameter": null, "insertedPartMaterial": null, "tubeTopPositioningMethod": "waterpassing0tot2cm" }, { "id": 83520, "start": "2024-11-01T12:00:00Z", "initial": false, "broEvent": "60776", "tubeStatus": "gebruiksklaar", "dateModified": "2024-11-01T14:33:54Z", "referenceLevel": -0.95, "tubeTopDiameter": null, "insertedPartLength": null, "insertedPartPresent": false, "insertedPartDiameter": null, "insertedPartMaterial": null, "tubeTopPositioningMethod": "waterpassing0tot2cm" } ], "filterTopDepth": -2.89, "broid_gld_imbro": null, "tubeBottomDepth": -4.89, "broid_gld_imbroa": null, "constructionDate": "2024-06-03T00:00:00Z", "variableDiameter": "nee", "filterBottomDepth": -3.89, "sedimentSumpLength": 1.0, "sedimentSumpPresent": true, "tubePackingMaterial": "filtergrind", "numberOfGeoOhmCables": 0, "artesianWellCapPresent": false } }, "created": "2024-11-22T13:59:12.812224Z", "last_modified": "2024-11-23T07:10:09.895731Z", "last_modified_by": "vitens_api" }, { "url": "https://demo.lizard.net/api/v4/locations/2f9a401d-1bf0-47c2-af32-e0666ba4acf6/?format=api", "uuid": "2f9a401d-1bf0-47c2-af32-e0666ba4acf6", "name": "11DM065002", "code": "11DM065002", "geometry": { "type": "Point", "coordinates": [ 5.946404869231775, 52.98195395203597, 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": 124240, "type": "filter" }, "access_modifier": "Public", "extra_metadata": { "bro": { "id": 28806, "glue": "ongespecificeerd", "aquifer": null, "tubeType": "standaardbuis", "tubeNumber": 2, "removalDate": null, "dateModified": "2024-11-22T13:59:12Z", "geoOhmCables": [], "sockMaterial": "geen", "tubeMaterial": null, "filterInRoute": true, "temporal_data": [ { "id": 83508, "start": "2024-06-03T10:00:00Z", "initial": true, "broEvent": "None", "tubeStatus": "gebruiksklaar", "dateModified": "2024-11-01T14:33:54Z", "referenceLevel": -1.0, "tubeTopDiameter": null, "insertedPartLength": null, "insertedPartPresent": false, "insertedPartDiameter": null, "insertedPartMaterial": null, "tubeTopPositioningMethod": "waterpassing0tot2cm" }, { "id": 83521, "start": "2024-11-01T12:00:00Z", "initial": false, "broEvent": "60776", "tubeStatus": "gebruiksklaar", "dateModified": "2024-11-01T14:33:54Z", "referenceLevel": -1.0, "tubeTopDiameter": null, "insertedPartLength": null, "insertedPartPresent": false, "insertedPartDiameter": null, "insertedPartMaterial": null, "tubeTopPositioningMethod": "waterpassing0tot2cm" } ], "filterTopDepth": -78.89, "broid_gld_imbro": null, "tubeBottomDepth": -81.89, "broid_gld_imbroa": null, "constructionDate": "2024-06-03T00:00:00Z", "variableDiameter": "nee", "filterBottomDepth": -80.89, "sedimentSumpLength": 1.0, "sedimentSumpPresent": true, "tubePackingMaterial": "filtergrind", "numberOfGeoOhmCables": 0, "artesianWellCapPresent": false } }, "created": "2024-11-22T13:59:14.294701Z", "last_modified": "2024-11-23T07:10:09.961540Z", "last_modified_by": "vitens_api" }, { "url": "https://demo.lizard.net/api/v4/locations/f89eae79-5fc4-42ca-9b6e-b3d343d95a67/?format=api", "uuid": "f89eae79-5fc4-42ca-9b6e-b3d343d95a67", "name": "KETELMEERDIJK, hmp 11,23, binnentalud, 1e WVP", "code": "20HN-124-03", "geometry": { "type": "Point", "coordinates": [ 5.721225862408658, 52.586671909669846, 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": "2024-11-25T13:06:49.202445Z", "last_modified": "2024-11-26T06:00:04.507621Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/4d174e5a-4fdc-4975-865f-6f7f0e855fd5/?format=api", "uuid": "4d174e5a-4fdc-4975-865f-6f7f0e855fd5", "name": "VOSSEMEERDIJK, hmp 8.0, binnentalud, 1e WVP", "code": "21CN-069-03", "geometry": { "type": "Point", "coordinates": [ 5.764245454050217, 52.57886796616012, 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": "2024-11-25T13:06:49.202597Z", "last_modified": "2024-11-26T06:00:04.574144Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/1d6f3b49-7c6a-4eb2-84f4-13faa61d4cce/?format=api", "uuid": "1d6f3b49-7c6a-4eb2-84f4-13faa61d4cce", "name": "KETELMEERDIJK, hmp 17,34, buitenkruin, freatisch", "code": "20FZ-134-01", "geometry": { "type": "Point", "coordinates": [ 5.640526796803991, 52.60704773993895, 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": "2024-11-25T13:06:49.202665Z", "last_modified": "2024-11-26T06:00:04.632330Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/0cfb29fa-bd52-45b7-b497-397f0d44110a/?format=api", "uuid": "0cfb29fa-bd52-45b7-b497-397f0d44110a", "name": "KETELMEERDIJK, hmp17,34, binnentalud, freatisch", "code": "20FZ-134-02", "geometry": { "type": "Point", "coordinates": [ 5.640260353598435, 52.60692248819413, 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": "2024-11-25T13:06:49.202761Z", "last_modified": "2024-11-26T06:00:04.701205Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/867fd874-9489-4fbe-b505-1c79da25ac66/?format=api", "uuid": "867fd874-9489-4fbe-b505-1c79da25ac66", "name": "KETELMEERDIJK, hmp17,34, benedenbeloop, freatisch", "code": "20FZ-134-03", "geometry": { "type": "Point", "coordinates": [ 5.639890370647265, 52.606761507702174, 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": "2024-11-25T13:06:49.202818Z", "last_modified": "2024-11-26T06:00:04.776680Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/b4bbb460-63b3-47d6-90e5-1055902b5bd3/?format=api", "uuid": "b4bbb460-63b3-47d6-90e5-1055902b5bd3", "name": "KETELMEERDIJK, hmp 11,23, buitenkruin, freatisch", "code": "20HN-124-01", "geometry": { "type": "Point", "coordinates": [ 5.721301275239908, 52.58688739048288, 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": "2024-11-25T13:06:49.202874Z", "last_modified": "2024-11-26T06:00:04.906711Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/b17ab3ee-bbb2-45ef-8333-90a9a054f614/?format=api", "uuid": "b17ab3ee-bbb2-45ef-8333-90a9a054f614", "name": "KETELMEERDIJK, hmp 11,23, binnentalud, freatisch", "code": "20HN-124-02", "geometry": { "type": "Point", "coordinates": [ 5.721211107120573, 52.58667195118825, 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": "2024-11-25T13:06:49.202928Z", "last_modified": "2024-11-26T06:00:04.966274Z", "last_modified_by": "sa_zuiderzeeland" } ] }{ "count": 59876, "next": "