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=5981
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=5982",
    "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5980",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/ad0f118c-9976-46d9-bc28-dd94557f789d/?format=api",
            "uuid": "ad0f118c-9976-46d9-bc28-dd94557f789d",
            "name": "NOORDERMEERDIJK, hmp 4.24, Binnentalud, freatisch",
            "code": "15FZ-129-02",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.665561466736076,
                    52.83054971721922,
                    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-11-25T13:07:47.469465Z",
            "last_modified": "2024-11-26T06:00:05.592362Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/2646e69c-19d6-4618-a1ef-56a7dbed989f/?format=api",
            "uuid": "2646e69c-19d6-4618-a1ef-56a7dbed989f",
            "name": "NOORDERMEERDIJK, hmp 4.24, Benedenbeloop, freatisch",
            "code": "15FZ-129-03",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.665709040750906,
                    52.83042355952908,
                    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-11-25T13:07:47.469519Z",
            "last_modified": "2024-11-26T06:00:05.638321Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/59b47c01-e413-4927-8598-d99c89936937/?format=api",
            "uuid": "59b47c01-e413-4927-8598-d99c89936937",
            "name": "VOGELGEBIED, Eendenweg 9, E18, 1e WVP",
            "code": "26EN-125-02",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.520261394416464,
                    52.44709920754906,
                    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-11-25T13:09:23.636857Z",
            "last_modified": "2024-11-26T06:00:05.715057Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/107c05bc-3c75-4720-8b2e-70ba9220f078/?format=api",
            "uuid": "107c05bc-3c75-4720-8b2e-70ba9220f078",
            "name": "VOGELGEBIED, Eendenweg 13, E14, 1e WVP",
            "code": "26EN-124-02",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.502807763121139,
                    52.43247699276806,
                    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-11-25T13:09:23.636990Z",
            "last_modified": "2024-11-26T06:00:05.779939Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/2e5f72b7-6bfb-4f2b-97fb-3b80c173360d/?format=api",
            "uuid": "2e5f72b7-6bfb-4f2b-97fb-3b80c173360d",
            "name": "VOGELGEBIED, Vogelweg 6, E35, 1e WVP",
            "code": "26EN-123-02",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.541608961120772,
                    52.44008105383022,
                    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-11-25T13:09:23.637055Z",
            "last_modified": "2024-11-26T06:00:05.843062Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/baeaad40-0501-46e7-a1b2-92f15dbd6b57/?format=api",
            "uuid": "baeaad40-0501-46e7-a1b2-92f15dbd6b57",
            "name": "Opvoerpomp Zuider-D-tocht, waterhoogte LWZ",
            "code": "OP4172-LT1",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.765996742865604,
                    52.67612123690439,
                    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-11-26T11:22:14.971251Z",
            "last_modified": "2024-11-27T06:00:05.054030Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/1db79406-aa1f-46fb-a994-757eb47a9313/?format=api",
            "uuid": "1db79406-aa1f-46fb-a994-757eb47a9313",
            "name": "Opvoerpomp Zuider-D-tocht, waterhoogte HWZ",
            "code": "OP4172-LT2",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.76614482805147,
                    52.67614772608422,
                    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-11-26T11:22:14.971387Z",
            "last_modified": "2024-11-27T06:00:05.144313Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/69364108-732b-4abf-a960-5ed0e5299d97/?format=api",
            "uuid": "69364108-732b-4abf-a960-5ed0e5299d97",
            "name": "Opvoerpomp Zuider-D-tocht, pomp",
            "code": "OP4172-P",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.766070901715658,
                    52.676147961699776,
                    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-11-26T11:22:14.971451Z",
            "last_modified": "2024-11-27T06:00:05.188989Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/6f9e9c06-c30f-4060-8f57-0a784cc45f2c/?format=api",
            "uuid": "6f9e9c06-c30f-4060-8f57-0a784cc45f2c",
            "name": "Pomp Kadoelertocht, in bedrijf",
            "code": "OP4115-P",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.927140871874894,
                    52.66611523572503,
                    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": 228597,
                "type": "measuringstation"
            },
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2024-11-26T21:21:41.021932Z",
            "last_modified": "2024-11-27T06:00:05.268873Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/a01320fd-b101-4355-9bcf-0b45f671b5ba/?format=api",
            "uuid": "a01320fd-b101-4355-9bcf-0b45f671b5ba",
            "name": "Stuw Steenwijkertocht 2, kruinhoogte",
            "code": "ST4891-LT3",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.906874105390774,
                    52.71102495683533,
                    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-11-26T21:21:46.947049Z",
            "last_modified": "2024-11-27T06:00:05.328487Z",
            "last_modified_by": "sa_zuiderzeeland"
        }
    ]
}