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=5965
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 59876,
    "next": "https://demo.lizard.net/api/v4/locations/?format=api&page=5966",
    "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5964",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/6e7dc17e-492b-4d02-b394-205316a92ee2/?format=api",
            "uuid": "6e7dc17e-492b-4d02-b394-205316a92ee2",
            "name": "WATERGANG Z:AL_719, zwb2402-mv01, BE-2025.22",
            "code": "26CN-39484",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.297347491387773,
                    52.338364033888794,
                    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.356128Z",
            "last_modified": "2024-10-18T05:00:05.239260Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/63006234-4f17-4220-89a9-317ea5de5ca8/?format=api",
            "uuid": "63006234-4f17-4220-89a9-317ea5de5ca8",
            "name": "STADSWATER ALMERE, Zwaansplantsoen, zwb2402-mv02, BE-2025.22",
            "code": "26CN-39489",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.298740178081993,
                    52.33898522834321,
                    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.356294Z",
            "last_modified": "2024-10-18T05:00:05.389112Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/68b42d18-c451-4ba1-8ccb-388aabba9692/?format=api",
            "uuid": "68b42d18-c451-4ba1-8ccb-388aabba9692",
            "name": "STADSWATER ALMERE, Zwaansplantsoen, zwb2402-mv03, BE-2025.22",
            "code": "26CN-39490",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.300338575304576,
                    52.33948073050017,
                    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.356357Z",
            "last_modified": "2024-10-18T05:00:05.625422Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/f46e8d04-8398-4432-94d2-1f73af9cdc40/?format=api",
            "uuid": "f46e8d04-8398-4432-94d2-1f73af9cdc40",
            "name": "STADSWATER ALMERE, Zwaansplantsoen-Vogelvijver, zwb2402-mv04, BE-2025.22",
            "code": "26CN-39491",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.305659415836814,
                    52.342504353444546,
                    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.356411Z",
            "last_modified": "2024-10-18T05:00:05.680205Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/82540167-b959-435f-976c-ba36e4b55761/?format=api",
            "uuid": "82540167-b959-435f-976c-ba36e4b55761",
            "name": "WATERGANG Z:AL_746, zwb2402-mv05, BE-2025.22",
            "code": "26CN-39492",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.305134230057986,
                    52.340832292927345,
                    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.356462Z",
            "last_modified": "2024-10-18T05:00:05.738642Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/ae91eeda-9f33-4861-8fc5-c9c29fad170a/?format=api",
            "uuid": "ae91eeda-9f33-4861-8fc5-c9c29fad170a",
            "name": "STADSWATER ALMERE, Boomvalkvijver, zwb2402-mv06, BE-2025.22",
            "code": "26CN-39493",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.30654361974675,
                    52.3404378050874,
                    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.356512Z",
            "last_modified": "2024-10-18T05:00:05.794464Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/03c62a4f-76eb-4422-9144-2381670bd1b3/?format=api",
            "uuid": "03c62a4f-76eb-4422-9144-2381670bd1b3",
            "name": "STADSWATER ALMERE, Boomvalkvijver, zwb2402-mv07, BE-2025.22",
            "code": "26CN-39494",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.307939560783121,
                    52.33934225655313,
                    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.356561Z",
            "last_modified": "2024-10-18T05:00:05.848518Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/4f9f508e-3c55-4fe1-991a-19402663f547/?format=api",
            "uuid": "4f9f508e-3c55-4fe1-991a-19402663f547",
            "name": "STADSWATER ALMERE, Arendvijver, zwb2402-mv08, BE-2025.22",
            "code": "26CN-39495",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.312071899506615,
                    52.34259846820338,
                    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.356610Z",
            "last_modified": "2024-10-18T05:00:05.928834Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/70c9c3af-ce7c-4298-b6a2-bd537d72dab4/?format=api",
            "uuid": "70c9c3af-ce7c-4298-b6a2-bd537d72dab4",
            "name": "STADSWATER ALMERE, Renoirvijvers, zwb2402-mv09, BE-2025.22",
            "code": "26CN-39496",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.262035054249734,
                    52.36777538721361,
                    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.356659Z",
            "last_modified": "2024-10-18T05:00:06.020680Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/1e7c4226-f59f-470e-9390-05645b7790b6/?format=api",
            "uuid": "1e7c4226-f59f-470e-9390-05645b7790b6",
            "name": "STADSWATER ALMERE, Rodingracht, zwb2402-mv10, BE-2025.22",
            "code": "26CN-39497",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.265262084175187,
                    52.36892017509172,
                    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.356720Z",
            "last_modified": "2024-10-18T05:00:06.108704Z",
            "last_modified_by": "sa_zuiderzeeland"
        }
    ]
}