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=5966
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=5967",
    "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5965",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/29a2aa89-7c56-4778-9c00-123659b0b1e4/?format=api",
            "uuid": "29a2aa89-7c56-4778-9c00-123659b0b1e4",
            "name": "STADSWATER ALMERE, Grisvijver, zwb2402-mv11, BE-2025.22",
            "code": "26CN-39498",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.267739898956529,
                    52.37026184829394,
                    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.356771Z",
            "last_modified": "2024-10-18T05:00:06.219688Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/f0980b57-62b0-4368-b197-13426a3236fe/?format=api",
            "uuid": "f0980b57-62b0-4368-b197-13426a3236fe",
            "name": "STADSWATER ALMERE, Grisvijver, zwb2402-mv12, BE-2025.22",
            "code": "26CN-39499",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.268093891931188,
                    52.36966902457105,
                    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.356820Z",
            "last_modified": "2024-10-18T05:00:06.325564Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/c8b6e188-c22b-42a7-bc83-07dd3748c330/?format=api",
            "uuid": "c8b6e188-c22b-42a7-bc83-07dd3748c330",
            "name": "BISONTOCHT, zwb2403-mv01, BE-2025.23",
            "code": "20HN-39500",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.647093546940744,
                    52.571624066669536,
                    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.356868Z",
            "last_modified": "2024-10-18T05:00:06.395894Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/1258497c-dcab-453d-8bdf-56867e2e54fe/?format=api",
            "uuid": "1258497c-dcab-453d-8bdf-56867e2e54fe",
            "name": "TARPAN, zwb2403-mv02, BE-2025.23",
            "code": "20HN-39501",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.649957424544822,
                    52.56953272515435,
                    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.356916Z",
            "last_modified": "2024-10-18T05:00:06.546670Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/49eeb23c-fd34-432d-b10d-308460ad0f09/?format=api",
            "uuid": "49eeb23c-fd34-432d-b10d-308460ad0f09",
            "name": "TARPAN, zwb2403-mv03, BE-2025.23",
            "code": "20HN-39504",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.65370803176402,
                    52.567780839392036,
                    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.356964Z",
            "last_modified": "2024-10-18T05:00:06.614918Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/7cdc43d1-d4fd-478e-9baa-1c17bd6a3670/?format=api",
            "uuid": "7cdc43d1-d4fd-478e-9baa-1c17bd6a3670",
            "name": "STADSWATER ALMERE, Michelangelogracht, zwb2402-mv13, BE-2025.22",
            "code": "26CN-39533",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.267779911419712,
                    52.371762813688186,
                    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.357013Z",
            "last_modified": "2024-10-18T05:00:06.701194Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/cefb636d-041a-4613-8a21-8eecb5d0d695/?format=api",
            "uuid": "cefb636d-041a-4613-8a21-8eecb5d0d695",
            "name": "STADSWATER ALMERE, Bevervijvers, zwb2402-mv14, BE-2025.22",
            "code": "26AZ-39553",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.269759015589919,
                    52.378532429989434,
                    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.357063Z",
            "last_modified": "2024-10-18T05:00:06.753268Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/527d57b2-836a-4d85-a6f1-59a7c45cbb18/?format=api",
            "uuid": "527d57b2-836a-4d85-a6f1-59a7c45cbb18",
            "name": "STADSWATER ALMERE, Bomengracht, zwb2402-mv15, BE-2025.22",
            "code": "26AZ-39554",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.244904083616412,
                    52.37579993121286,
                    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.357115Z",
            "last_modified": "2024-10-18T05:00:06.813446Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/a3f13888-6985-4b21-ab32-bfced0c4e188/?format=api",
            "uuid": "a3f13888-6985-4b21-ab32-bfced0c4e188",
            "name": "STADSWATER ALMERE, Verzetsgracht, zwb2402-mv16, BE-2025.22",
            "code": "26AZ-39555",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.238932667481842,
                    52.382946710041885,
                    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.357173Z",
            "last_modified": "2024-10-18T05:00:06.863782Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/1ea83aad-caea-4981-afb6-c0def5b4cdab/?format=api",
            "uuid": "1ea83aad-caea-4981-afb6-c0def5b4cdab",
            "name": "STADSWATER ALMERE, Stadswetering, zwb2402-mv17, BE-2025.22",
            "code": "26AZ-39556",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.221946655244565,
                    52.376965479050405,
                    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.357225Z",
            "last_modified": "2024-10-18T05:00:06.916085Z",
            "last_modified_by": "sa_zuiderzeeland"
        }
    ]
}