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=12
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=13",
    "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=11",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6347/?format=api",
            "id": 6347,
            "code": "PL_110",
            "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.092525548504472,
                        52.7108326926374,
                        0.0
                    ],
                    [
                        5.092491875443573,
                        52.71080540589592,
                        0.0
                    ],
                    [
                        5.092478737400127,
                        52.71080070916816,
                        0.0
                    ],
                    [
                        5.092463645401544,
                        52.710804940602344,
                        0.0
                    ],
                    [
                        5.092195232829664,
                        52.71094450786502,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.866783Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6348/?format=api",
            "id": 6348,
            "code": "PL_111",
            "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.683086365313136,
                        52.75534560418209,
                        0.0
                    ],
                    [
                        4.683080691359808,
                        52.75533918982835,
                        0.0
                    ],
                    [
                        4.683054274394687,
                        52.75533310221819,
                        0.0
                    ],
                    [
                        4.682983161848728,
                        52.75535227365704,
                        0.0
                    ],
                    [
                        4.682881511988137,
                        52.7553728821803,
                        0.0
                    ],
                    [
                        4.682864540505315,
                        52.7553781740763,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.872629Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6349/?format=api",
            "id": 6349,
            "code": "PL_112",
            "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.781739130458424,
                        52.89592879822725,
                        0.0
                    ],
                    [
                        4.78205130377339,
                        52.89620515640162,
                        0.0
                    ],
                    [
                        4.782161352707158,
                        52.89634828719658,
                        0.0
                    ],
                    [
                        4.782202541525037,
                        52.896402218056096,
                        0.0
                    ],
                    [
                        4.782395273795586,
                        52.89664629212353,
                        0.0
                    ],
                    [
                        4.783191700681374,
                        52.896433996945184,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.879204Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6350/?format=api",
            "id": 6350,
            "code": "PL_113",
            "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.837891431632833,
                        52.6328678412612,
                        0.0
                    ],
                    [
                        4.837891866087923,
                        52.63284604924951,
                        0.0
                    ],
                    [
                        4.837903431749395,
                        52.63271350517345,
                        0.0
                    ],
                    [
                        4.837904239329374,
                        52.63267365056331,
                        0.0
                    ],
                    [
                        4.837905669713539,
                        52.63260282885353,
                        0.0
                    ],
                    [
                        4.837909984993775,
                        52.63256360157885,
                        0.0
                    ],
                    [
                        4.837912035442139,
                        52.632549617942466,
                        0.0
                    ],
                    [
                        4.837919496780074,
                        52.63249856902589,
                        0.0
                    ],
                    [
                        4.837923291794565,
                        52.632472622464874,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.885832Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6351/?format=api",
            "id": 6351,
            "code": "PL_114",
            "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.780434287315479,
                        52.58434249925365,
                        0.0
                    ],
                    [
                        4.780423112622262,
                        52.584343943069605,
                        0.0
                    ],
                    [
                        4.780423950016361,
                        52.5843484949548,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.891598Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6352/?format=api",
            "id": 6352,
            "code": "PL_115",
            "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.832642105770828,
                        52.78227128494761,
                        0.0
                    ],
                    [
                        4.832640534646302,
                        52.78227831437101,
                        0.0
                    ],
                    [
                        4.832623633813624,
                        52.782276303551654,
                        0.0
                    ],
                    [
                        4.832397893379586,
                        52.78230029043858,
                        0.0
                    ],
                    [
                        4.832377424874874,
                        52.782299107744535,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.897069Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6353/?format=api",
            "id": 6353,
            "code": "PL_116",
            "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.159952175739304,
                        52.70522055764091,
                        0.0
                    ],
                    [
                        5.159965349487268,
                        52.7052251391432,
                        0.0
                    ],
                    [
                        5.159969086025328,
                        52.70522643140131,
                        0.0
                    ],
                    [
                        5.159970272355205,
                        52.70522676707934,
                        0.0
                    ],
                    [
                        5.159971533302393,
                        52.705226978880404,
                        0.0
                    ],
                    [
                        5.1599728348659,
                        52.705227061347315,
                        0.0
                    ],
                    [
                        5.159974141551171,
                        52.70522701171644,
                        0.0
                    ],
                    [
                        5.159975414886013,
                        52.705226830813,
                        0.0
                    ],
                    [
                        5.15997662229314,
                        52.70522652396697,
                        0.0
                    ],
                    [
                        5.159977729697094,
                        52.705226100100234,
                        0.0
                    ],
                    [
                        5.159978705967515,
                        52.705225570836426,
                        0.0
                    ],
                    [
                        5.159979524398685,
                        52.70522495050367,
                        0.0
                    ],
                    [
                        5.159982274429288,
                        52.70522245738895,
                        0.0
                    ],
                    [
                        5.159983998711517,
                        52.70522090594299,
                        0.0
                    ],
                    [
                        5.16004084006031,
                        52.705166985061915,
                        0.0
                    ],
                    [
                        5.160104029968132,
                        52.70510704604132,
                        0.0
                    ],
                    [
                        5.160142526333337,
                        52.705064008326545,
                        0.0
                    ],
                    [
                        5.160170491553804,
                        52.705018067521316,
                        0.0
                    ],
                    [
                        5.160309890222252,
                        52.70472627648399,
                        0.0
                    ],
                    [
                        5.16031033628278,
                        52.70472556287421,
                        0.0
                    ],
                    [
                        5.160310962573488,
                        52.70472490173191,
                        0.0
                    ],
                    [
                        5.160311755695255,
                        52.70472430920796,
                        0.0
                    ],
                    [
                        5.160312693372062,
                        52.70472380143649,
                        0.0
                    ],
                    [
                        5.160313751871476,
                        52.704723390055115,
                        0.0
                    ],
                    [
                        5.160533068951617,
                        52.70465008804316,
                        0.0
                    ],
                    [
                        5.16053419498039,
                        52.70464977834054,
                        0.0
                    ],
                    [
                        5.160535388491296,
                        52.70464958020395,
                        0.0
                    ],
                    [
                        5.160536616912123,
                        52.70464949806513,
                        0.0
                    ],
                    [
                        5.160537852123127,
                        52.7046495336677,
                        0.0
                    ],
                    [
                        5.160539063059506,
                        52.70464968605398,
                        0.0
                    ],
                    [
                        5.160587724402504,
                        52.70465827129462,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.903605Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6354/?format=api",
            "id": 6354,
            "code": "PL_117",
            "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.788074244656002,
                        52.926501910289815,
                        0.0
                    ],
                    [
                        4.788039069793638,
                        52.92649258555999,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.909340Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6355/?format=api",
            "id": 6355,
            "code": "PL_118",
            "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.03105770290041,
                        52.491423244757435,
                        0.0
                    ],
                    [
                        5.032195900461853,
                        52.49155269528756,
                        0.0
                    ],
                    [
                        5.032212195795722,
                        52.49155135099485,
                        0.0
                    ],
                    [
                        5.032226442976849,
                        52.49154653143107,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.914884Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6356/?format=api",
            "id": 6356,
            "code": "PL_119",
            "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.03224551633407,
                        52.49153294560266,
                        0.0
                    ],
                    [
                        5.032247846096253,
                        52.49152702088069,
                        0.0
                    ],
                    [
                        5.032261836218942,
                        52.49145702383195,
                        0.0
                    ],
                    [
                        5.032543026765643,
                        52.490512388858576,
                        0.0
                    ],
                    [
                        5.032558523696007,
                        52.4904508444341,
                        0.0
                    ],
                    [
                        5.032628295765531,
                        52.49021800033298,
                        0.0
                    ],
                    [
                        5.032905762723074,
                        52.489238158424634,
                        0.0
                    ],
                    [
                        5.03294030518272,
                        52.489179088422624,
                        0.0
                    ],
                    [
                        5.032940966136765,
                        52.489171936412816,
                        0.0
                    ],
                    [
                        5.032946764004857,
                        52.48916496151481,
                        0.0
                    ],
                    [
                        5.032956540479063,
                        52.48915940053284,
                        0.0
                    ],
                    [
                        5.032972543340875,
                        52.489154019913514,
                        0.0
                    ],
                    [
                        5.033054225788723,
                        52.4891486106767,
                        0.0
                    ],
                    [
                        5.033648650274674,
                        52.48911945782896,
                        0.0
                    ],
                    [
                        5.03370682473571,
                        52.489115290250304,
                        0.0
                    ],
                    [
                        5.033768805885789,
                        52.489111942850684,
                        0.0
                    ],
                    [
                        5.033811295169579,
                        52.48911026294588,
                        0.0
                    ],
                    [
                        5.03382816337806,
                        52.48910896507573,
                        0.0
                    ],
                    [
                        5.033859889610803,
                        52.48910735195741,
                        0.0
                    ],
                    [
                        5.033885935413108,
                        52.489105407355,
                        0.0
                    ],
                    [
                        5.033913991752193,
                        52.48910243518094,
                        0.0
                    ],
                    [
                        5.033943353232424,
                        52.489100113980236,
                        0.0
                    ],
                    [
                        5.034790383555981,
                        52.48906481392342,
                        0.0
                    ],
                    [
                        5.034970379984828,
                        52.489056423932965,
                        0.0
                    ],
                    [
                        5.035075734283594,
                        52.48905129927754,
                        0.0
                    ],
                    [
                        5.035098680732046,
                        52.4890502888889,
                        0.0
                    ],
                    [
                        5.035119039575099,
                        52.48904882144621,
                        0.0
                    ],
                    [
                        5.035161347086522,
                        52.48904591822989,
                        0.0
                    ],
                    [
                        5.036062416002846,
                        52.48914130264053,
                        0.0
                    ],
                    [
                        5.036257289734568,
                        52.489161705467225,
                        0.0
                    ],
                    [
                        5.036281688078576,
                        52.4891632695449,
                        0.0
                    ],
                    [
                        5.036296553967843,
                        52.48915825359906,
                        0.0
                    ],
                    [
                        5.03631010415804,
                        52.48915205640882,
                        0.0
                    ],
                    [
                        5.036315680535537,
                        52.48912840005002,
                        0.0
                    ],
                    [
                        5.036320706634352,
                        52.48910729448923,
                        0.0
                    ],
                    [
                        5.036325130983725,
                        52.48908780488333,
                        0.0
                    ],
                    [
                        5.036329403109838,
                        52.48906894394601,
                        0.0
                    ],
                    [
                        5.036333531572282,
                        52.489049633212915,
                        0.0
                    ],
                    [
                        5.036337228337836,
                        52.48902906296478,
                        0.0
                    ],
                    [
                        5.03634079213852,
                        52.48900669484019,
                        0.0
                    ],
                    [
                        5.036343447615709,
                        52.48898746962457,
                        0.0
                    ],
                    [
                        5.036346268147354,
                        52.48896599804315,
                        0.0
                    ],
                    [
                        5.036348943589954,
                        52.488944256410036,
                        0.0
                    ],
                    [
                        5.036350870062463,
                        52.48892413029666,
                        0.0
                    ],
                    [
                        5.036352682115176,
                        52.488899869633755,
                        0.0
                    ],
                    [
                        5.036353866749558,
                        52.48888046031962,
                        0.0
                    ],
                    [
                        5.036355075631906,
                        52.48885799535582,
                        0.0
                    ],
                    [
                        5.036355818587188,
                        52.48883858473546,
                        0.0
                    ],
                    [
                        5.036356708054165,
                        52.48881926442239,
                        0.0
                    ],
                    [
                        5.036357303069305,
                        52.48879994323839,
                        0.0
                    ],
                    [
                        5.036357901649977,
                        52.48878017269422,
                        0.0
                    ],
                    [
                        5.036358495950894,
                        52.48876094138217,
                        0.0
                    ],
                    [
                        5.036358940886348,
                        52.488741979250804,
                        0.0
                    ],
                    [
                        5.036359236456565,
                        52.488723286300214,
                        0.0
                    ],
                    [
                        5.036359681391356,
                        52.48870432416871,
                        0.0
                    ],
                    [
                        5.036360127038872,
                        52.48868527216508,
                        0.0
                    ],
                    [
                        5.036360574825576,
                        52.488665950545176,
                        0.0
                    ],
                    [
                        5.036361169836828,
                        52.48864662936059,
                        0.0
                    ],
                    [
                        5.036361616196301,
                        52.4886274874847,
                        0.0
                    ],
                    [
                        5.036362208353779,
                        52.48860852578813,
                        0.0
                    ],
                    [
                        5.036362800510771,
                        52.488589564091455,
                        0.0
                    ],
                    [
                        5.036363399085897,
                        52.488569793546276,
                        0.0
                    ],
                    [
                        5.036364001226344,
                        52.48854957364071,
                        0.0
                    ],
                    [
                        5.036364602653078,
                        52.488529443607185,
                        0.0
                    ],
                    [
                        5.036365060420591,
                        52.488508863777874,
                        0.0
                    ],
                    [
                        5.036365371676442,
                        52.48848819364113,
                        0.0
                    ],
                    [
                        5.036365680792364,
                        52.48846779312041,
                        0.0
                    ],
                    [
                        5.036365837691465,
                        52.488448021268596,
                        0.0
                    ],
                    [
                        5.03636555006497,
                        52.48842860759882,
                        0.0
                    ],
                    [
                        5.036364965850737,
                        52.488409462674525,
                        0.0
                    ],
                    [
                        5.036364080770152,
                        52.488391125727865,
                        0.0
                    ],
                    [
                        5.036362460283113,
                        52.48837269673228,
                        0.0
                    ],
                    [
                        5.036360400264994,
                        52.488353996814396,
                        0.0
                    ],
                    [
                        5.036358044374295,
                        52.48833547576967,
                        0.0
                    ],
                    [
                        5.036355542688066,
                        52.48831677454547,
                        0.0
                    ],
                    [
                        5.036352891640522,
                        52.48829834250189,
                        0.0
                    ],
                    [
                        5.036350384966116,
                        52.48828027038177,
                        0.0
                    ],
                    [
                        5.036348169888293,
                        52.48826255862052,
                        0.0
                    ],
                    [
                        5.036346100609467,
                        52.48824502703868,
                        0.0
                    ],
                    [
                        5.036344326492653,
                        52.48822740645543,
                        0.0
                    ],
                    [
                        5.036343437144781,
                        52.48820960874021,
                        0.0
                    ],
                    [
                        5.036342697873925,
                        52.48819145197209,
                        0.0
                    ],
                    [
                        5.036340723045462,
                        52.48818057135762,
                        0.0
                    ],
                    [
                        5.036336694936031,
                        52.488168696055,
                        0.0
                    ],
                    [
                        5.036255589084401,
                        52.48815924406743,
                        0.0
                    ],
                    [
                        5.036228180116511,
                        52.48816051110043,
                        0.0
                    ],
                    [
                        5.035541114006302,
                        52.48821453111412,
                        0.0
                    ],
                    [
                        5.035528765522558,
                        52.48821589654907,
                        0.0
                    ],
                    [
                        5.035527688932101,
                        52.488216127030775,
                        0.0
                    ],
                    [
                        5.035520029519368,
                        52.48821658065992,
                        0.0
                    ],
                    [
                        5.035512974938369,
                        52.48821688329528,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.922182Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        }
    ]
}