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=5974
https://demo.lizard.net/api/v4/locations/?format=api&page=5975", "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5973", "results": [ { "url": "https://demo.lizard.net/api/v4/locations/9ac86e99-1615-441a-a4ff-1059edf2fba9/?format=api", "uuid": "9ac86e99-1615-441a-a4ff-1059edf2fba9", "name": "PALINGTOCHT, zwb2408-MV21, BE-2025.12", "code": "20HZ-39673", "geometry": { "type": "Point", "coordinates": [ 5.692409100644475, 52.51440194411474, 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.361001Z", "last_modified": "2024-10-18T05:00:10.953614Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/7d37ee9a-96dd-4564-8e31-7cf6a76c1219/?format=api", "uuid": "7d37ee9a-96dd-4564-8e31-7cf6a76c1219", "name": "ROODBEENTOCHT, zwb2408-MV22, BE-2025.12", "code": "20HZ-39674", "geometry": { "type": "Point", "coordinates": [ 5.657873157276704, 52.51590581797848, 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.361049Z", "last_modified": "2024-10-18T05:00:11.000056Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/d9c7f297-b4fb-4bd4-966f-b88954f1973e/?format=api", "uuid": "d9c7f297-b4fb-4bd4-966f-b88954f1973e", "name": "ROODBEENTOCHT, zwb2408-MV23, BE-2025.12", "code": "20HZ-39675", "geometry": { "type": "Point", "coordinates": [ 5.652077242817696, 52.50749777133075, 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.361097Z", "last_modified": "2024-10-18T05:00:11.046820Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/37b1682a-a488-41ff-a342-9209aab4c225/?format=api", "uuid": "37b1682a-a488-41ff-a342-9209aab4c225", "name": "ROODBEENTOCHT, zwb2408-MV24, BE-2025.12", "code": "20HZ-39676", "geometry": { "type": "Point", "coordinates": [ 5.645900184757841, 52.499009375409706, 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.361145Z", "last_modified": "2024-10-18T05:00:11.100080Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/e1b70d77-8136-4db1-b818-07f661dfc2e1/?format=api", "uuid": "e1b70d77-8136-4db1-b818-07f661dfc2e1", "name": "RIVIERDUINTOCHT ZUID, zwb2408-MV26, BE-2025.12", "code": "20HN-39677", "geometry": { "type": "Point", "coordinates": [ 5.617180318527934, 52.56047875237591, 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.361192Z", "last_modified": "2024-10-18T05:00:11.151287Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/e763ced6-2765-431a-9bc1-b77a4a23be87/?format=api", "uuid": "e763ced6-2765-431a-9bc1-b77a4a23be87", "name": "ZWANENTOCHT, zwb2408-MV25, BE-2025.12", "code": "26EN-39678", "geometry": { "type": "Point", "coordinates": [ 5.553673931532148, 52.46498684587835, 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.361240Z", "last_modified": "2024-10-18T05:00:11.200196Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/a76ec77d-664f-4d06-a7d6-7e96e1ac4e46/?format=api", "uuid": "a76ec77d-664f-4d06-a7d6-7e96e1ac4e46", "name": "WESTERMEERTOCHT, zwb2409-MV01, BE-2025.02", "code": "15GZ-39679", "geometry": { "type": "Point", "coordinates": [ 5.608563670036413, 52.75024712900778, 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.361287Z", "last_modified": "2024-10-18T05:00:11.254569Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/7c0b6a4a-6823-4452-9d47-5bf4cc8522b2/?format=api", "uuid": "7c0b6a4a-6823-4452-9d47-5bf4cc8522b2", "name": "WESTERMEERTOCHT, zwb2409-MV02, BE-2025.02", "code": "15GZ-39680", "geometry": { "type": "Point", "coordinates": [ 5.608704962243337, 52.75768793680649, 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.361334Z", "last_modified": "2024-10-18T05:00:11.307382Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/4d4ccf28-7cee-41e9-9d15-fa3b49ae218e/?format=api", "uuid": "4d4ccf28-7cee-41e9-9d15-fa3b49ae218e", "name": "NOORDERMEERTOCHT, zwb2409-MV03, BE-2025.02", "code": "15GZ-39681", "geometry": { "type": "Point", "coordinates": [ 5.609338907589972, 52.76293503807737, 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.361380Z", "last_modified": "2024-10-18T05:00:11.352911Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/75251aa1-58fa-424f-983f-19861714f7cc/?format=api", "uuid": "75251aa1-58fa-424f-983f-19861714f7cc", "name": "NOORDERMEERTOCHT, zwb2409-MV04, BE-2025.02", "code": "15HZ-39682", "geometry": { "type": "Point", "coordinates": [ 5.612465804075724, 52.766002638789594, 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.361428Z", "last_modified": "2024-10-18T05:00:11.405809Z", "last_modified_by": "sa_zuiderzeeland" } ] }{ "count": 59876, "next": "