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=5980
https://demo.lizard.net/api/v4/locations/?format=api&page=5981", "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5979", "results": [ { "url": "https://demo.lizard.net/api/v4/locations/1566c28d-f455-4750-a083-365d6ec37319/?format=api", "uuid": "1566c28d-f455-4750-a083-365d6ec37319", "name": "VOSSEMEERDIJK, hmp 8.0, buitenkruin, freatisch", "code": "21CN-069-01", "geometry": { "type": "Point", "coordinates": [ 5.764232855273636, 52.579119649031796, 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.202982Z", "last_modified": "2024-11-26T06:00:05.011400Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/64501a51-6e3c-4465-a566-d9c597e0f15c/?format=api", "uuid": "64501a51-6e3c-4465-a566-d9c597e0f15c", "name": "VOSSEMEERDIJK, hmp 8.0, binnentalud, freatisch", "code": "21CN-069-02", "geometry": { "type": "Point", "coordinates": [ 5.764230701431273, 52.578868013021044, 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.203034Z", "last_modified": "2024-11-26T06:00:05.069783Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/43ef0b7b-45c4-4ad5-b90b-2a6f9e748235/?format=api", "uuid": "43ef0b7b-45c4-4ad5-b90b-2a6f9e748235", "name": "RAMSDIJK, hmp 38.6, Binnentalud, freatisch", "code": "21AZ-201-02", "geometry": { "type": "Point", "coordinates": [ 5.75891368017246, 52.61312603910626, 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:07:47.468953Z", "last_modified": "2024-11-26T06:00:05.134182Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/e574411f-ed25-46cf-8c8a-94fc39745983/?format=api", "uuid": "e574411f-ed25-46cf-8c8a-94fc39745983", "name": "RAMSDIJK, hmp 38.6, Benedenbeloop, freatisch", "code": "21AZ-201-03", "geometry": { "type": "Point", "coordinates": [ 5.758914591150305, 52.6132338822924, 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:07:47.469072Z", "last_modified": "2024-11-26T06:00:05.211612Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/e37bf53c-e960-4219-9d88-c8b4bf3e7017/?format=api", "uuid": "e37bf53c-e960-4219-9d88-c8b4bf3e7017", "name": "ZUIDERMEERDIJK, hmp 28.9, Binnentalud, freatisch", "code": "20FZ-135-02", "geometry": { "type": "Point", "coordinates": [ 5.6337726463965, 52.63464338863109, 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:07:47.469135Z", "last_modified": "2024-11-26T06:00:05.263595Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/1bb5320b-a186-4bb6-96b9-afd4d24fcd0c/?format=api", "uuid": "1bb5320b-a186-4bb6-96b9-afd4d24fcd0c", "name": "ZUIDERMEERDIJK, hmp 28.9, Benedenbeloop, freatisch", "code": "20FZ-135-03", "geometry": { "type": "Point", "coordinates": [ 5.633979951359316, 52.63473282888435, 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:07:47.469191Z", "last_modified": "2024-11-26T06:00:05.313551Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/64d994f5-a0c2-4f11-9266-fa9f5814b506/?format=api", "uuid": "64d994f5-a0c2-4f11-9266-fa9f5814b506", "name": "WESTERMEERDIJK, hmp 17.5, Buitenkruin, freatisch", "code": "15GZ-063-01", "geometry": { "type": "Point", "coordinates": [ 5.594650618084594, 52.7239677291088, 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:07:47.469248Z", "last_modified": "2024-11-26T06:00:05.370033Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/bf39995e-8cfe-4755-aca4-39d22b99eb5f/?format=api", "uuid": "bf39995e-8cfe-4755-aca4-39d22b99eb5f", "name": "WESTERMEERDIJK, hmp 17.5, Binnentalud, freatisch", "code": "15GZ-063-02", "geometry": { "type": "Point", "coordinates": [ 5.594902244657112, 52.72396728997163, 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:07:47.469303Z", "last_modified": "2024-11-26T06:00:05.451912Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/41a78d99-a4bf-4955-8b34-a2de4ae7cd25/?format=api", "uuid": "41a78d99-a4bf-4955-8b34-a2de4ae7cd25", "name": "WESTERMEERDIJK, hmp 17.5, Benedenbeloop, freatisch", "code": "15GZ-063-03", "geometry": { "type": "Point", "coordinates": [ 5.595139069661257, 52.72396687618011, 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:07:47.469359Z", "last_modified": "2024-11-26T06:00:05.500168Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/39716133-4da1-4d30-bee9-64f2491c2674/?format=api", "uuid": "39716133-4da1-4d30-bee9-64f2491c2674", "name": "NOORDERMEERDIJK, hmp 4.24, Buitenkruin, freatisch", "code": "15FZ-129-01", "geometry": { "type": "Point", "coordinates": [ 5.665458290263257, 52.830657797793435, 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:07:47.469413Z", "last_modified": "2024-11-26T06:00:05.545343Z", "last_modified_by": "sa_zuiderzeeland" } ] }{ "count": 59876, "next": "