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=5976
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=5977",
    "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5975",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/8134b073-8c07-4d74-b940-703ef0aff186/?format=api",
            "uuid": "8134b073-8c07-4d74-b940-703ef0aff186",
            "name": "STADSWATER ALMERE, Faunagracht, traject 1, WB2022, raainr. AB 088 - 098",
            "code": "26CN-29782",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.272091578771851,
                    52.38528352135441,
                    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": 252057,
                "type": "measuringstation"
            },
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2024-10-22T15:22:22.877833Z",
            "last_modified": "2024-10-23T05:00:04.384282Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/2f9cb0f3-8aa6-4cfa-a3cf-67366cf1dfe3/?format=api",
            "uuid": "2f9cb0f3-8aa6-4cfa-a3cf-67366cf1dfe3",
            "name": "STADSWATER ALMERE, Faunagracht, traject 2, WB2022, raainr. AB 099 - 109",
            "code": "26CN-29783",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.278932341703252,
                    52.38693468619471,
                    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": 252058,
                "type": "measuringstation"
            },
            "access_modifier": "Public",
            "extra_metadata": {},
            "created": "2024-10-22T15:22:22.877889Z",
            "last_modified": "2024-10-23T05:00:04.474841Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/4da3a54c-b5cc-40a9-ab24-826c517df417/?format=api",
            "uuid": "4da3a54c-b5cc-40a9-ab24-826c517df417",
            "name": "AANVOERSLOOT N:1_40, nabij Wrakkenweg",
            "code": "15HN-38994",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.683312775629036,
                    52.791900120712214,
                    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-22T15:23:09.298256Z",
            "last_modified": "2024-10-23T05:00:04.549425Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/b6d62c2b-e1e1-433a-88fc-1696b87960f6/?format=api",
            "uuid": "b6d62c2b-e1e1-433a-88fc-1696b87960f6",
            "name": "BLOKZIJLERDWARS D-TOCHT,  Voor uitstroom naar Steenwijkertocht",
            "code": "21AN-30264",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.890043580239308,
                    52.70794284157069,
                    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-22T15:23:09.298394Z",
            "last_modified": "2024-10-23T05:00:04.601828Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/c68a45a6-2706-4b9f-bd8e-e095f634039e/?format=api",
            "uuid": "c68a45a6-2706-4b9f-bd8e-e095f634039e",
            "name": "B45C0542-002",
            "code": "B45C0542-002",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.304903301995525,
                    51.67120739289241,
                    0.0
                ]
            },
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c152eb26-47d7-4444-956c-15da0dcf5464/?format=api",
                "uuid": "c152eb26-47d7-4444-956c-15da0dcf5464",
                "name": "Provincie Noord-Brabant"
            },
            "object": {
                "id": 124243,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "demo": {
                        "broid_gmw": null,
                        "broid_gld_imbro": null,
                        "broid_gld_imbroa": null
                    },
                    "broid_gmw": null,
                    "broid_gld_imbro": null,
                    "broid_gld_imbroa": "GLD000000015185"
                }
            },
            "created": "2024-10-29T11:20:57.051660Z",
            "last_modified": "2025-02-14T20:03:36.788309Z",
            "last_modified_by": "brabant.water"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/ce229325-2006-4800-836a-7b07cfc7c476/?format=api",
            "uuid": "ce229325-2006-4800-836a-7b07cfc7c476",
            "name": "HAVENDIEP, Cultuurhaven, zwb24, huidige toplaag (10 cm)",
            "code": "20DZ-086-01",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.441618234848675,
                    52.49922538286169,
                    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.509394Z",
            "last_modified": "2024-11-01T06:00:04.728824Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/47744ea8-ae65-4cc3-aaa1-22581729c327/?format=api",
            "uuid": "47744ea8-ae65-4cc3-aaa1-22581729c327",
            "name": "HAVENDIEP, Cultuurhaven, zwb24, laag (10 cm) op leggerdiepte (-9,20)",
            "code": "20DZ-086-02",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.441632961114263,
                    52.49922537608551,
                    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.509569Z",
            "last_modified": "2024-11-01T06:00:04.880817Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/e6e6d7f7-0f43-4a97-a7b6-6a9a0b9ed55f/?format=api",
            "uuid": "e6e6d7f7-0f43-4a97-a7b6-6a9a0b9ed55f",
            "name": "HAVENDIEP, Cultuurhaven, zwb24, zandlaag (10 cm) op moederlaagdiepte",
            "code": "20DZ-086-03",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.441617579893048,
                    52.49869513101433,
                    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.509647Z",
            "last_modified": "2024-11-01T06:00:04.951310Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/39f7fe1a-dc29-48e9-b364-878f0dc875d9/?format=api",
            "uuid": "39f7fe1a-dc29-48e9-b364-878f0dc875d9",
            "name": "HAVENDIEP, Cultuurhaven, zwb24, veenlaag (10 cm) op moederlaagdiepte",
            "code": "20DZ-086-04",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.441707192879673,
                    52.49971065737202,
                    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.509707Z",
            "last_modified": "2024-11-01T06:00:05.014823Z",
            "last_modified_by": "sa_zuiderzeeland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/43435a61-7cfb-4bf4-8343-72fabc6887a4/?format=api",
            "uuid": "43435a61-7cfb-4bf4-8343-72fabc6887a4",
            "name": "HAVENDIEP, Cultuurhaven, zwb24, kleilaag (10 cm) op moederlaagdiepte",
            "code": "20DZ-086-05",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.4417222752249,
                    52.499998244749584,
                    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.509762Z",
            "last_modified": "2024-11-01T06:00:05.100611Z",
            "last_modified_by": "sa_zuiderzeeland"
        }
    ]
}