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=5968
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=5969",
    "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5967",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/8106b86c-7647-409d-9b7c-e3b1efb41bc8/?format=api",
            "uuid": "8106b86c-7647-409d-9b7c-e3b1efb41bc8",
            "name": "STADSWATER EMMELOORD, Hannie Schaftsloot, zwb2404-mv05, BE-2025.24",
            "code": "15HZ-39568",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.720257517242351,
                    52.72195688840786,
                    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.357809Z",
            "last_modified": "2024-10-18T05:00:07.519113Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/e1e3c15a-d004-432b-88a6-16edcecaaa31/?format=api",
            "uuid": "e1e3c15a-d004-432b-88a6-16edcecaaa31",
            "name": "STADSWATER EMMELOORD, Zeeuws-Vlaanderensingel, zwb2404-mv06, BE-2025.24",
            "code": "15HZ-39569",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.724908671158769,
                    52.71665946745889,
                    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.357859Z",
            "last_modified": "2024-10-18T05:00:07.565441Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/56a4abd0-6f9a-44a3-90db-9baccaf67b4c/?format=api",
            "uuid": "56a4abd0-6f9a-44a3-90db-9baccaf67b4c",
            "name": "STADSWATER EMMELOORD, Zeeuws-Vlaanderensingel, zwb2404-mv07, BE-2025.24",
            "code": "15HZ-39570",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.721415008542654,
                    52.718466718745596,
                    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.357909Z",
            "last_modified": "2024-10-18T05:00:07.613420Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/8d8ef97c-71d8-462c-92cb-a8b91771727e/?format=api",
            "uuid": "8d8ef97c-71d8-462c-92cb-a8b91771727e",
            "name": "STADSWATER EMMELOORD, Zeeuws-Vlaanderensingel, zwb2404-mv08, BE-2025.24",
            "code": "15HZ-39571",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.72094073816843,
                    52.7183781810293,
                    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.357958Z",
            "last_modified": "2024-10-18T05:00:07.663851Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/1d30cf32-8488-4a39-af70-dffc555f9f3c/?format=api",
            "uuid": "1d30cf32-8488-4a39-af70-dffc555f9f3c",
            "name": "STADSWATER EMMELOORD, Amstellandsingel, zwb2404-mv09, BE-2025.24",
            "code": "15HZ-39572",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.728761055190167,
                    52.719146833745086,
                    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.358007Z",
            "last_modified": "2024-10-18T05:00:07.712105Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/971dc5ec-5490-4bf6-ae4f-098a42f30d90/?format=api",
            "uuid": "971dc5ec-5490-4bf6-ae4f-098a42f30d90",
            "name": "STADSWATER EMMELOORD, Espelerwegsloot, zwb2404-mv22, BE-2025.24",
            "code": "15HZ-39573",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.722635191778467,
                    52.723199388938134,
                    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.358056Z",
            "last_modified": "2024-10-18T05:00:07.771925Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/9372a536-ce5f-4414-bd35-44e20df673bc/?format=api",
            "uuid": "9372a536-ce5f-4414-bd35-44e20df673bc",
            "name": "STADSWATER EMMELOORD, Espelerwegsingel, zwb2404-mv10, BE-2025.24",
            "code": "15HZ-39574",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.727045244568761,
                    52.723097004097795,
                    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.358104Z",
            "last_modified": "2024-10-18T05:00:07.835422Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/90fbcb48-e5e8-4f7e-a19d-d600714ea47b/?format=api",
            "uuid": "90fbcb48-e5e8-4f7e-a19d-d600714ea47b",
            "name": "STADSWATER EMMELOORD, Espelerwegsingel, zwb2404-mv11, BE-2025.24",
            "code": "15HZ-39575",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.731041691108356,
                    52.72310349486299,
                    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.358153Z",
            "last_modified": "2024-10-18T05:00:07.898209Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/bb4963cd-1bbd-4700-b069-0c6e1516fbc2/?format=api",
            "uuid": "bb4963cd-1bbd-4700-b069-0c6e1516fbc2",
            "name": "STADSWATER EMMELOORD, Espelerwegsingel, zwb2404-mv12, BE-2025.24",
            "code": "15HZ-39576",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.735126588843614,
                    52.72306465822597,
                    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.358201Z",
            "last_modified": "2024-10-18T05:00:07.949169Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/edf2de4e-3ead-4cd0-8b2a-7d060daa5356/?format=api",
            "uuid": "edf2de4e-3ead-4cd0-8b2a-7d060daa5356",
            "name": "STADSWATER EMMELOORD, Espelerwegsingel-Stellingwerfsingel, zwb2404-mv13, BE-2025",
            "code": "15HZ-39577",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.739615872750302,
                    52.72177530247141,
                    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.358299Z",
            "last_modified": "2024-10-18T05:00:07.991495Z",
            "last_modified_by": "sa_zuiderzeeland"
        }
    ]
}