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=5967
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=5968",
    "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5966",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/067de767-b669-464e-8051-769fd730590a/?format=api",
            "uuid": "067de767-b669-464e-8051-769fd730590a",
            "name": "STADSWATER ALMERE, Stadswetering, zwb2402-mv18, BE-2025.22",
            "code": "26AZ-39557",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.222113552210335,
                    52.37947324373709,
                    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.357275Z",
            "last_modified": "2024-10-18T05:00:06.987438Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/2955c534-fe73-475f-afb3-2439b38f0906/?format=api",
            "uuid": "2955c534-fe73-475f-afb3-2439b38f0906",
            "name": "STADSWATER ALMERE, Veluwegracht, zwb2402-mv19, BE-2025.22",
            "code": "26CN-39558",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.25329488551402,
                    52.359371421081114,
                    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.357325Z",
            "last_modified": "2024-10-18T05:00:07.039132Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/ffc493d0-cb9a-4e51-9fb6-a69cd50f632b/?format=api",
            "uuid": "ffc493d0-cb9a-4e51-9fb6-a69cd50f632b",
            "name": "STADSWATER ALMERE, Veluwegracht, zwb2402-mv20, BE-2025.22",
            "code": "26CN-39559",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.254227086776174,
                    52.356909868656814,
                    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.357375Z",
            "last_modified": "2024-10-18T05:00:07.085087Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/658619a8-a75e-46b0-a881-810a908efc4d/?format=api",
            "uuid": "658619a8-a75e-46b0-a881-810a908efc4d",
            "name": "STADSWATER ALMERE, Veluwegracht, zwb2402-mv21, BE-2025.22",
            "code": "26CN-39560",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.250787459673917,
                    52.358451824828116,
                    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.357426Z",
            "last_modified": "2024-10-18T05:00:07.143115Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/33cf7b12-e5d6-4f62-880c-836cb31507d7/?format=api",
            "uuid": "33cf7b12-e5d6-4f62-880c-836cb31507d7",
            "name": "STADSWATER ALMERE, Lubitschvijver 1 en 2, zwb2402-mv22, BE-2025.22",
            "code": "26CN-39561",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.248639067478431,
                    52.360112037011156,
                    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.357478Z",
            "last_modified": "2024-10-18T05:00:07.191429Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/aecfdc5b-301b-4e20-830b-2377cb78e1b7/?format=api",
            "uuid": "aecfdc5b-301b-4e20-830b-2377cb78e1b7",
            "name": "STADSWATER ALMERE, S van Collumvijver 1 en 2, zwb2402-mv23, BE-2025.22",
            "code": "26CN-39562",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.245914310924849,
                    52.36292193577109,
                    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.357527Z",
            "last_modified": "2024-10-18T05:00:07.233788Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/adb2bfa7-7cb9-45a1-95f8-a63ad8a8661d/?format=api",
            "uuid": "adb2bfa7-7cb9-45a1-95f8-a63ad8a8661d",
            "name": "STADSWATER ALMERE, Mannus Franken Gracht, zwb2402-mv23, BE-2025.22",
            "code": "26CN-39563",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.234509405900105,
                    52.36653877010127,
                    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.357576Z",
            "last_modified": "2024-10-18T05:00:07.300765Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/b9ccbb46-1869-44fa-b09c-65684542cae2/?format=api",
            "uuid": "b9ccbb46-1869-44fa-b09c-65684542cae2",
            "name": "STADSWATER EMMELOORD, Hannie Schaftsloot, zwb2404-mv01, BE-2025.24",
            "code": "20FN-39564",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.720129621574559,
                    52.70900708498246,
                    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.357647Z",
            "last_modified": "2024-10-18T05:00:07.352724Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/b0caf3ab-e8ff-4884-9a7b-fbfc18651f13/?format=api",
            "uuid": "b0caf3ab-e8ff-4884-9a7b-fbfc18651f13",
            "name": "STADSWATER EMMELOORD, Hannie Schaftsloot, zwb2404-mv02, BE-2025.24",
            "code": "20FN-39565",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.719898866412778,
                    52.71174874683191,
                    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.357707Z",
            "last_modified": "2024-10-18T05:00:07.424807Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/edd9cff0-81b7-4064-b680-2b8f4f3a2e05/?format=api",
            "uuid": "edd9cff0-81b7-4064-b680-2b8f4f3a2e05",
            "name": "STADSWATER EMMELOORD, Hannie Schaftsloot, zwb2404-mv04, BE-2025.24",
            "code": "15HZ-39567",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.720126899154545,
                    52.71839843527517,
                    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.357759Z",
            "last_modified": "2024-10-18T05:00:07.469952Z",
            "last_modified_by": "sa_zuiderzeeland"
        }
    ]
}