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=5977
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=5978",
    "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5976",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/673f75e4-25cb-49a9-817f-d183cf85780c/?format=api",
            "uuid": "673f75e4-25cb-49a9-817f-d183cf85780c",
            "name": "HAVENDIEP, Zeilhaven, zwb24, huidige toplaag (10 cm)",
            "code": "20DZ-085-01",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.43432654962553,
                    52.497188390546455,
                    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-31T12:21:06.509815Z",
            "last_modified": "2024-11-01T06:00:05.335876Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/d09e9c56-c6ac-4321-b5e3-639257ca6edb/?format=api",
            "uuid": "d09e9c56-c6ac-4321-b5e3-639257ca6edb",
            "name": "HAVENDIEP, Zeilhaven, zwb24, laag (10 cm) op leggerdiepte (-9,20)",
            "code": "20DZ-085-02",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.434326540008647,
                    52.49717940322263,
                    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-31T12:21:06.509883Z",
            "last_modified": "2024-11-01T06:00:05.445187Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/1e581b00-80c5-42e4-a057-237bfb14e61f/?format=api",
            "uuid": "1e581b00-80c5-42e4-a057-237bfb14e61f",
            "name": "HAVENDIEP, Zeilhaven, zwb24, zandlaag (10 cm) op moederlaagdiepte",
            "code": "20DZ-085-03",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.43432654962553,
                    52.497188390546455,
                    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-31T12:21:06.509953Z",
            "last_modified": "2024-11-01T06:00:05.598537Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/094932ad-0b87-46a1-a752-b098e153a673/?format=api",
            "uuid": "094932ad-0b87-46a1-a752-b098e153a673",
            "name": "HAVENDIEP, Sleephaven, zwb24, huidige toplaag (10 cm)",
            "code": "20DZ-084-01",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.430366000734867,
                    52.497836990645084,
                    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-31T12:21:06.510035Z",
            "last_modified": "2024-11-01T06:00:05.690596Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/5b3ccf2f-b68a-4026-a62e-db7787071f5c/?format=api",
            "uuid": "5b3ccf2f-b68a-4026-a62e-db7787071f5c",
            "name": "HAVENDIEP, Sleephaven, zwb24, laag (10 cm) op leggerdiepte (-9,20)",
            "code": "20DZ-084-02",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.430380726539591,
                    52.49783698526621,
                    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-31T12:21:06.510105Z",
            "last_modified": "2024-11-01T06:00:05.788063Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/97174430-23bd-4b55-88e6-198bfc0520d3/?format=api",
            "uuid": "97174430-23bd-4b55-88e6-198bfc0520d3",
            "name": "HAVENDIEP, Sleephaven, zwb24, zandlaag (10 cm) op moederlaagdiepte",
            "code": "20DZ-084-03",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.43039545234431,
                    52.497836979885506,
                    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-31T12:21:06.510166Z",
            "last_modified": "2024-11-01T06:00:05.858608Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/f583a2db-609b-4b83-b579-2ba05512a7b0/?format=api",
            "uuid": "f583a2db-609b-4b83-b579-2ba05512a7b0",
            "name": "Lage Knarsluis, hoofdmeter, inkoop",
            "code": "A04170162-HFD/Ap",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.434980045108656,
                    52.44801819379654,
                    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-11T21:26:11.240475Z",
            "last_modified": "2024-11-12T06:00:05.365220Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/7dc16d5d-d7cb-466e-be47-2f5056823596/?format=api",
            "uuid": "7dc16d5d-d7cb-466e-be47-2f5056823596",
            "name": "Anoxische Tank 1, Online meetpunt lachgas 1206",
            "code": "600-AE-1206",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.716632714377199,
                    52.536796463321735,
                    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-18T10:21:07.507171Z",
            "last_modified": "2024-11-19T06:00:05.310755Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/94855b29-95e5-42e1-b248-479891c8f97c/?format=api",
            "uuid": "94855b29-95e5-42e1-b248-479891c8f97c",
            "name": "Oxische Tank 1, Online meetpunt lachgas 1207",
            "code": "600-AE-1207",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.716544484052194,
                    52.53682367027679,
                    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-18T10:21:07.507313Z",
            "last_modified": "2024-11-19T06:00:05.401395Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/31857f79-fad3-4417-977f-0c914ca3d268/?format=api",
            "uuid": "31857f79-fad3-4417-977f-0c914ca3d268",
            "name": "11DM063",
            "code": "11DM063",
            "geometry": null,
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "crs": "RD",
                    "kpi": {
                        "inspectie": [],
                        "waterpassing": [],
                        "schoongepompt": [],
                        "kabel_vervangen": [
                            "2024-11-01T11:00:00Z"
                        ],
                        "meetinstrument_vervangen": [
                            "2024-11-01T11:00:00Z"
                        ]
                    },
                    "owner": null,
                    "nitgCode": null,
                    "wellCode": null,
                    "broEvents": [],
                    "broid_gmw": null,
                    "coordinates": [
                        192423.94,
                        555094.82
                    ],
                    "dateCreated": "2024-10-29T07:54:18Z",
                    "sync_to_bro": false,
                    "complete_bro": false,
                    "dateModified": "2024-10-29T10:56:59Z",
                    "date_changed": null,
                    "projectNumber": null,
                    "qualityRegime": "imbro",
                    "synced_to_bro": true,
                    "temporal_data": [
                        {
                            "id": 37801,
                            "start": "2024-05-29T22:00:00Z",
                            "offset": 0,
                            "initial": true,
                            "broEvent": "None",
                            "dateModified": "2024-10-29T07:59:23Z",
                            "verticalDatum": "NAP",
                            "wellHeadProtector": "kokerMetaal",
                            "groundLevelPosition": -0.84,
                            "localVerticalReferencePoint": "NAP",
                            "groundLevelPositioningMethod": "waterpassing0tot2cm"
                        }
                    ],
                    "wellStability": null,
                    "actueel_in_bro": false,
                    "deliver_to_bro": "leveren",
                    "deliveryContext": "publiekeTaak",
                    "initialFunction": "stand",
                    "groundLevelStable": "nee",
                    "constructionStandard": "NEN5104",
                    "date_to_be_corrected": null,
                    "wellConstructionDate": "2024-05-30T00:00:00Z",
                    "scheduled_for_deletion": false,
                    "numberOfMonitoringTubes": 1,
                    "objectIdAccountableParty": "11DM063",
                    "horizontalPositioningMethod": "DGPS50tot200cm",
                    "maintenanceResponsibleParty": "05069581"
                }
            },
            "created": "2024-11-22T13:57:39.997220Z",
            "last_modified": "2024-11-22T13:57:43.274233Z",
            "last_modified_by": "vitens_api"
        }
    ]
}