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=5973
https://demo.lizard.net/api/v4/locations/?format=api&page=5974", "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5972", "results": [ { "url": "https://demo.lizard.net/api/v4/locations/6471a2f5-79f4-4641-91ab-a8b55463d638/?format=api", "uuid": "6471a2f5-79f4-4641-91ab-a8b55463d638", "name": "SWIFTERTOCHT, zwb2408-MV11, BE-2025.12", "code": "26FN-39663", "geometry": { "type": "Point", "coordinates": [ 5.669199611314343, 52.47864472858785, 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.360497Z", "last_modified": "2024-10-18T05:00:10.415954Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/f43b91b6-1c60-48e2-9696-3668442958fb/?format=api", "uuid": "f43b91b6-1c60-48e2-9696-3668442958fb", "name": "SWIFTERTOCHT, zwb2408-MV12, BE-2025.12", "code": "26FN-39664", "geometry": { "type": "Point", "coordinates": [ 5.6656698866249, 52.48144816001715, 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.360546Z", "last_modified": "2024-10-18T05:00:10.475965Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/1680778a-d1d0-47ea-96fe-57c91bcc95f2/?format=api", "uuid": "1680778a-d1d0-47ea-96fe-57c91bcc95f2", "name": "PALINGTOCHT, zwb2408-MV13, BE-2025.12", "code": "20HZ-39665", "geometry": { "type": "Point", "coordinates": [ 5.720554397432762, 52.49794216787538, 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.360594Z", "last_modified": "2024-10-18T05:00:10.521973Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/20164ca3-e833-4e5f-91ff-0f5a3235f094/?format=api", "uuid": "20164ca3-e833-4e5f-91ff-0f5a3235f094", "name": "PALINGTOCHT, zwb2408-MV14, BE-2025.12", "code": "20HZ-39666", "geometry": { "type": "Point", "coordinates": [ 5.723010922371913, 52.50145829068918, 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.360642Z", "last_modified": "2024-10-18T05:00:10.567189Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/63f16fc4-2858-4c5f-96d3-3f59c5bf9f88/?format=api", "uuid": "63f16fc4-2858-4c5f-96d3-3f59c5bf9f88", "name": "PALINGTOCHT, zwb2408-MV15, BE-2025.12", "code": "20HZ-39667", "geometry": { "type": "Point", "coordinates": [ 5.725066125202814, 52.50444524965889, 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.360706Z", "last_modified": "2024-10-18T05:00:10.619266Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/d5e3bd11-6387-4399-8e0b-96de55fec758/?format=api", "uuid": "d5e3bd11-6387-4399-8e0b-96de55fec758", "name": "PALINGTOCHT, zwb2408-MV16, BE-2025.12", "code": "20HZ-39668", "geometry": { "type": "Point", "coordinates": [ 5.721667795425139, 52.506899452599455, 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.360761Z", "last_modified": "2024-10-18T05:00:10.663405Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/4d00c926-7f61-4eb6-9bf1-037c93b23008/?format=api", "uuid": "4d00c926-7f61-4eb6-9bf1-037c93b23008", "name": "PALINGTOCHT, zwb2408-MV17, BE-2025.12", "code": "20HZ-39669", "geometry": { "type": "Point", "coordinates": [ 5.716463580566749, 52.508217189383366, 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.360810Z", "last_modified": "2024-10-18T05:00:10.723209Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/7426c264-5812-4f27-b75d-22f699e5adcb/?format=api", "uuid": "7426c264-5812-4f27-b75d-22f699e5adcb", "name": "PALINGTOCHT, zwb2408-MV18, BE-2025.12", "code": "20HZ-39670", "geometry": { "type": "Point", "coordinates": [ 5.710480167551626, 52.50977948291583, 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.360858Z", "last_modified": "2024-10-18T05:00:10.770284Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/9f49ffef-f94d-425b-a6cb-0e961c15e85d/?format=api", "uuid": "9f49ffef-f94d-425b-a6cb-0e961c15e85d", "name": "PALINGTOCHT, zwb2408-MV19, BE-2025.12", "code": "20HZ-39671", "geometry": { "type": "Point", "coordinates": [ 5.704407820671038, 52.51132373651466, 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.360905Z", "last_modified": "2024-10-18T05:00:10.846474Z", "last_modified_by": "sa_zuiderzeeland" }, { "url": "https://demo.lizard.net/api/v4/locations/86cd03ce-2a83-4d38-a354-c0a1e385fe85/?format=api", "uuid": "86cd03ce-2a83-4d38-a354-c0a1e385fe85", "name": "PALINGTOCHT, zwb2408-MV20, BE-2025.12", "code": "20HZ-39672", "geometry": { "type": "Point", "coordinates": [ 5.699026245743064, 52.51270409079046, 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.360953Z", "last_modified": "2024-10-18T05:00:10.891408Z", "last_modified_by": "sa_zuiderzeeland" } ] }{ "count": 59876, "next": "