List assets of type PressurePipe

Query parameters:

organisation Filter by organisation. Supports lookups on uuid and name.

code Exact filter on the code field. The (case-sensitive) startswith lookup is also supported.

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.

geometry The following lookups are available: isnull, contained, contains, contains_properly, covered_by, covers, crosses, disjoint, equals, intersects, overlaps, and within. Query geometries can be supplied as WKT, EWKT or HEXEWKB.

boundary__id: Filter on geometry of the region/boundary with the id boundary__id. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__code: Filter on geometry of the region/boundary with the id boundary__code. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__type: Spatial filter on geometry, whereby geometry is specified by a region/boundary object (see below) and filter operator is ST_Intersects. Available types are COUNTRY, PROVINCE, WATER_BOARD, MUNICIPALITY, CATCHMENT, POLDER, FIXED_DRAINAGE_LEVEL_AREA, PUMPED_DRAINAGE_AREA, MAIN_PUMPED_DRAINAGE_AREA, DISTRICT, NEIGHBOURHOOD, CADASTRE, PLANTATION, FIELD, CITY, and CUSTOM

boundary__name: Filter on name of the region/boundary with the name boundary__name. Requires boundary__type. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

simplify: Simplify the query geometries (in WGS84) using this value as tolerance. A higher value may result in a better response time for detailed geometries. Defaults to 0.00001 degrees (approx. 1 meter). NB: Returned geometries are unaffected.

page_size The number of results on a single page. Defaults to 10, maximum is 100. Note that pagination is disabled for the root endpoint: the response will be truncated to page_size.

Custom route: search

Full-text search in 'code' and 'name' fields. Results are ranked.

Examples:

?code=ABC_2123

?code__startswith=ABC

?created__gte=2017-01-01T00:00:00Z

?last_modified__lt=2018-01-01T00:00:00Z

?organisation__name__startswith=Nelen

?organisation__uuid=61f5a464-c350-44c1-9bc7-d4b42d7f58cb

?organisation__name__icontains=Schuur

?geometry__intersects=POINT (5 52)

?boundary__id=198

?boundary__code=NL_GM0344

?boundary__type=PROVINCE&boundary__name=Utrecht

/search/abc/
GET /api/v4/pressurepipes/?format=api&page=30
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1370,
    "next": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=31",
    "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=29",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6527/?format=api",
            "id": 6527,
            "code": "PL_290",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.738407413686592,
                        52.64251106810539,
                        0.0
                    ],
                    [
                        4.738409369540655,
                        52.642511689911544,
                        0.0
                    ],
                    [
                        4.738418170520949,
                        52.64251401171133,
                        0.0
                    ],
                    [
                        4.738427733754684,
                        52.642518746259015,
                        0.0
                    ],
                    [
                        4.738519339258834,
                        52.642535584888826,
                        0.0
                    ],
                    [
                        4.738639824730085,
                        52.64255773966433,
                        0.0
                    ],
                    [
                        4.738656681166574,
                        52.64256084233869,
                        0.0
                    ],
                    [
                        4.738953983905065,
                        52.64249613738773,
                        0.0
                    ],
                    [
                        4.738967314326035,
                        52.642492875779745,
                        0.0
                    ],
                    [
                        4.738970763206765,
                        52.64249143864263,
                        0.0
                    ],
                    [
                        4.739007780029842,
                        52.64247595763691,
                        0.0
                    ],
                    [
                        4.739084385280918,
                        52.642443931134665,
                        0.0
                    ],
                    [
                        4.739236368783162,
                        52.64238692630706,
                        0.0
                    ],
                    [
                        4.73935938999209,
                        52.64234221986074,
                        0.0
                    ],
                    [
                        4.73977803992381,
                        52.642252973596115,
                        0.0
                    ],
                    [
                        4.739847082209243,
                        52.642233829127164,
                        0.0
                    ],
                    [
                        4.739887403894713,
                        52.64222264378329,
                        0.0
                    ],
                    [
                        4.739935795825949,
                        52.64220921958729,
                        0.0
                    ],
                    [
                        4.740018738467292,
                        52.64218621425625,
                        0.0
                    ],
                    [
                        4.740411731940573,
                        52.6420772158926,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.497908Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6528/?format=api",
            "id": 6528,
            "code": "PL_291",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.936310039114125,
                        52.51125898994443,
                        0.0
                    ],
                    [
                        4.936333605853259,
                        52.51126207229299,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.505869Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6529/?format=api",
            "id": 6529,
            "code": "PL_292",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.936333605853259,
                        52.51126207229299,
                        0.0
                    ],
                    [
                        4.936330701004855,
                        52.51125658791857,
                        0.0
                    ],
                    [
                        4.936330425081049,
                        52.51125620041122,
                        0.0
                    ],
                    [
                        4.936330147873137,
                        52.51125593872289,
                        0.0
                    ],
                    [
                        4.93632985538503,
                        52.51125573090101,
                        0.0
                    ],
                    [
                        4.936329459879417,
                        52.51125551370032,
                        0.0
                    ],
                    [
                        4.936329166565789,
                        52.51125538676209,
                        0.0
                    ],
                    [
                        4.936328946351256,
                        52.511255314026066,
                        0.0
                    ],
                    [
                        4.936328520376921,
                        52.51125519557124,
                        0.0
                    ],
                    [
                        4.936327991018146,
                        52.511255103685905,
                        0.0
                    ],
                    [
                        4.936326372840112,
                        52.5112548908273,
                        0.0
                    ],
                    [
                        4.936309028683757,
                        52.51125263200017,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.514398Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6530/?format=api",
            "id": 6530,
            "code": "PL_293",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.936333605853259,
                        52.51126207229299,
                        0.0
                    ],
                    [
                        4.936338828268684,
                        52.51126274821562,
                        0.0
                    ],
                    [
                        4.936341117326383,
                        52.51126361970439,
                        0.0
                    ],
                    [
                        4.936341629625146,
                        52.511265383184885,
                        0.0
                    ],
                    [
                        4.935887125524742,
                        52.51262752319885,
                        0.0
                    ],
                    [
                        4.935866319271439,
                        52.512793935960225,
                        0.0
                    ],
                    [
                        4.936190497415416,
                        52.513080240232135,
                        0.0
                    ],
                    [
                        4.936274893971817,
                        52.513098778428024,
                        0.0
                    ],
                    [
                        4.936378341955924,
                        52.513122691511576,
                        0.0
                    ],
                    [
                        4.936506313336809,
                        52.51315132615751,
                        0.0
                    ],
                    [
                        4.936528932904976,
                        52.51315638209745,
                        0.0
                    ],
                    [
                        4.936547466561051,
                        52.51316052377615,
                        0.0
                    ],
                    [
                        4.936572790412961,
                        52.51316619213351,
                        0.0
                    ],
                    [
                        4.936880572219049,
                        52.513235062609574,
                        0.0
                    ],
                    [
                        4.936988143942424,
                        52.51325913460507,
                        0.0
                    ],
                    [
                        4.937235122943363,
                        52.51331439121976,
                        0.0
                    ],
                    [
                        4.937341122450929,
                        52.51333810642349,
                        0.0
                    ],
                    [
                        4.937620716464537,
                        52.513400666802305,
                        0.0
                    ],
                    [
                        4.937535916546532,
                        52.51353162468321,
                        0.0
                    ],
                    [
                        4.937396814605007,
                        52.5137423556945,
                        0.0
                    ],
                    [
                        4.937219930668332,
                        52.513958353710905,
                        0.0
                    ],
                    [
                        4.93699421850732,
                        52.514148974520175,
                        0.0
                    ],
                    [
                        4.936725651522766,
                        52.51431782649904,
                        0.0
                    ],
                    [
                        4.93642614698036,
                        52.51446062269167,
                        0.0
                    ],
                    [
                        4.936333019823314,
                        52.514539457025215,
                        0.0
                    ],
                    [
                        4.936355791976125,
                        52.51461911808397,
                        0.0
                    ],
                    [
                        4.936367780578327,
                        52.514668477556796,
                        0.0
                    ],
                    [
                        4.936327897494101,
                        52.51470212770163,
                        0.0
                    ],
                    [
                        4.935868494584024,
                        52.514811474908505,
                        0.0
                    ],
                    [
                        4.935452495866304,
                        52.5149187027606,
                        0.0
                    ],
                    [
                        4.935399897654548,
                        52.514932262264914,
                        0.0
                    ],
                    [
                        4.935387065735331,
                        52.5150633846928,
                        0.0
                    ],
                    [
                        4.935386324696268,
                        52.51507102117164,
                        0.0
                    ],
                    [
                        4.935407167364435,
                        52.515133221507824,
                        0.0
                    ],
                    [
                        4.935414357642325,
                        52.51515471081871,
                        0.0
                    ],
                    [
                        4.935423978235892,
                        52.515183444246816,
                        0.0
                    ],
                    [
                        4.93543194094398,
                        52.51520719233705,
                        0.0
                    ],
                    [
                        4.935438474107362,
                        52.515226674952025,
                        0.0
                    ],
                    [
                        4.935446922802323,
                        52.51525188085151,
                        0.0
                    ],
                    [
                        4.935452840918668,
                        52.5152695636419,
                        0.0
                    ],
                    [
                        4.935475084514284,
                        52.51533596641645,
                        0.0
                    ],
                    [
                        4.935491181217451,
                        52.515384011471504,
                        0.0
                    ],
                    [
                        4.935500384445399,
                        52.51541179063755,
                        0.0
                    ],
                    [
                        4.935468667498911,
                        52.51541892275914,
                        0.0
                    ],
                    [
                        4.935463780049681,
                        52.51542001859503,
                        0.0
                    ],
                    [
                        4.93545168691718,
                        52.51542273169937,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.523214Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6531/?format=api",
            "id": 6531,
            "code": "PL_294",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.815854141230339,
                        52.64392752398086,
                        0.0
                    ],
                    [
                        4.815319992095706,
                        52.64430293173338,
                        0.0
                    ],
                    [
                        4.815279905797439,
                        52.64430190313986,
                        0.0
                    ],
                    [
                        4.815060761726103,
                        52.64418142688424,
                        0.0
                    ],
                    [
                        4.815029551876744,
                        52.64417498567239,
                        0.0
                    ],
                    [
                        4.814816773063805,
                        52.64417748469104,
                        0.0
                    ],
                    [
                        4.814785229351771,
                        52.64418762322011,
                        0.0
                    ],
                    [
                        4.813118182511055,
                        52.64532258117809,
                        0.0
                    ],
                    [
                        4.812554584182472,
                        52.64571197123382,
                        0.0
                    ],
                    [
                        4.812530661448738,
                        52.64571883869757,
                        0.0
                    ],
                    [
                        4.811780708575045,
                        52.645716785043234,
                        0.0
                    ],
                    [
                        4.811733733400239,
                        52.64572270499048,
                        0.0
                    ],
                    [
                        4.811699206488901,
                        52.645734850390305,
                        0.0
                    ],
                    [
                        4.811667258317357,
                        52.645754305878036,
                        0.0
                    ],
                    [
                        4.811652377103137,
                        52.64577028502164,
                        0.0
                    ],
                    [
                        4.811635225646032,
                        52.64580619580318,
                        0.0
                    ],
                    [
                        4.811619839853379,
                        52.6468331710221,
                        0.0
                    ],
                    [
                        4.811617821083161,
                        52.64683952419715,
                        0.0
                    ],
                    [
                        4.811607974480222,
                        52.64684900298384,
                        0.0
                    ],
                    [
                        4.811595979770899,
                        52.64685439117851,
                        0.0
                    ],
                    [
                        4.811574663849177,
                        52.646857334669214,
                        0.0
                    ],
                    [
                        4.811041696613552,
                        52.64685489753585,
                        0.0
                    ],
                    [
                        4.810966224571692,
                        52.64685123355753,
                        0.0
                    ],
                    [
                        4.810778822740278,
                        52.64684206611705,
                        0.0
                    ],
                    [
                        4.810735720228166,
                        52.64685003555362,
                        0.0
                    ],
                    [
                        4.810709478288969,
                        52.646868062514656,
                        0.0
                    ],
                    [
                        4.810681229091557,
                        52.64690395530405,
                        0.0
                    ],
                    [
                        4.810659968757915,
                        52.646924073462785,
                        0.0
                    ],
                    [
                        4.810563852901391,
                        52.64704341597657,
                        0.0
                    ],
                    [
                        4.810519612658004,
                        52.64711336461865,
                        0.0
                    ],
                    [
                        4.810461668227252,
                        52.64719058034846,
                        0.0
                    ],
                    [
                        4.810410733189806,
                        52.64724594618543,
                        0.0
                    ],
                    [
                        4.81032841508249,
                        52.647328238240505,
                        0.0
                    ],
                    [
                        4.810281540659613,
                        52.647365766129425,
                        0.0
                    ],
                    [
                        4.810205262191984,
                        52.64741338777466,
                        0.0
                    ],
                    [
                        4.810118496160766,
                        52.647459601411335,
                        0.0
                    ],
                    [
                        4.81001386182567,
                        52.64750609673974,
                        0.0
                    ],
                    [
                        4.809933004645203,
                        52.64753213566824,
                        0.0
                    ],
                    [
                        4.809720515399227,
                        52.64758898167968,
                        0.0
                    ],
                    [
                        4.809586703877548,
                        52.64760683650218,
                        0.0
                    ],
                    [
                        4.80945302064975,
                        52.647614913711635,
                        0.0
                    ],
                    [
                        4.809212113284502,
                        52.647622451721,
                        0.0
                    ],
                    [
                        4.809038484638084,
                        52.647620798886244,
                        0.0
                    ],
                    [
                        4.808976236320142,
                        52.64762049624368,
                        0.0
                    ],
                    [
                        4.808870800973312,
                        52.64761652348098,
                        0.0
                    ],
                    [
                        4.808765542594934,
                        52.64761257844708,
                        0.0
                    ],
                    [
                        4.808655995020383,
                        52.647605574776264,
                        0.0
                    ],
                    [
                        4.80853581364881,
                        52.64759481653126,
                        0.0
                    ],
                    [
                        4.808497277463464,
                        52.64759030616551,
                        0.0
                    ],
                    [
                        4.808317191610924,
                        52.64756058973978,
                        0.0
                    ],
                    [
                        4.808303211021805,
                        52.647558517537696,
                        0.0
                    ],
                    [
                        4.808120607346157,
                        52.64753151168218,
                        0.0
                    ],
                    [
                        4.807974850259074,
                        52.64750828888653,
                        0.0
                    ],
                    [
                        4.807885203122519,
                        52.6474914505583,
                        0.0
                    ],
                    [
                        4.807860987150396,
                        52.64748679404988,
                        0.0
                    ],
                    [
                        4.807767819017521,
                        52.64746804217825,
                        0.0
                    ],
                    [
                        4.807739317443373,
                        52.64746230427305,
                        0.0
                    ],
                    [
                        4.807684219375658,
                        52.64745090962315,
                        0.0
                    ],
                    [
                        4.80766093641788,
                        52.64744609585055,
                        0.0
                    ],
                    [
                        4.807607318897582,
                        52.6474333602979,
                        0.0
                    ],
                    [
                        4.807553701290009,
                        52.647420633707696,
                        0.0
                    ],
                    [
                        4.807530729497039,
                        52.64741463511406,
                        0.0
                    ],
                    [
                        4.807496751488674,
                        52.6474028759852,
                        0.0
                    ],
                    [
                        4.807462578278473,
                        52.647389111746456,
                        0.0
                    ],
                    [
                        4.807427128291796,
                        52.64737468520664,
                        0.0
                    ],
                    [
                        4.807423268584925,
                        52.64737268021574,
                        0.0
                    ],
                    [
                        4.80740684202368,
                        52.647329731123655,
                        0.0
                    ],
                    [
                        4.807348468177639,
                        52.64731240675997,
                        0.0
                    ],
                    [
                        4.807342206077232,
                        52.647308817290245,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.533239Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6532/?format=api",
            "id": 6532,
            "code": "PL_295",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.887999982321383,
                        52.65756944119162,
                        0.0
                    ],
                    [
                        4.888006072199741,
                        52.657582399241356,
                        0.0
                    ],
                    [
                        4.888020141146299,
                        52.657590313042505,
                        0.0
                    ],
                    [
                        4.888023665732272,
                        52.65759099288197,
                        0.0
                    ],
                    [
                        4.88803839783196,
                        52.657593867679225,
                        0.0
                    ],
                    [
                        4.888047192860572,
                        52.65759245765724,
                        0.0
                    ],
                    [
                        4.888457493657603,
                        52.65752667631805,
                        0.0
                    ],
                    [
                        4.888770995457832,
                        52.65747586498496,
                        0.0
                    ],
                    [
                        4.889087505476246,
                        52.65742428354309,
                        0.0
                    ],
                    [
                        4.889375217201863,
                        52.65737595091407,
                        0.0
                    ],
                    [
                        4.889685050228342,
                        52.65732525662799,
                        0.0
                    ],
                    [
                        4.890015316305893,
                        52.65727249003112,
                        0.0
                    ],
                    [
                        4.890135503711584,
                        52.657252753297044,
                        0.0
                    ],
                    [
                        4.89028737019303,
                        52.65720754443047,
                        0.0
                    ],
                    [
                        4.89037397326553,
                        52.65718173564052,
                        0.0
                    ],
                    [
                        4.890379170221528,
                        52.65718090356899,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.541869Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6533/?format=api",
            "id": 6533,
            "code": "PL_296",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        5.178414171262824,
                        52.72005876559937,
                        0.0
                    ],
                    [
                        5.178410351394205,
                        52.72006528337473,
                        0.0
                    ],
                    [
                        5.178423657274145,
                        52.72006831729772,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.550276Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6534/?format=api",
            "id": 6534,
            "code": "PL_297",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        5.178426069284197,
                        52.72006218349024,
                        0.0
                    ],
                    [
                        5.178423657274145,
                        52.72006831729772,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.558351Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6535/?format=api",
            "id": 6535,
            "code": "PL_298",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        5.178423657274145,
                        52.72006831729772,
                        0.0
                    ],
                    [
                        5.178450370441675,
                        52.72007796209273,
                        0.0
                    ],
                    [
                        5.1785062941551,
                        52.720091845941894,
                        0.0
                    ],
                    [
                        5.178533235677457,
                        52.72010016106094,
                        0.0
                    ],
                    [
                        5.178546993509888,
                        52.720104642648415,
                        0.0
                    ],
                    [
                        5.178550773871819,
                        52.720106437657634,
                        0.0
                    ],
                    [
                        5.178551500221785,
                        52.72010931472942,
                        0.0
                    ],
                    [
                        5.178553872556203,
                        52.72011152965545,
                        0.0
                    ],
                    [
                        5.178556936859526,
                        52.72011762812277,
                        0.0
                    ],
                    [
                        5.178558691593481,
                        52.720150154691346,
                        0.0
                    ],
                    [
                        5.178551038777016,
                        52.72017529554647,
                        0.0
                    ],
                    [
                        5.178598892777329,
                        52.72023357834515,
                        0.0
                    ],
                    [
                        5.178602885068654,
                        52.72033410351242,
                        0.0
                    ],
                    [
                        5.178607562553136,
                        52.72041812997817,
                        0.0
                    ],
                    [
                        5.178526168599747,
                        52.72055962952854,
                        0.0
                    ],
                    [
                        5.178518342732098,
                        52.720577562604205,
                        0.0
                    ],
                    [
                        5.178497351056121,
                        52.72062212767788,
                        0.0
                    ],
                    [
                        5.178460440443878,
                        52.72069335586522,
                        0.0
                    ],
                    [
                        5.178317588297729,
                        52.720941745254805,
                        0.0
                    ],
                    [
                        5.178160755339594,
                        52.7212103303873,
                        0.0
                    ],
                    [
                        5.17795874947746,
                        52.721571886019085,
                        0.0
                    ],
                    [
                        5.177797434306784,
                        52.72185143573041,
                        0.0
                    ],
                    [
                        5.177639887000216,
                        52.72214120091718,
                        0.0
                    ],
                    [
                        5.177459459706092,
                        52.72245788620148,
                        0.0
                    ],
                    [
                        5.177268090412586,
                        52.72279341534383,
                        0.0
                    ],
                    [
                        5.177151970303336,
                        52.723001652065214,
                        0.0
                    ],
                    [
                        5.176975032111541,
                        52.72332388760297,
                        0.0
                    ],
                    [
                        5.17663893336849,
                        52.723880111264116,
                        0.0
                    ],
                    [
                        5.176625810192387,
                        52.723900497240024,
                        0.0
                    ],
                    [
                        5.176516495719247,
                        52.724138995106394,
                        0.0
                    ],
                    [
                        5.176339303232996,
                        52.72444752419943,
                        0.0
                    ],
                    [
                        5.176163036219484,
                        52.724760080761754,
                        0.0
                    ],
                    [
                        5.176009212426119,
                        52.72503448266157,
                        0.0
                    ],
                    [
                        5.175863319225865,
                        52.725296873992626,
                        0.0
                    ],
                    [
                        5.17570970258035,
                        52.72557665897009,
                        0.0
                    ],
                    [
                        5.175563884220912,
                        52.72583505986871,
                        0.0
                    ],
                    [
                        5.175413924719506,
                        52.72610465084049,
                        0.0
                    ],
                    [
                        5.175270630055943,
                        52.726360818107466,
                        0.0
                    ],
                    [
                        5.175232847176424,
                        52.7264297340274,
                        0.0
                    ],
                    [
                        5.175210749373955,
                        52.72647218458239,
                        0.0
                    ],
                    [
                        5.175174668313222,
                        52.7265380929123,
                        0.0
                    ],
                    [
                        5.175071479549548,
                        52.72671590296321,
                        0.0
                    ],
                    [
                        5.174879915669478,
                        52.7270534316698,
                        0.0
                    ],
                    [
                        5.174798014044701,
                        52.72718773806991,
                        0.0
                    ],
                    [
                        5.174765721703941,
                        52.72725661868307,
                        0.0
                    ],
                    [
                        5.174753366573324,
                        52.72728614544144,
                        0.0
                    ],
                    [
                        5.174748102534385,
                        52.72730637445875,
                        0.0
                    ],
                    [
                        5.174746393770441,
                        52.72731076598519,
                        0.0
                    ],
                    [
                        5.174740241720661,
                        52.727327901939354,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.567177Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6536/?format=api",
            "id": 6536,
            "code": "PL_299",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.970498188415408,
                        52.90692827301377,
                        0.0
                    ],
                    [
                        4.970502871666509,
                        52.90692970921932,
                        0.0
                    ],
                    [
                        4.970506614473188,
                        52.906930009844686,
                        0.0
                    ],
                    [
                        4.970511308616775,
                        52.90693030480228,
                        0.0
                    ],
                    [
                        4.970513540279507,
                        52.9069294624646,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.575992Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        }
    ]
}