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=5975
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=5976",
    "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5974",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/0097b06f-65ec-40f1-a643-f7a7aa662b92/?format=api",
            "uuid": "0097b06f-65ec-40f1-a643-f7a7aa662b92",
            "name": "VUURTOCHT, zwb2409-MV05, BE-2025.02",
            "code": "15HZ-39683",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.629566731359431,
                    52.76125997268097,
                    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.361475Z",
            "last_modified": "2024-10-18T05:00:11.452001Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/1fa2359e-a80a-4513-8841-38c654e642a7/?format=api",
            "uuid": "1fa2359e-a80a-4513-8841-38c654e642a7",
            "name": "VUURTOCHT, zwb2409-MV06, BE-2025.02",
            "code": "15HZ-39684",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.649268585223945,
                    52.76106544953025,
                    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.361524Z",
            "last_modified": "2024-10-18T05:00:11.498600Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/2fce9855-3edc-4bfc-9a46-3debad2bc87c/?format=api",
            "uuid": "2fce9855-3edc-4bfc-9a46-3debad2bc87c",
            "name": "VUURTOCHT, zwb2409-MV07, BE-2025.02",
            "code": "15HZ-39685",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.654305139228631,
                    52.761018306907054,
                    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.361572Z",
            "last_modified": "2024-10-18T05:00:11.546440Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/67076f68-d0ab-4f5c-88f6-c5e43850d834/?format=api",
            "uuid": "67076f68-d0ab-4f5c-88f6-c5e43850d834",
            "name": "STADSWATER EMMELOORD, wb2024, traject VVE IJszee",
            "code": "15HZ-39687",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.734948115440547,
                    52.715489202956554,
                    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.361620Z",
            "last_modified": "2024-10-18T05:00:11.612629Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/c9df0c21-ea2d-4dcb-97ae-8086f1e0aaed/?format=api",
            "uuid": "c9df0c21-ea2d-4dcb-97ae-8086f1e0aaed",
            "name": "KADOELERMEER, wb2024, traject WSV De Peilstok",
            "code": "21BN-39688",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.932375444680176,
                    52.66855463411609,
                    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.361668Z",
            "last_modified": "2024-10-18T05:00:11.657774Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/a5cd3df3-134d-4c2d-9709-0bf0d0220cda/?format=api",
            "uuid": "a5cd3df3-134d-4c2d-9709-0bf0d0220cda",
            "name": "BIDDINGPOELEN, zwb2403-mv04, BE-2025.23",
            "code": "20FN-39505",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.69398012543521,
                    52.458541173481954,
                    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.361727Z",
            "last_modified": "2024-10-18T05:00:11.711691Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/e76bc3de-4861-4b35-a0a8-ae727426e39d/?format=api",
            "uuid": "e76bc3de-4861-4b35-a0a8-ae727426e39d",
            "name": "HARDERBOSTOCHT, duiker Harderbosweg",
            "code": "26FZ-39628",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.63433100154882,
                    52.389494829416265,
                    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:35:44.523349Z",
            "last_modified": "2024-10-18T05:00:11.770830Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/b3bc65be-9059-476f-b765-4952569dd7e2/?format=api",
            "uuid": "b3bc65be-9059-476f-b765-4952569dd7e2",
            "name": "KAVELSLOOT N:EM-014, nabij Elburgstraat",
            "code": "21AN-39629",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.770074982031759,
                    52.70126281105069,
                    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:35:44.523470Z",
            "last_modified": "2024-10-18T05:00:11.830193Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/eee0594d-ff05-4abf-af70-5cceaa7861f7/?format=api",
            "uuid": "eee0594d-ff05-4abf-af70-5cceaa7861f7",
            "name": "STADSWATER ALMERE, Franquingracht, WB2022, raainr. AB 313 - 317",
            "code": "26AZ-29792",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.315828952056044,
                    52.39731626179305,
                    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": {
                "id": 252055,
                "type": "measuringstation"
            },
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2024-10-22T15:22:22.877510Z",
            "last_modified": "2024-10-23T05:00:04.113851Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/43d55336-dc5b-4b98-a64e-ec9b88e500f8/?format=api",
            "uuid": "43d55336-dc5b-4b98-a64e-ec9b88e500f8",
            "name": "STADSWATER ALMERE, Professorpiggracht, WB2022, raainr. AB 318 - 328",
            "code": "26AZ-29793",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.315148554065254,
                    52.40011995623501,
                    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": {
                "id": 252056,
                "type": "measuringstation"
            },
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2024-10-22T15:22:22.877765Z",
            "last_modified": "2024-10-23T05:00:04.313508Z",
            "last_modified_by": "sa_zuiderzeeland"
        }
    ]
}