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=5969
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=5970",
    "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5968",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/c37ded4d-5683-419a-9e8b-e6f8954dcc6f/?format=api",
            "uuid": "c37ded4d-5683-419a-9e8b-e6f8954dcc6f",
            "name": "STADSWATER EMMELOORD, Gaasterlandvijver-Zuiderveldsingel, zwb2404-mv14, BE-2025.",
            "code": "15HZ-39578",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.73963492938462,
                    52.718620835680554,
                    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.358373Z",
            "last_modified": "2024-10-18T05:00:08.038666Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/231be3e3-c54d-45cc-8972-7bb253b8ec6e/?format=api",
            "uuid": "231be3e3-c54d-45cc-8972-7bb253b8ec6e",
            "name": "STADSWATER EMMELOORD, Verlengde Gildenwegsingel, zwb2404-mv15, BE-2025.24",
            "code": "20FN-39579",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.741041185286145,
                    52.687458858210995,
                    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.358426Z",
            "last_modified": "2024-10-18T05:00:08.091532Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/0658292e-db1a-493c-9cf5-2b34962e663e/?format=api",
            "uuid": "0658292e-db1a-493c-9cf5-2b34962e663e",
            "name": "STADSWATER EMMELOORD, Verlengde Gildenwegsingel, zwb2404-mv16, BE-2025.24",
            "code": "20FN-39580",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.744847255580857,
                    52.68809453501753,
                    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.358476Z",
            "last_modified": "2024-10-18T05:00:08.137657Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/0c768cc3-e969-4cc9-b75b-0081e323f8c3/?format=api",
            "uuid": "0c768cc3-e969-4cc9-b75b-0081e323f8c3",
            "name": "STADSWATER EMMELOORD, Verlengde Gildenwegsingel, zwb2404-mv17, BE-2025.24",
            "code": "20FN-39581",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.748839718819126,
                    52.689798976222924,
                    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.358525Z",
            "last_modified": "2024-10-18T05:00:08.400391Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/3e28080c-f0b8-42c8-8360-8780c7260d50/?format=api",
            "uuid": "3e28080c-f0b8-42c8-8360-8780c7260d50",
            "name": "STADSWATER EMMELOORD, Platinasingel, zwb2404-mv18, BE-2025.24",
            "code": "20FN-39582",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.740164777850678,
                    52.68514281675235,
                    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.358574Z",
            "last_modified": "2024-10-18T05:00:08.449703Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/ba6d31f4-0f42-4e78-8b6d-def7bed7a516/?format=api",
            "uuid": "ba6d31f4-0f42-4e78-8b6d-def7bed7a516",
            "name": "STADSWATER EMMELOORD, Platinasingel, zwb2404-mv19, BE-2025.24",
            "code": "20FN-39583",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.744409538770692,
                    52.68519304908452,
                    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.358622Z",
            "last_modified": "2024-10-18T05:00:08.501001Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/8d7e57aa-3825-4675-b89c-065f438c488e/?format=api",
            "uuid": "8d7e57aa-3825-4675-b89c-065f438c488e",
            "name": "STADSWATER EMMELOORD, Platinasingel, zwb2404-mv20, BE-2025.24",
            "code": "20FN-39584",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.751573109767043,
                    52.68767868663234,
                    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.358670Z",
            "last_modified": "2024-10-18T05:00:08.552491Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/977bb147-f118-46a6-9410-209573478d38/?format=api",
            "uuid": "977bb147-f118-46a6-9410-209573478d38",
            "name": "STADSWATER EMMELOORD, Distributiesingel, zwb2404-mv21, BE-2025.24",
            "code": "21AN-39585",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.758114640638389,
                    52.689968120890114,
                    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.358747Z",
            "last_modified": "2024-10-18T05:00:08.608792Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/ae69dac8-2780-4740-ad28-872b0f576fcf/?format=api",
            "uuid": "ae69dac8-2780-4740-ad28-872b0f576fcf",
            "name": "WESTERMEERTOCHT, zwb2405-mv01, BE-2025.25",
            "code": "20EN-39589",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.606873548100631,
                    52.69376775980258,
                    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.358802Z",
            "last_modified": "2024-10-18T05:00:08.663694Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/1225da0f-3f85-4e3c-a1c0-3ac9442d94de/?format=api",
            "uuid": "1225da0f-3f85-4e3c-a1c0-3ac9442d94de",
            "name": "WESTERMEERTOCHT, zwb2405-mv02, BE-2025.25",
            "code": "20EN-39607",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.606782505236229,
                    52.69035289005406,
                    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.358853Z",
            "last_modified": "2024-10-18T05:00:08.758273Z",
            "last_modified_by": "sa_zuiderzeeland"
        }
    ]
}