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=5972
https://demo.lizard.net/api/v4/locations/?format=api&page=5973", "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5971", "results": [ { "url": "https://demo.lizard.net/api/v4/locations/894c6687-fd2d-4d0a-9a5c-fece79293ca3/?format=api", "uuid": "894c6687-fd2d-4d0a-9a5c-fece79293ca3", "name": "HOEKWANTTOCHT, zwb2408-MV01, BE-2025.12", "code": "26EN-39653", "geometry": { "type": "Point", "coordinates": [ 5.599309001791061, 52.44746031292178, 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-10-17T12:32:56.359988Z", "last_modified": "2024-10-18T05:00:09.878099Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/6a550805-aba7-4691-b88c-1bd7d2afb97e/?format=api", "uuid": "6a550805-aba7-4691-b88c-1bd7d2afb97e", "name": "HOEKWANTTOCHT, zwb2408-MV02, BE-2025.12", "code": "26FN-39654", "geometry": { "type": "Point", "coordinates": [ 5.618029748023591, 52.43262293721376, 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-10-17T12:32:56.360037Z", "last_modified": "2024-10-18T05:00:09.932701Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/2f259f09-a6da-4c2b-98d8-cf38811956ad/?format=api", "uuid": "2f259f09-a6da-4c2b-98d8-cf38811956ad", "name": "KUBBETOCHT, zwb2408-MV03, BE-2025.12", "code": "26FN-39655", "geometry": { "type": "Point", "coordinates": [ 5.641369325235288, 52.44356682085894, 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-10-17T12:32:56.360086Z", "last_modified": "2024-10-18T05:00:09.986991Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/5a5bc736-597d-427e-8125-12983fccc788/?format=api", "uuid": "5a5bc736-597d-427e-8125-12983fccc788", "name": "KUBBETOCHT, zwb2408-MV04, BE-2025.12", "code": "26FN-39656", "geometry": { "type": "Point", "coordinates": [ 5.625376751852163, 52.4562544012704, 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-10-17T12:32:56.360135Z", "last_modified": "2024-10-18T05:00:10.056220Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/04d402e9-afca-44d7-8072-92e8fef32ad4/?format=api", "uuid": "04d402e9-afca-44d7-8072-92e8fef32ad4", "name": "ZIJDENETTENTOCHT, zwb2408-MV05, BE-2025.12", "code": "26FN-39657", "geometry": { "type": "Point", "coordinates": [ 5.661812812559312, 52.45534868208334, 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-10-17T12:32:56.360183Z", "last_modified": "2024-10-18T05:00:10.108459Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/de9f874e-2963-497a-b530-5b839e1e8948/?format=api", "uuid": "de9f874e-2963-497a-b530-5b839e1e8948", "name": "ZIJDENETTENTOCHT, zwb2408-MV06, BE-2025.12", "code": "26FN-39658", "geometry": { "type": "Point", "coordinates": [ 5.647638133436122, 52.46659702089123, 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-10-17T12:32:56.360230Z", "last_modified": "2024-10-18T05:00:10.147210Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/181f2bf0-fabf-42ce-bed4-3627cac7c85e/?format=api", "uuid": "181f2bf0-fabf-42ce-bed4-3627cac7c85e", "name": "SWIFTERTOCHT, zwb2408-MV07, BE-2025.12", "code": "26FN-39659", "geometry": { "type": "Point", "coordinates": [ 5.686621838358308, 52.46477931682965, 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-10-17T12:32:56.360278Z", "last_modified": "2024-10-18T05:00:10.206097Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/741dd20a-8951-4ecd-80df-4421aa814f6b/?format=api", "uuid": "741dd20a-8951-4ecd-80df-4421aa814f6b", "name": "SWIFTERTOCHT, zwb2408-MV08, BE-2025.12", "code": "26FN-39660", "geometry": { "type": "Point", "coordinates": [ 5.682626010133782, 52.467970902252134, 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-10-17T12:32:56.360328Z", "last_modified": "2024-10-18T05:00:10.258600Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/b8dc0247-fa60-4191-ac34-3ed652ed56c4/?format=api", "uuid": "b8dc0247-fa60-4191-ac34-3ed652ed56c4", "name": "SWIFTERTOCHT, zwb2408-MV09, BE-2025.12", "code": "26FN-39661", "geometry": { "type": "Point", "coordinates": [ 5.678190232884987, 52.471486978522066, 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-10-17T12:32:56.360396Z", "last_modified": "2024-10-18T05:00:10.302738Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/6b6b1d61-d1a9-4a71-995b-598eee062ba5/?format=api", "uuid": "6b6b1d61-d1a9-4a71-995b-598eee062ba5", "name": "SWIFTERTOCHT, zwb2408-MV10, BE-2025.12", "code": "26FN-39662", "geometry": { "type": "Point", "coordinates": [ 5.67413461005339, 52.474723354877256, 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-10-17T12:32:56.360448Z", "last_modified": "2024-10-18T05:00:10.359226Z", "last_modified_by": "sa_zuiderzeeland" } ] }{ "count": 59876, "next": "