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=5970
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=5971",
    "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5969",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/b47144c1-7afb-43f3-9481-475f4bf0f38d/?format=api",
            "uuid": "b47144c1-7afb-43f3-9481-475f4bf0f38d",
            "name": "WESTERMEERTOCHT, zwb2405-mv03, BE-2025.25",
            "code": "20EN-39608",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.606742812569496,
                    52.685374192302596,
                    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.358904Z",
            "last_modified": "2024-10-18T05:00:08.809673Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/60ef60d9-304b-497a-9f6b-a220e5c8c86e/?format=api",
            "uuid": "60ef60d9-304b-497a-9f6b-a220e5c8c86e",
            "name": "STEENBANKTOCHT, zwb2405-mv04, BE-2025.25",
            "code": "20FN-39609",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.620855564996551,
                    52.68896903395461,
                    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.358953Z",
            "last_modified": "2024-10-18T05:00:08.869799Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/3a600352-5a4e-4879-a549-8103c399b850/?format=api",
            "uuid": "3a600352-5a4e-4879-a549-8103c399b850",
            "name": "BOEIENTOCHT, zwb2406-mv01, BE-2025.26",
            "code": "20HZ-39610",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.620292305419551,
                    52.51873578152186,
                    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.359001Z",
            "last_modified": "2024-10-18T05:00:08.941748Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/53fdac9b-ae8e-499e-8210-84e2ffeaef7b/?format=api",
            "uuid": "53fdac9b-ae8e-499e-8210-84e2ffeaef7b",
            "name": "WINKELTOCHT, zwb2406-mv02, BE-2025.26",
            "code": "26DZ-39611",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.455830533398358,
                    52.29192079720484,
                    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.359050Z",
            "last_modified": "2024-10-18T05:00:08.990352Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/62a3ff54-9389-4100-b332-dc0e5e7b1ed6/?format=api",
            "uuid": "62a3ff54-9389-4100-b332-dc0e5e7b1ed6",
            "name": "WINKELTOCHT, zwb2406-mv03, BE-2025.26",
            "code": "26DZ-39612",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.453755626690217,
                    52.29622709716472,
                    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.359099Z",
            "last_modified": "2024-10-18T05:00:09.043741Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/c2816c53-004b-4ece-995b-f762e5af4078/?format=api",
            "uuid": "c2816c53-004b-4ece-995b-f762e5af4078",
            "name": "WINKELTOCHT, zwb2406-mv04, BE-2025.26",
            "code": "26DZ-39613",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.451255310300421,
                    52.30063245342458,
                    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.359148Z",
            "last_modified": "2024-10-18T05:00:09.087610Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/5550085c-84ac-4837-aa71-dce5adc1aae1/?format=api",
            "uuid": "5550085c-84ac-4837-aa71-dce5adc1aae1",
            "name": "WINKELTOCHT, zwb2406-mv05, BE-2025.26",
            "code": "26DZ-39614",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.44846073946795,
                    52.30466042325877,
                    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.359196Z",
            "last_modified": "2024-10-18T05:00:09.131919Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/b6e43b1b-02c1-4110-9c4c-7855762718e3/?format=api",
            "uuid": "b6e43b1b-02c1-4110-9c4c-7855762718e3",
            "name": "WINKELTOCHT, zwb2406-mv06, BE-2025.26",
            "code": "26DZ-39615",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.445503788892397,
                    52.30824800779429,
                    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.359246Z",
            "last_modified": "2024-10-18T05:00:09.193316Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/7fe9a829-ce78-4805-a971-0e578c0bcf97/?format=api",
            "uuid": "7fe9a829-ce78-4805-a971-0e578c0bcf97",
            "name": "WINKELTOCHT, zwb2406-mv07, BE-2025.26",
            "code": "26DZ-39616",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.439860096081699,
                    52.30953590115744,
                    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.359298Z",
            "last_modified": "2024-10-18T05:00:09.244433Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/e747b0ce-99d8-4149-93c1-f039fc1e1bd0/?format=api",
            "uuid": "e747b0ce-99d8-4149-93c1-f039fc1e1bd0",
            "name": "WINKELTOCHT, zwb2406-mv08, BE-2025.26",
            "code": "26DZ-39617",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.432923168372457,
                    52.308406348305745,
                    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.359349Z",
            "last_modified": "2024-10-18T05:00:09.294077Z",
            "last_modified_by": "sa_zuiderzeeland"
        }
    ]
}