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
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=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6237/?format=api",
            "id": 6237,
            "code": "PL_0",
            "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.73776098334217,
                        52.8099164935014,
                        0.0
                    ],
                    [
                        4.737762828313574,
                        52.80991809423017,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.024965Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6238/?format=api",
            "id": 6238,
            "code": "PL_1",
            "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.836547945451474,
                        52.57360313914962,
                        0.0
                    ],
                    [
                        4.836475633031514,
                        52.57360558998391,
                        0.0
                    ],
                    [
                        4.836470767164081,
                        52.57359125057308,
                        0.0
                    ],
                    [
                        4.836467680009666,
                        52.573582132072694,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.060706Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6239/?format=api",
            "id": 6239,
            "code": "PL_2",
            "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.71436236183617,
                        52.784306139396115,
                        0.0
                    ],
                    [
                        4.714357259384932,
                        52.78429961301023,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.075249Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6240/?format=api",
            "id": 6240,
            "code": "PL_3",
            "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.772992212741593,
                        52.69944451939171,
                        0.0
                    ],
                    [
                        4.772987630298426,
                        52.69945907285662,
                        0.0
                    ],
                    [
                        4.772983465600354,
                        52.699472316357244,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.089106Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6241/?format=api",
            "id": 6241,
            "code": "PL_4",
            "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.772983465600354,
                        52.699472316357244,
                        0.0
                    ],
                    [
                        4.772977616334624,
                        52.69949177025303,
                        0.0
                    ],
                    [
                        4.77285473572428,
                        52.699541760515125,
                        0.0
                    ],
                    [
                        4.772853540620909,
                        52.69954259014886,
                        0.0
                    ],
                    [
                        4.772852389518452,
                        52.699543446971035,
                        0.0
                    ],
                    [
                        4.772851282416905,
                        52.69954433098171,
                        0.0
                    ],
                    [
                        4.772850234234676,
                        52.69954523327074,
                        0.0
                    ],
                    [
                        4.772849244846095,
                        52.69954616282453,
                        0.0
                    ],
                    [
                        4.772848314376834,
                        52.6995471106567,
                        0.0
                    ],
                    [
                        4.772847442701169,
                        52.6995480857538,
                        0.0
                    ],
                    [
                        4.772846630070565,
                        52.69954907014261,
                        0.0
                    ],
                    [
                        4.77284587623356,
                        52.69955008179646,
                        0.0
                    ],
                    [
                        4.772845181441593,
                        52.69955110274212,
                        0.0
                    ],
                    [
                        4.772844560361598,
                        52.69955214204249,
                        0.0
                    ],
                    [
                        4.772843983533991,
                        52.699553190558376,
                        0.0
                    ],
                    [
                        4.772843480544073,
                        52.699554248442446,
                        0.0
                    ],
                    [
                        4.772843051266161,
                        52.69955532468137,
                        0.0
                    ],
                    [
                        4.772842369971195,
                        52.69955749604831,
                        0.0
                    ],
                    [
                        4.772821868109621,
                        52.69962396682309,
                        0.0
                    ],
                    [
                        4.772852398135316,
                        52.69962744964637,
                        0.0
                    ],
                    [
                        4.772854241924087,
                        52.69962149171426,
                        0.0
                    ],
                    [
                        4.772855202433941,
                        52.699618396114886,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.099620Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6242/?format=api",
            "id": 6242,
            "code": "PL_5",
            "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.772983465600354,
                        52.699472316357244,
                        0.0
                    ],
                    [
                        4.772842188136312,
                        52.699528188103976,
                        0.0
                    ],
                    [
                        4.772840346390018,
                        52.69952976931811,
                        0.0
                    ],
                    [
                        4.772838607563853,
                        52.69953139599902,
                        0.0
                    ],
                    [
                        4.772836957116597,
                        52.69953305009745,
                        0.0
                    ],
                    [
                        4.772835409715168,
                        52.699534740676185,
                        0.0
                    ],
                    [
                        4.772833965359615,
                        52.6995364677354,
                        0.0
                    ],
                    [
                        4.772832624175654,
                        52.69953822228847,
                        0.0
                    ],
                    [
                        4.772831371370635,
                        52.699540004259056,
                        0.0
                    ],
                    [
                        4.77283023652982,
                        52.69954181379993,
                        0.0
                    ],
                    [
                        4.772829204860647,
                        52.69954365083471,
                        0.0
                    ],
                    [
                        4.772828291281479,
                        52.69954550645335,
                        0.0
                    ],
                    [
                        4.772827466206919,
                        52.69954738050301,
                        0.0
                    ],
                    [
                        4.77282677414079,
                        52.699549264226306,
                        0.0
                    ],
                    [
                        4.772825699900507,
                        52.69955308719534,
                        0.0
                    ],
                    [
                        4.772804424442158,
                        52.699621980497085,
                        0.0
                    ],
                    [
                        4.772773894424121,
                        52.6996184976614,
                        0.0
                    ],
                    [
                        4.772775366731054,
                        52.69961371512575,
                        0.0
                    ],
                    [
                        4.772776327246302,
                        52.69961061952705,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.112186Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6243/?format=api",
            "id": 6243,
            "code": "PL_6",
            "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.887174263342688,
                        52.73876066233832,
                        0.0
                    ],
                    [
                        4.887178172923941,
                        52.738759312734,
                        0.0
                    ],
                    [
                        4.887178782433533,
                        52.73875909960583,
                        0.0
                    ],
                    [
                        4.887204543571383,
                        52.738750247756336,
                        0.0
                    ],
                    [
                        4.887206713869309,
                        52.738749501962715,
                        0.0
                    ],
                    [
                        4.887208807414088,
                        52.73874769538611,
                        0.0
                    ],
                    [
                        4.887200851126472,
                        52.73873774038759,
                        0.0
                    ],
                    [
                        4.887111270182014,
                        52.73863377166167,
                        0.0
                    ],
                    [
                        4.887107631569391,
                        52.73863343285378,
                        0.0
                    ],
                    [
                        4.887106413474883,
                        52.73863377823063,
                        0.0
                    ],
                    [
                        4.887073569845979,
                        52.7386430586546,
                        0.0
                    ],
                    [
                        4.887067329055951,
                        52.738644982618865,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.123081Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6244/?format=api",
            "id": 6244,
            "code": "PL_7",
            "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.75932891548183,
                        52.675556291534484,
                        0.0
                    ],
                    [
                        4.759347651578119,
                        52.67555300224048,
                        0.0
                    ],
                    [
                        4.759348407516888,
                        52.67555287142194,
                        0.0
                    ],
                    [
                        4.759358383335917,
                        52.675551117641184,
                        0.0
                    ],
                    [
                        4.75967838821932,
                        52.67549531487602,
                        0.0
                    ],
                    [
                        4.760010617490605,
                        52.67543761648847,
                        0.0
                    ],
                    [
                        4.760329210522167,
                        52.675384276010284,
                        0.0
                    ],
                    [
                        4.760649872836909,
                        52.67532781803758,
                        0.0
                    ],
                    [
                        4.760978563263825,
                        52.67527237207492,
                        0.0
                    ],
                    [
                        4.761298115296668,
                        52.67521693105425,
                        0.0
                    ],
                    [
                        4.761936333295344,
                        52.675106841647114,
                        0.0
                    ],
                    [
                        4.762268394572124,
                        52.675049100137905,
                        0.0
                    ],
                    [
                        4.762606229221234,
                        52.67498976133292,
                        0.0
                    ],
                    [
                        4.762937333822203,
                        52.67493470909407,
                        0.0
                    ],
                    [
                        4.763335052883127,
                        52.674864592239764,
                        0.0
                    ],
                    [
                        4.763669532335683,
                        52.6748060147138,
                        0.0
                    ],
                    [
                        4.764043633979765,
                        52.67474235033637,
                        0.0
                    ],
                    [
                        4.764367557403582,
                        52.674686717281716,
                        0.0
                    ],
                    [
                        4.764687251368729,
                        52.67463317320543,
                        0.0
                    ],
                    [
                        4.764978501096635,
                        52.674581465682,
                        0.0
                    ],
                    [
                        4.765021590495724,
                        52.674573809267805,
                        0.0
                    ],
                    [
                        4.765245795643956,
                        52.67453514136359,
                        0.0
                    ],
                    [
                        4.765252850746059,
                        52.67453392003943,
                        0.0
                    ],
                    [
                        4.765252910010198,
                        52.674533911362055,
                        0.0
                    ],
                    [
                        4.76533851904908,
                        52.6745191435599,
                        0.0
                    ],
                    [
                        4.765663381453429,
                        52.674463790495935,
                        0.0
                    ],
                    [
                        4.76599396284847,
                        52.6744054467143,
                        0.0
                    ],
                    [
                        4.766318231271073,
                        52.67435120317564,
                        0.0
                    ],
                    [
                        4.766640066613007,
                        52.674296442781944,
                        0.0
                    ],
                    [
                        4.766974542570263,
                        52.67423748749301,
                        0.0
                    ],
                    [
                        4.767654125471838,
                        52.67412040235934,
                        0.0
                    ],
                    [
                        4.768266180511687,
                        52.6740138455485,
                        0.0
                    ],
                    [
                        4.768331639696244,
                        52.674001918565764,
                        0.0
                    ],
                    [
                        4.768429116810687,
                        52.67398416362428,
                        0.0
                    ],
                    [
                        4.768443687877596,
                        52.67398151629051,
                        0.0
                    ],
                    [
                        4.76866681346155,
                        52.67394348341666,
                        0.0
                    ],
                    [
                        4.768976356369308,
                        52.67388872470634,
                        0.0
                    ],
                    [
                        4.769443802877523,
                        52.673807697834114,
                        0.0
                    ],
                    [
                        4.769765117591485,
                        52.673751542276584,
                        0.0
                    ],
                    [
                        4.770085347818403,
                        52.67369464327904,
                        0.0
                    ],
                    [
                        4.770415661958129,
                        52.67363553991703,
                        0.0
                    ],
                    [
                        4.770745432444773,
                        52.67357823924684,
                        0.0
                    ],
                    [
                        4.771078394015955,
                        52.67352105304932,
                        0.0
                    ],
                    [
                        4.77140212955489,
                        52.673465930156176,
                        0.0
                    ],
                    [
                        4.77205619524482,
                        52.673352300701865,
                        0.0
                    ],
                    [
                        4.772363054330434,
                        52.6732996043495,
                        0.0
                    ],
                    [
                        4.772741602825522,
                        52.67323434493375,
                        0.0
                    ],
                    [
                        4.773048416548742,
                        52.67318160164756,
                        0.0
                    ],
                    [
                        4.773557214228719,
                        52.67309433728361,
                        0.0
                    ],
                    [
                        4.773944578225061,
                        52.67302749283827,
                        0.0
                    ],
                    [
                        4.774604750190277,
                        52.67291184078993,
                        0.0
                    ],
                    [
                        4.775201007725024,
                        52.67280974151415,
                        0.0
                    ],
                    [
                        4.775540759153656,
                        52.672750384911616,
                        0.0
                    ],
                    [
                        4.775600612712435,
                        52.6727287728869,
                        0.0
                    ],
                    [
                        4.775689799849562,
                        52.67267840883881,
                        0.0
                    ],
                    [
                        4.775918132643268,
                        52.672638160340725,
                        0.0
                    ],
                    [
                        4.776243343215278,
                        52.6725813063443,
                        0.0
                    ],
                    [
                        4.776566014148289,
                        52.67252628079778,
                        0.0
                    ],
                    [
                        4.776902230339781,
                        52.67246781886369,
                        0.0
                    ],
                    [
                        4.777235315321318,
                        52.672408000837905,
                        0.0
                    ],
                    [
                        4.777473460707403,
                        52.67236786258096,
                        0.0
                    ],
                    [
                        4.777521815945854,
                        52.67235970738092,
                        0.0
                    ],
                    [
                        4.777551157898017,
                        52.672354771000606,
                        0.0
                    ],
                    [
                        4.777616362489733,
                        52.67234378127045,
                        0.0
                    ],
                    [
                        4.777641970122716,
                        52.672339463823334,
                        0.0
                    ],
                    [
                        4.777677906794157,
                        52.67233340185438,
                        0.0
                    ],
                    [
                        4.777682134698883,
                        52.672322773707336,
                        0.0
                    ],
                    [
                        4.777586543701979,
                        52.67208138256726,
                        0.0
                    ],
                    [
                        4.777506056809719,
                        52.67190549541531,
                        0.0
                    ],
                    [
                        4.777441799277311,
                        52.671765109862314,
                        0.0
                    ],
                    [
                        4.777437068804996,
                        52.67175547832018,
                        0.0
                    ],
                    [
                        4.777435659675485,
                        52.67175261317422,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.133716Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6245/?format=api",
            "id": 6245,
            "code": "PL_8",
            "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.804794336150285,
                        52.83483880856972,
                        0.0
                    ],
                    [
                        4.80478632670293,
                        52.834835174751916,
                        0.0
                    ],
                    [
                        4.804766280832515,
                        52.834826090096406,
                        0.0
                    ],
                    [
                        4.804727011462979,
                        52.834810800560604,
                        0.0
                    ],
                    [
                        4.804712993873522,
                        52.83480480083715,
                        0.0
                    ],
                    [
                        4.804709144244661,
                        52.83480415296446,
                        0.0
                    ],
                    [
                        4.804707364823877,
                        52.834804054407584,
                        0.0
                    ],
                    [
                        4.804702591385425,
                        52.834805918322296,
                        0.0
                    ],
                    [
                        4.804676153799647,
                        52.834829963662166,
                        0.0
                    ],
                    [
                        4.804584871929082,
                        52.834909410348594,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.144773Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6246/?format=api",
            "id": 6246,
            "code": "PL_9",
            "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.738227983781569,
                        52.806614815477595,
                        0.0
                    ],
                    [
                        4.738221156552219,
                        52.806621185975146,
                        0.0
                    ],
                    [
                        4.737798769508551,
                        52.80701512746829,
                        0.0
                    ],
                    [
                        4.737762041021053,
                        52.807043739411256,
                        0.0
                    ],
                    [
                        4.737719611378009,
                        52.807076777788474,
                        0.0
                    ],
                    [
                        4.737673325842366,
                        52.80711281474274,
                        0.0
                    ],
                    [
                        4.737617497695858,
                        52.807156303749544,
                        0.0
                    ],
                    [
                        4.737423246797285,
                        52.80730757320334,
                        0.0
                    ],
                    [
                        4.737402571148139,
                        52.80732272027639,
                        0.0
                    ],
                    [
                        4.737142021523071,
                        52.8075353229811,
                        0.0
                    ],
                    [
                        4.736221626356471,
                        52.8082473838458,
                        0.0
                    ],
                    [
                        4.735786899049245,
                        52.80859228119471,
                        0.0
                    ],
                    [
                        4.735755788730637,
                        52.80861690606915,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.157439Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        }
    ]
}