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/6494/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://demo.lizard.net/api/v4/pressurepipes/6494/?format=api",
    "id": 6494,
    "code": "PL_257",
    "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.846541599319487,
                52.55235737243887,
                0.0
            ],
            [
                4.846540888426915,
                52.55234920865292,
                0.0
            ],
            [
                4.846594346148029,
                52.55234239694222,
                0.0
            ],
            [
                4.846624958749394,
                52.5523385009709,
                0.0
            ],
            [
                4.846649853223801,
                52.55233198160623,
                0.0
            ],
            [
                4.846704672885732,
                52.55230064946149,
                0.0
            ],
            [
                4.847360904626403,
                52.55219987527148,
                0.0
            ],
            [
                4.847753727065964,
                52.552137805100344,
                0.0
            ],
            [
                4.847956725241513,
                52.55219208526408,
                0.0
            ],
            [
                4.848554263694026,
                52.552100330892586,
                0.0
            ],
            [
                4.848903787700812,
                52.55204970815819,
                0.0
            ],
            [
                4.849234113333102,
                52.551999141218204,
                0.0
            ],
            [
                4.849295133425271,
                52.55198995393443,
                0.0
            ],
            [
                4.84938817866004,
                52.55197706507,
                0.0
            ],
            [
                4.849427013531582,
                52.55197232485348,
                0.0
            ],
            [
                4.849438663980489,
                52.55197090368472,
                0.0
            ],
            [
                4.849453684450612,
                52.55196879676027,
                0.0
            ],
            [
                4.849809644110549,
                52.55193677743873,
                0.0
            ],
            [
                4.849813713627902,
                52.551935555596415,
                0.0
            ],
            [
                4.850038219672586,
                52.55191883031001,
                0.0
            ],
            [
                4.85013979459641,
                52.55190528741431,
                0.0
            ],
            [
                4.85017188592266,
                52.551902197095465,
                0.0
            ],
            [
                4.850251123617555,
                52.55189227385854,
                0.0
            ],
            [
                4.850275210866749,
                52.55188780819693,
                0.0
            ],
            [
                4.850782243205269,
                52.55182498615962,
                0.0
            ],
            [
                4.850803942383582,
                52.551821686950674,
                0.0
            ],
            [
                4.851028722715967,
                52.551730141033794,
                0.0
            ],
            [
                4.851142623931071,
                52.5516837501144,
                0.0
            ],
            [
                4.851161586128387,
                52.55168242469679,
                0.0
            ],
            [
                4.855827125026584,
                52.55135605012574,
                0.0
            ],
            [
                4.856511593429616,
                52.55131100167992,
                0.0
            ],
            [
                4.857265998727994,
                52.55126037469561,
                0.0
            ],
            [
                4.857999696655619,
                52.551210180892454,
                0.0
            ],
            [
                4.858710363422832,
                52.55115010178259,
                0.0
            ],
            [
                4.85946490214036,
                52.55107061193201,
                0.0
            ],
            [
                4.860113087237803,
                52.55098897359132,
                0.0
            ],
            [
                4.86141954442314,
                52.550787777257995,
                0.0
            ],
            [
                4.862033901862175,
                52.550674981174325,
                0.0
            ],
            [
                4.862673673118012,
                52.55054367232691,
                0.0
            ],
            [
                4.863284017017381,
                52.5504069995456,
                0.0
            ],
            [
                4.863925980816325,
                52.55026172724639,
                0.0
            ],
            [
                4.864481182238298,
                52.550130763941176,
                0.0
            ],
            [
                4.864553494753569,
                52.55011370964267,
                0.0
            ],
            [
                4.864565493211799,
                52.550111452697,
                0.0
            ],
            [
                4.864572158205638,
                52.55010888467925,
                0.0
            ],
            [
                4.864577302302015,
                52.550107756935496,
                0.0
            ],
            [
                4.864601219589774,
                52.550102496735,
                0.0
            ],
            [
                4.864666351245619,
                52.550087990142096,
                0.0
            ],
            [
                4.864716922222273,
                52.550076717813745,
                0.0
            ],
            [
                4.864717114303275,
                52.550076682709445,
                0.0
            ],
            [
                4.864740145504604,
                52.55007154440539,
                0.0
            ],
            [
                4.865515909024145,
                52.54990274801389,
                0.0
            ],
            [
                4.866111287750438,
                52.549767118402464,
                0.0
            ],
            [
                4.866759061669302,
                52.549617650220725,
                0.0
            ],
            [
                4.868771678540313,
                52.54916053071722,
                0.0
            ],
            [
                4.869372932739394,
                52.54902629449435,
                0.0
            ],
            [
                4.869433626615631,
                52.54901278151239,
                0.0
            ],
            [
                4.869525096101728,
                52.54899241049556,
                0.0
            ],
            [
                4.870196928605638,
                52.548838633655144,
                0.0
            ],
            [
                4.871548861610954,
                52.548532632354544,
                0.0
            ],
            [
                4.872214132854841,
                52.54838275210233,
                0.0
            ],
            [
                4.872923274528877,
                52.54821893897458,
                0.0
            ],
            [
                4.873610263818098,
                52.54806555002655,
                0.0
            ],
            [
                4.874229341486841,
                52.54792371809328,
                0.0
            ],
            [
                4.874905714596341,
                52.54777219909964,
                0.0
            ],
            [
                4.875670768910203,
                52.547611019436744,
                0.0
            ],
            [
                4.876164097672656,
                52.547504495278886,
                0.0
            ],
            [
                4.876758612938936,
                52.54737921605667,
                0.0
            ],
            [
                4.877432555755511,
                52.54724133306702,
                0.0
            ],
            [
                4.878059984173522,
                52.54711346546555,
                0.0
            ],
            [
                4.87933825986314,
                52.5468535245377,
                0.0
            ],
            [
                4.879914795302595,
                52.546731307206805,
                0.0
            ],
            [
                4.880410784953893,
                52.546631373542844,
                0.0
            ],
            [
                4.880565582950531,
                52.546596390207945,
                0.0
            ],
            [
                4.881256787782452,
                52.54643208238739,
                0.0
            ],
            [
                4.88189911429567,
                52.54629247556424,
                0.0
            ],
            [
                4.881904920513715,
                52.546293956229086,
                0.0
            ],
            [
                4.881973352956081,
                52.54629274654209,
                0.0
            ],
            [
                4.881988026323648,
                52.546293608854285,
                0.0
            ],
            [
                4.882082724657486,
                52.54626962899458,
                0.0
            ],
            [
                4.882094323467007,
                52.546267341618645,
                0.0
            ],
            [
                4.882105295521155,
                52.54626571664148,
                0.0
            ],
            [
                4.882118571122033,
                52.54626247474665,
                0.0
            ],
            [
                4.88219402124102,
                52.54624447939842,
                0.0
            ],
            [
                4.882215129864315,
                52.54623951826925,
                0.0
            ],
            [
                4.882878535341113,
                52.546087988667104,
                0.0
            ],
            [
                4.88347555456021,
                52.54594791126053,
                0.0
            ],
            [
                4.884082049021899,
                52.54578327255216,
                0.0
            ],
            [
                4.884673327477574,
                52.54563914745062,
                0.0
            ],
            [
                4.885305482300018,
                52.54547939239263,
                0.0
            ],
            [
                4.885930481636256,
                52.54532232694248,
                0.0
            ],
            [
                4.887130444982956,
                52.54501627081801,
                0.0
            ],
            [
                4.887778615103441,
                52.54487005113725,
                0.0
            ],
            [
                4.88900618242598,
                52.544580664924986,
                0.0
            ],
            [
                4.889756890577487,
                52.54440493669484,
                0.0
            ],
            [
                4.890524666295104,
                52.54422763942223,
                0.0
            ],
            [
                4.891150300337389,
                52.54408167557774,
                0.0
            ],
            [
                4.891945786940154,
                52.543901006787756,
                0.0
            ],
            [
                4.892727306959714,
                52.54372428288338,
                0.0
            ],
            [
                4.893354534700959,
                52.54357950940415,
                0.0
            ],
            [
                4.893952979071319,
                52.543444355362524,
                0.0
            ],
            [
                4.894560902769989,
                52.54330484281463,
                0.0
            ],
            [
                4.894961376010259,
                52.54321372709647,
                0.0
            ],
            [
                4.895073841624859,
                52.543188138902536,
                0.0
            ],
            [
                4.895194228439014,
                52.5431607500021,
                0.0
            ],
            [
                4.896025627284881,
                52.54297284207699,
                0.0
            ],
            [
                4.896639012786098,
                52.542834114417516,
                0.0
            ],
            [
                4.898035263112138,
                52.542514136676495,
                0.0
            ],
            [
                4.898863542785275,
                52.542326151127014,
                0.0
            ],
            [
                4.899629908897236,
                52.54215373234267,
                0.0
            ],
            [
                4.900274481072763,
                52.54200668384262,
                0.0
            ],
            [
                4.900959628971483,
                52.541851709391615,
                0.0
            ],
            [
                4.901642808386686,
                52.541697019526765,
                0.0
            ],
            [
                4.902373728886078,
                52.541539545877455,
                0.0
            ],
            [
                4.90298820808303,
                52.541411673654096,
                0.0
            ],
            [
                4.90353151405492,
                52.54130554538035,
                0.0
            ],
            [
                4.904411817490494,
                52.54113175342195,
                0.0
            ],
            [
                4.905086842399174,
                52.54100623756196,
                0.0
            ],
            [
                4.905705279283779,
                52.540893852619604,
                0.0
            ],
            [
                4.906591209466891,
                52.540708051225586,
                0.0
            ],
            [
                4.907361565018949,
                52.54054833388205,
                0.0
            ],
            [
                4.907853591974569,
                52.54044139442477,
                0.0
            ],
            [
                4.907957530172147,
                52.540423300027285,
                0.0
            ],
            [
                4.907772573086619,
                52.54011903162781,
                0.0
            ],
            [
                4.907702241687737,
                52.54002870307392,
                0.0
            ],
            [
                4.907677074761289,
                52.5400142935253,
                0.0
            ],
            [
                4.90767725880714,
                52.53999735306347,
                0.0
            ],
            [
                4.907689160889852,
                52.53998179904846,
                0.0
            ],
            [
                4.907701824505597,
                52.53997891132187,
                0.0
            ],
            [
                4.907882955398124,
                52.53993774357174,
                0.0
            ],
            [
                4.907909035165773,
                52.5399318902274,
                0.0
            ],
            [
                4.907944764547261,
                52.539923793036564,
                0.0
            ],
            [
                4.907486643794206,
                52.53914937887743,
                0.0
            ],
            [
                4.90751721627193,
                52.53910849299572,
                0.0
            ],
            [
                4.907464962661007,
                52.53902451050407,
                0.0
            ],
            [
                4.907453853721076,
                52.53900507983832,
                0.0
            ],
            [
                4.907426002567231,
                52.538959688876474,
                0.0
            ],
            [
                4.907401946287348,
                52.53892046061117,
                0.0
            ],
            [
                4.907373341509492,
                52.53887389823082,
                0.0
            ],
            [
                4.907357266534071,
                52.53884758112672,
                0.0
            ],
            [
                4.907310791239608,
                52.53877175549298,
                0.0
            ],
            [
                4.907243736819248,
                52.53875311422948,
                0.0
            ],
            [
                4.907170028988267,
                52.53866724738806,
                0.0
            ],
            [
                4.906673982161198,
                52.53799426081457,
                0.0
            ],
            [
                4.906612352640368,
                52.53789986852991,
                0.0
            ],
            [
                4.906581047881777,
                52.537810371278184,
                0.0
            ],
            [
                4.906580075887039,
                52.53780759024225,
                0.0
            ],
            [
                4.906598870873358,
                52.53774916745993,
                0.0
            ],
            [
                4.90659831990358,
                52.537748329402916,
                0.0
            ],
            [
                4.906532458406965,
                52.53764873421862,
                0.0
            ],
            [
                4.906325269625475,
                52.53731035605328,
                0.0
            ],
            [
                4.906094776880854,
                52.53693454047479,
                0.0
            ],
            [
                4.905859179264643,
                52.53654469237494,
                0.0
            ],
            [
                4.905641838801252,
                52.53618803633608,
                0.0
            ],
            [
                4.905423965555566,
                52.53582514943934,
                0.0
            ],
            [
                4.905183583017878,
                52.535431865240724,
                0.0
            ],
            [
                4.904971426589293,
                52.5350819604552,
                0.0
            ],
            [
                4.904701185728881,
                52.5346366876752,
                0.0
            ],
            [
                4.904457101957518,
                52.53423397702117,
                0.0
            ],
            [
                4.904228466661336,
                52.53386103199549,
                0.0
            ],
            [
                4.903994328622177,
                52.533471437412956,
                0.0
            ],
            [
                4.903779647457683,
                52.53311155299183,
                0.0
            ],
            [
                4.903553364410612,
                52.532721351332754,
                0.0
            ],
            [
                4.903480734161781,
                52.532486250739716,
                0.0
            ],
            [
                4.903478172503344,
                52.532477935948926,
                0.0
            ],
            [
                4.903471438167307,
                52.53246845376856,
                0.0
            ],
            [
                4.903468550031396,
                52.53246437969736,
                0.0
            ],
            [
                4.903439538039312,
                52.5324234587014,
                0.0
            ],
            [
                4.903432368605073,
                52.53241333664049,
                0.0
            ],
            [
                4.903398233744679,
                52.53236516889145,
                0.0
            ],
            [
                4.903396127366054,
                52.53236103509269,
                0.0
            ],
            [
                4.903387326970116,
                52.5323437434281,
                0.0
            ],
            [
                4.903365983257135,
                52.532322572009654,
                0.0
            ],
            [
                4.903148391706948,
                52.532106787349456,
                0.0
            ],
            [
                4.902927065938083,
                52.5317385518125,
                0.0
            ],
            [
                4.902865758806239,
                52.53164316111451,
                0.0
            ],
            [
                4.90285864429074,
                52.53163208657644,
                0.0
            ],
            [
                4.902821896458212,
                52.53156966296454,
                0.0
            ],
            [
                4.902815311102892,
                52.531558716406394,
                0.0
            ],
            [
                4.902687539343355,
                52.53134651480649,
                0.0
            ],
            [
                4.902450212718284,
                52.5309544862538,
                0.0
            ],
            [
                4.902222908182821,
                52.5305815334369,
                0.0
            ],
            [
                4.9019760727204,
                52.53017046563162,
                0.0
            ],
            [
                4.901732142760535,
                52.52977031984908,
                0.0
            ],
            [
                4.901068362712167,
                52.52867114920135,
                0.0
            ],
            [
                4.900854639910097,
                52.528316826090716,
                0.0
            ],
            [
                4.900618641132303,
                52.52793561978958,
                0.0
            ],
            [
                4.900381896693363,
                52.52755023975995,
                0.0
            ],
            [
                4.900167647498551,
                52.52719653326305,
                0.0
            ],
            [
                4.899925452850871,
                52.52679566254339,
                0.0
            ],
            [
                4.89968962160989,
                52.526406078639674,
                0.0
            ],
            [
                4.899472101616809,
                52.5260399906538,
                0.0
            ],
            [
                4.899323206528744,
                52.52580469050588,
                0.0
            ],
            [
                4.899318195513388,
                52.52579677896269,
                0.0
            ],
            [
                4.89929741629614,
                52.525756987171825,
                0.0
            ],
            [
                4.899292697402087,
                52.525749310500906,
                0.0
            ],
            [
                4.899232538417896,
                52.52565148688137,
                0.0
            ],
            [
                4.899000038016673,
                52.52526160959261,
                0.0
            ],
            [
                4.898778500938398,
                52.524892043531544,
                0.0
            ],
            [
                4.898546783047036,
                52.52450008340477,
                0.0
            ],
            [
                4.898307946474488,
                52.524101999990805,
                0.0
            ],
            [
                4.898172178866607,
                52.52386262710613,
                0.0
            ],
            [
                4.89814309761382,
                52.523798310178,
                0.0
            ],
            [
                4.898165833880606,
                52.52373305636002,
                0.0
            ],
            [
                4.898235949582812,
                52.52367908820001,
                0.0
            ],
            [
                4.898426523175236,
                52.523631547795354,
                0.0
            ],
            [
                4.898624547418833,
                52.52358176393845,
                0.0
            ],
            [
                4.899194268119484,
                52.52343178899822,
                0.0
            ],
            [
                4.899819888284983,
                52.52328843093089,
                0.0
            ],
            [
                4.900065655522569,
                52.52322471249225,
                0.0
            ],
            [
                4.900081407574877,
                52.5232206249545,
                0.0
            ],
            [
                4.900137666839824,
                52.52320565811245,
                0.0
            ],
            [
                4.900154219722746,
                52.52320243664328,
                0.0
            ],
            [
                4.900451699325956,
                52.52314448381625,
                0.0
            ],
            [
                4.901072586486709,
                52.52299799908996,
                0.0
            ],
            [
                4.901090225174845,
                52.52299383825906,
                0.0
            ],
            [
                4.901138296177175,
                52.52298513758583,
                0.0
            ],
            [
                4.90115668281269,
                52.522981294367455,
                0.0
            ],
            [
                4.901420843911253,
                52.52292613256919,
                0.0
            ],
            [
                4.902145670593661,
                52.52275997173515,
                0.0
            ],
            [
                4.902613095762747,
                52.522651821147754,
                0.0
            ],
            [
                4.902630718448241,
                52.522647749897054,
                0.0
            ],
            [
                4.902684739496884,
                52.52263653843907,
                0.0
            ],
            [
                4.90270325032848,
                52.52263209333178,
                0.0
            ],
            [
                4.902786881566254,
                52.522611997302285,
                0.0
            ],
            [
                4.903367600043367,
                52.52247919523956,
                0.0
            ],
            [
                4.90399931633442,
                52.522339084489076,
                0.0
            ],
            [
                4.904545071310468,
                52.52221499592213,
                0.0
            ],
            [
                4.90511811482064,
                52.522086486033324,
                0.0
            ],
            [
                4.905944335519108,
                52.52189935973116,
                0.0
            ],
            [
                4.907160123594805,
                52.52162338154995,
                0.0
            ],
            [
                4.907732550420055,
                52.52149054260749,
                0.0
            ],
            [
                4.908395633912686,
                52.52133978626055,
                0.0
            ],
            [
                4.908754872349881,
                52.52125839792177,
                0.0
            ],
            [
                4.908768711901601,
                52.5212552631771,
                0.0
            ],
            [
                4.908831263479351,
                52.52124242064067,
                0.0
            ],
            [
                4.908845440618124,
                52.52123940408413,
                0.0
            ],
            [
                4.909330622371255,
                52.52113617881768,
                0.0
            ],
            [
                4.909939662426607,
                52.52100078941972,
                0.0
            ],
            [
                4.91055848775533,
                52.5208457447748,
                0.0
            ],
            [
                4.910582347187429,
                52.520839765097456,
                0.0
            ],
            [
                4.910622801569374,
                52.52082924150781,
                0.0
            ],
            [
                4.910647505996279,
                52.520824145976874,
                0.0
            ],
            [
                4.911550637740357,
                52.52063794558134,
                0.0
            ],
            [
                4.911908057683679,
                52.52055332293327,
                0.0
            ],
            [
                4.911918235089498,
                52.52055091012466,
                0.0
            ],
            [
                4.911973846508229,
                52.5205379482689,
                0.0
            ],
            [
                4.911983728184315,
                52.52053563313219,
                0.0
            ],
            [
                4.912066222838708,
                52.52051633489229,
                0.0
            ],
            [
                4.912114803892698,
                52.52050496256084,
                0.0
            ],
            [
                4.912185068250341,
                52.52048852720452,
                0.0
            ],
            [
                4.912770788662226,
                52.52035526783749,
                0.0
            ],
            [
                4.913309096324163,
                52.52023407511928,
                0.0
            ],
            [
                4.913313852932926,
                52.52023291675995,
                0.0
            ],
            [
                4.913368627242387,
                52.52021962736257,
                0.0
            ],
            [
                4.913373265599679,
                52.52021850447846,
                0.0
            ],
            [
                4.91373654830141,
                52.52013334251903,
                0.0
            ],
            [
                4.913747641931856,
                52.520130654598944,
                0.0
            ],
            [
                4.913760400850252,
                52.52012792838354,
                0.0
            ],
            [
                4.914135358622072,
                52.52004617306906,
                0.0
            ],
            [
                4.914186432323842,
                52.52003582540398,
                0.0
            ],
            [
                4.914176880127472,
                52.520021155825184,
                0.0
            ],
            [
                4.914172129114829,
                52.52001354252558,
                0.0
            ],
            [
                4.914171665751723,
                52.52001278573607,
                0.0
            ],
            [
                4.914158532019206,
                52.5199872360982,
                0.0
            ],
            [
                4.91413981352428,
                52.51996038798655,
                0.0
            ],
            [
                4.914118932604116,
                52.519930475531616,
                0.0
            ],
            [
                4.914103469799826,
                52.51990229227851,
                0.0
            ],
            [
                4.914100313227211,
                52.51989712990799,
                0.0
            ],
            [
                4.914086170722258,
                52.519874982469986,
                0.0
            ],
            [
                4.914053610956025,
                52.51982951117099,
                0.0
            ],
            [
                4.914059990965574,
                52.51981158873873,
                0.0
            ],
            [
                4.914061840153884,
                52.51980676088156,
                0.0
            ],
            [
                4.91407456388165,
                52.51978805486983,
                0.0
            ],
            [
                4.914095413407297,
                52.51977275152797,
                0.0
            ],
            [
                4.914526631396679,
                52.51967471833705,
                0.0
            ],
            [
                4.914786882792366,
                52.51961662631237,
                0.0
            ],
            [
                4.91534723796284,
                52.519489310806286,
                0.0
            ],
            [
                4.915353882035091,
                52.51948798910841,
                0.0
            ],
            [
                4.915351727012426,
                52.5194842238018,
                0.0
            ],
            [
                4.91533196091785,
                52.519450577226735,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:04.126489Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}