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

{
    "count": 39907,
    "next": "https://zuiderzeeland.lizard.net/api/v4/locations/?format=api&page=3989",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/locations/?format=api&page=3987",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/locations/bf54c48b-4b05-47c9-8455-6ae1fd9cadab/?format=api",
            "uuid": "bf54c48b-4b05-47c9-8455-6ae1fd9cadab",
            "name": "Ephyra slibgistingstank, Handmeetpunt Compartiment 1",
            "code": "800-Y-2451",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.683958075087586,
                    52.68552325341129,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "object": {
                "id": 251672,
                "type": "measuringstation"
            },
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2025-03-11T13:20:49.098871Z",
            "last_modified": "2025-03-12T06:00:04.406254Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/locations/8398e2a2-54d0-49fe-88af-159ea106f84a/?format=api",
            "uuid": "8398e2a2-54d0-49fe-88af-159ea106f84a",
            "name": "Hoofdmeetnet_97, kavel Q36, 1e WVP",
            "code": "21AZ-200-02",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.834171384859965,
                    52.64974999217147,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://zuiderzeeland.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:21:02.889931Z",
            "last_modified": "2025-03-27T06:00:04.204699Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/locations/49c54fed-35db-46f5-b7aa-b22bda051928/?format=api",
            "uuid": "49c54fed-35db-46f5-b7aa-b22bda051928",
            "name": "Hoofdmeetnet_97, kavel Q36, freatisch",
            "code": "21AZ-200-01",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.834171384859965,
                    52.64974999217147,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://zuiderzeeland.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:22:09.926923Z",
            "last_modified": "2025-03-27T06:00:04.370687Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/locations/392e3c9c-91bc-4bb0-be37-50a6d558bdd9/?format=api",
            "uuid": "392e3c9c-91bc-4bb0-be37-50a6d558bdd9",
            "name": "ZUIDLOB, Zandkop kavel O63",
            "code": "26DZ-40076",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.437065575791833,
                    52.288973269361314,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://zuiderzeeland.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:24:49.611757Z",
            "last_modified": "2025-03-27T06:00:04.529033Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://zuiderzeeland.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://zuiderzeeland.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://zuiderzeeland.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://zuiderzeeland.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://zuiderzeeland.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://zuiderzeeland.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://zuiderzeeland.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://zuiderzeeland.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://zuiderzeeland.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://zuiderzeeland.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://zuiderzeeland.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://zuiderzeeland.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"
        }
    ]
}