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=5989
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 59892,
    "next": "https://demo.lizard.net/api/v4/locations/?format=api&page=5990",
    "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5988",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/0a87f12f-74c5-4a04-be12-ed34385619f2/?format=api",
            "uuid": "0a87f12f-74c5-4a04-be12-ed34385619f2",
            "name": "Stuw Kuinderdijk, kruinhoogte",
            "code": "ST41490-LT2",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.95513888678626,
                    52.730081539998594,
                    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": "2025-03-26T16:31:38.822868Z",
            "last_modified": "2025-03-27T06:00:04.701507Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/8733030f-7815-49aa-b856-766dc066580a/?format=api",
            "uuid": "8733030f-7815-49aa-b856-766dc066580a",
            "name": "Stuw Langs Kamperzandweg zuid, kruinhoogte",
            "code": "ST4870-LT2",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.828186493863101,
                    52.624680223423894,
                    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": "2025-03-26T16:31:38.822998Z",
            "last_modified": "2025-03-27T06:00:04.788594Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/5bfb03f1-3c0d-4a8c-b154-16ede6252763/?format=api",
            "uuid": "5bfb03f1-3c0d-4a8c-b154-16ede6252763",
            "name": "Stuw Kuinderdijk, waterhoogte HWZ",
            "code": "ST41490-LT1",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.95513888678626,
                    52.730081539998594,
                    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": "2025-03-26T16:31:38.823062Z",
            "last_modified": "2025-03-27T06:00:04.889118Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/73284658-7bfe-4602-a8bf-1ec685b89fb4/?format=api",
            "uuid": "73284658-7bfe-4602-a8bf-1ec685b89fb4",
            "name": "Stuw Kuinderdijk, waterhoogte LWZ",
            "code": "ST41490-LT3",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.955080605233444,
                    52.73015371430196,
                    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": "2025-03-26T16:31:38.823118Z",
            "last_modified": "2025-03-27T06:00:04.995454Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/cdecdbd0-338d-4baa-bc44-67069864c705/?format=api",
            "uuid": "cdecdbd0-338d-4baa-bc44-67069864c705",
            "name": "Stuw Langs Kamperzandweg zuid, waterhoogte HWZ",
            "code": "ST4870-LT1",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.828201261741758,
                    52.624680168600854,
                    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": "2025-03-26T16:31:38.823173Z",
            "last_modified": "2025-03-27T06:00:05.112534Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/f79e8df0-de02-4d0d-b2ae-76ee7ca43906/?format=api",
            "uuid": "f79e8df0-de02-4d0d-b2ae-76ee7ca43906",
            "name": "Stuw Langs Kamperzandweg zuid, waterhoogte LWZ",
            "code": "ST4870-LT3",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.828171725984402,
                    52.62468027824509,
                    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": "2025-03-26T16:31:38.823227Z",
            "last_modified": "2025-03-27T06:00:05.204693Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/a12e2e54-1fd4-4d9a-9ea9-b3a475668245/?format=api",
            "uuid": "a12e2e54-1fd4-4d9a-9ea9-b3a475668245",
            "name": "RAMSDIJK, hmp 38.6, Buitenkruin, freatisch",
            "code": "21AZ-201-01",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.758912693285577,
                    52.61300920898483,
                    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": "2025-04-10T05:20:21.755764Z",
            "last_modified": "2025-04-11T05:00:04.097702Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/1897ba98-c406-4fb7-b118-db7166c0efb0/?format=api",
            "uuid": "1897ba98-c406-4fb7-b118-db7166c0efb0",
            "name": "Slibopslagtank, Slibafvoer Dronten",
            "code": "400-W-2512",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.430755779774813,
                    52.50481999466103,
                    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": "2025-04-22T06:22:26.955882Z",
            "last_modified": "2025-04-23T05:00:04.809452Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/468e1985-8244-489e-8e55-61e7d8bc6b5b/?format=api",
            "uuid": "468e1985-8244-489e-8e55-61e7d8bc6b5b",
            "name": "Opvoerpomp Toppad, hoofdmeter, inkoop",
            "code": "A04806412-HFD/Ap",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.625125200371826,
                    52.660822314222635,
                    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": "2025-04-22T09:24:41.956869Z",
            "last_modified": "2025-04-23T05:00:05.151108Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/cc09965e-bea8-4d47-8e12-31bca2355ef4/?format=api",
            "uuid": "cc09965e-bea8-4d47-8e12-31bca2355ef4",
            "name": "41EM009",
            "code": "41EM009",
            "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",
                    "owner": null,
                    "nitgCode": null,
                    "wellCode": null,
                    "broEvents": [],
                    "broid_gmw": null,
                    "coordinates": [
                        241790.62,
                        441795.7
                    ],
                    "dateCreated": "2025-04-16T08:55:30Z",
                    "sync_to_bro": false,
                    "complete_bro": false,
                    "dateModified": "2025-04-16T09:26:14Z",
                    "date_changed": null,
                    "projectNumber": null,
                    "qualityRegime": "imbro",
                    "synced_to_bro": true,
                    "temporal_data": [
                        {
                            "id": 38203,
                            "start": "2025-03-23T23:00:00Z",
                            "offset": 0,
                            "initial": true,
                            "broEvent": "None",
                            "dateModified": "2025-04-16T09:15:53Z",
                            "verticalDatum": "NAP",
                            "wellHeadProtector": "kokerMetaal",
                            "groundLevelPosition": 28.669,
                            "localVerticalReferencePoint": "NAP",
                            "groundLevelPositioningMethod": "RTKGPS20tot100cm"
                        }
                    ],
                    "wellStability": null,
                    "actueel_in_bro": false,
                    "deliver_to_bro": "leveren",
                    "deliveryContext": "publiekeTaak",
                    "initialFunction": "kwaliteitStand",
                    "groundLevelStable": "ja",
                    "constructionStandard": "geen",
                    "date_to_be_corrected": null,
                    "wellConstructionDate": "2025-03-24T00:00:00Z",
                    "scheduled_for_deletion": false,
                    "numberOfMonitoringTubes": 1,
                    "objectIdAccountableParty": "41EM009",
                    "horizontalPositioningMethod": "RTKGPS2tot5cm",
                    "maintenanceResponsibleParty": "05069581"
                }
            },
            "created": "2025-04-23T08:57:12.549720Z",
            "last_modified": "2025-04-23T08:57:14.941880Z",
            "last_modified_by": "vitens_api"
        }
    ]
}