Using the place endpoint

Here, locations for events are listed. Events in each location can be found at the event endpoint using the query parameter location. Most locations use the id format tprek:28473. An easy way to locate service points is to browse our Service Map, which uses the same location ids, e.g. servicemap.hel.fi/unit/28473. Default ordering is decreasing order by the number of events found.

Place text

To find places that contain a specific string, use the query parameter text.

Example:

place/?text=tuomiokirkko

See the result

District

To restrict the retrieved places to city district(s), use the query parameter division, separating values by commas if you wish to query for several divisions.

City of Helsinki neighborhoods (kaupunginosa), districts (peruspiiri) and subdistricts (osa-alue) are supported. Check the divisions on the Helsinki map service.

You may query either by specific OCD division type peruspiiri:malmi, or by division name malmi. The latter query checks all divisions with the name, regardless of division type.

Example:

place/?division=malmi

See the result

Place source

Will restrict places to a specific data source.

Example:

place/?data_source=tprek

See the result

Show only places with the upcoming events

To show only the places which are used in the upcoming events supply the has_upcoming_events query parameter.

Example:

place/?has_upcoming_events=true

See the result

Showing all places

By default, only those locations which have listed events are displayed. You may display locations with zero n_events with the query parameter show_all_places.

Example:

place/?show_all_places=true

See the result

Showing deleted places

By default, deleted places are not displayed. You may also display deleted places with the query parameter show_deleted.

For example:

place/?show_deleted=True

See the result

Ordering

Default ordering is decreasing order by the number of events found. You may also order results by name, street_address or postal_code.

For example:

place/?sort=name

See the result

GET /v1/place/?format=api&page=77&show_all_places=true
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 151729,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=78&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=76&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:59101",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-15T14:18:10.843966Z",
            "last_modified_time": "2024-02-06T13:16:46.044969Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00920",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.06342,
                    60.216824
                ]
            },
            "description": {
                "fi": "Valmistunut 30.12.2013\nAsuntojen lukumäärä 21",
                "sv": "Färdig den 30.12.2013\nAntal bostäder 21",
                "en": "Completed in 30.12.2013\nNumber of apartments 21"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Myllypoika",
                "sv": "Bostads Ab Helsingin Myllypoika",
                "en": "Asunto Oy Helsingin Myllypoika"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ryynimyllynkatu 4",
                "sv": "Grynkvarnsgatan 4",
                "en": "Ryynimyllynkatu 4"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59101/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58854",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pohjois-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Haaga",
                        "sv": "Norra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:17.881600Z",
            "last_modified_time": "2024-02-06T13:16:40.736923Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00400",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.89895,
                    60.223232
                ]
            },
            "description": {
                "fi": "Valmistunut 31.12.2010\nAsuntojen lukumäärä 20",
                "sv": "Färdig den 31.12.2010\nAntal bostäder 20",
                "en": "Completed in 31.12.2010\nNumber of apartments 20"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Nelospesä",
                "sv": "Bostads Ab Helsingin Nelospesä",
                "en": "Asunto Oy Helsingin Nelospesä"
            },
            "info_url": null,
            "street_address": {
                "fi": "Poutunkuja 7",
                "sv": "Pouttugränden 7",
                "en": "Poutunkuja 7"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58854/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59062",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:herttoniemenranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemenranta",
                        "sv": "Hertonäs strand"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T14:17:53.317626Z",
            "last_modified_time": "2024-02-06T13:16:45.313552Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00810",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.026886,
                    60.18944
                ]
            },
            "description": {
                "fi": "Valmistunut 19.12.2003\nAsuntojen lukumäärä 71",
                "sv": "Färdig den 19.12.2003\nAntal bostäder 71",
                "en": "Completed in 19.12.2003\nNumber of apartments 71"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Neptunus",
                "sv": "Bostads Ab Helsingin Neptunus",
                "en": "Asunto Oy Helsingin Neptunus"
            },
            "info_url": null,
            "street_address": {
                "fi": "Suolakivenkatu 14 ja 12",
                "sv": "Saltstensgatan 14 ja 12",
                "en": "Suolakivenkatu 14 ja 12"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59062/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74412",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:sompasaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sompasaari",
                        "sv": "Sumparn"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2024-02-29T11:10:04.734575Z",
            "last_modified_time": "2024-02-29T11:10:04.734594Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00540",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.972143,
                    60.17919
                ]
            },
            "description": {
                "fi": "Valmistunut 29.2.2024\nAsuntojen lukumäärä 29",
                "sv": "Färdig den 29.2.2024\nAntal bostäder 29",
                "en": "Completed in 29.2.2024\nNumber of apartments 29"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Nihdin Kulma",
                "sv": "Bostads Ab Helsingin Nihdin Kulma",
                "en": "Asunto Oy Helsingin Nihdin Kulma"
            },
            "info_url": null,
            "street_address": {
                "fi": "Sompasaarenlaituri 22",
                "sv": "Sumparkajen 22",
                "en": "Sompasaarenlaituri 22"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74412/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75393",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:sompasaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sompasaari",
                        "sv": "Sumparn"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2024-06-18T12:10:21.679100Z",
            "last_modified_time": "2024-06-18T12:10:21.679115Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00540",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.976,
                    60.17865
                ]
            },
            "description": {
                "fi": "Valmistunut 18.6.2024\nAsuntojen lukumäärä 38",
                "sv": "Färdig den 18.6.2024\nAntal bostäder 38",
                "en": "Completed in 18.6.2024\nNumber of apartments 38"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Nihdinranta",
                "sv": "Bostads Ab Helsingin Nihdinranta",
                "en": "Asunto Oy Helsingin Nihdinranta"
            },
            "info_url": null,
            "street_address": {
                "fi": "Konttisatamankatu 12",
                "sv": "Containerhamnsgatan 12",
                "en": "Konttisatamankatu 12"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75393/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59037",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T14:17:39.891633Z",
            "last_modified_time": "2024-02-06T13:16:44.597750Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.040619,
                    60.234093
                ]
            },
            "description": {
                "fi": "Valmistunut 30.03.2012\nAsuntojen lukumäärä 34",
                "sv": "Färdig den 30.03.2012\nAntal bostäder 34",
                "en": "Completed in 30.03.2012\nNumber of apartments 34"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Nurmirölli",
                "sv": "Bostads Ab Helsingin Nurmirölli",
                "en": "Asunto Oy Helsingin Nurmirölli"
            },
            "info_url": null,
            "street_address": {
                "fi": "Biologinkatu 8",
                "sv": "Biologgatan 8",
                "en": "Biologinkatu 8"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59037/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:72411",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kruunuvuorenranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kruunuvuorenranta",
                        "sv": "Kronbergsstranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-15T18:15:32.364647Z",
            "last_modified_time": "2024-02-06T14:10:47.260132Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00590",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.017836,
                    60.165718
                ]
            },
            "description": {
                "fi": "Valmistunut: 31.3.2023\nAsuntojen lukumäärä 57",
                "sv": "Färdig den 31.3.2023\nAntal bostäder 57",
                "en": "Completed in 31.3.2023\nNumber of apartments 57"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Odysseus",
                "sv": "Bostads Ab Helsingin Odysseus",
                "en": "Asunto Oy Helsingin Odysseus"
            },
            "info_url": null,
            "street_address": {
                "fi": "Haakoninlahdenkatu 9",
                "sv": "Håkansviksgatan 9",
                "en": "Haakoninlahdenkatu 9"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:72411/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59023",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-15T14:17:29.448784Z",
            "last_modified_time": "2024-02-06T13:16:44.147723Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00780",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.977306,
                    60.260555
                ]
            },
            "description": {
                "fi": "Valmistunut 01.10.2008\nAsuntojen lukumäärä 4",
                "sv": "Färdig den 01.10.2008\nAntal bostäder 4",
                "en": "Completed in 01.10.2008\nNumber of apartments 4"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Ollinpiha",
                "sv": "Bostads Ab Helsingin Ollinpiha",
                "en": "Asunto Oy Helsingin Ollinpiha"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ollilantie 2",
                "sv": "Ollasvägen 2",
                "en": "Ollilantie 2"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59023/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58950",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:veräjälaakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Veräjälaakso",
                        "sv": "Grinddal"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                }
            ],
            "created_time": "2023-08-15T14:17:10.041928Z",
            "last_modified_time": "2024-02-06T13:16:43.227544Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00650",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.980486,
                    60.2333
                ]
            },
            "description": {
                "fi": "Valmistunut 01.10.1998\nAsuntojen lukumäärä 63",
                "sv": "Färdig den 01.10.1998\nAntal bostäder 63",
                "en": "Completed in 01.10.1998\nNumber of apartments 63"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Otto Brandtin polku 4",
                "sv": "Bostads Ab Helsingin Otto Brandtin polku 4",
                "en": "Asunto Oy Helsingin Otto Brandtin polku 4"
            },
            "info_url": null,
            "street_address": {
                "fi": "Otto Brandtin polku 4",
                "sv": "Otto Brandts stig 4",
                "en": "Otto Brandtin polku 4"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58950/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58755",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jätkäsaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jätkäsaari",
                        "sv": "Busholmen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:länsisatama",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsisatama",
                        "sv": "Västra Hamnen"
                    }
                }
            ],
            "created_time": "2023-08-15T14:15:25.226650Z",
            "last_modified_time": "2024-02-06T13:16:38.128161Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00180",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.90713,
                    60.158394
                ]
            },
            "description": {
                "fi": "Valmistunut 27.03.2013\nAsuntojen lukumäärä 40",
                "sv": "Färdig den 27.03.2013\nAntal bostäder 40",
                "en": "Completed in 27.03.2013\nNumber of apartments 40"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Paasiranta",
                "sv": "Bostads Ab Helsingin Paasiranta",
                "en": "Asunto Oy Helsingin Paasiranta"
            },
            "info_url": null,
            "street_address": {
                "fi": "Erik Tulindbergin kuja 2",
                "sv": "Erik Tulindbergs gränd 2",
                "en": "Erik Tulindbergin kuja 2"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58755/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58783",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:meilahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meilahti",
                        "sv": "Mejlans"
                    }
                }
            ],
            "created_time": "2023-08-15T14:15:43.526376Z",
            "last_modified_time": "2024-02-06T13:16:39.046616Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00270",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.896627,
                    60.19665
                ]
            },
            "description": {
                "fi": "Valmistunut 31.05.1997\nAsuntojen lukumäärä 30",
                "sv": "Färdig den 31.05.1997\nAntal bostäder 30",
                "en": "Completed in 31.05.1997\nNumber of apartments 30"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Paciuksenkaari 13",
                "sv": "Bostads Ab Helsingin Paciuksenkaari 13",
                "en": "Asunto Oy Helsingin Paciuksenkaari 13"
            },
            "info_url": null,
            "street_address": {
                "fi": "Paciuksenkaari 13",
                "sv": "Paciussvängen 13",
                "en": "Paciuksenkaari 13"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58783/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58784",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:meilahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meilahti",
                        "sv": "Mejlans"
                    }
                }
            ],
            "created_time": "2023-08-15T14:15:43.673580Z",
            "last_modified_time": "2024-02-06T13:16:39.078704Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00270",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.894554,
                    60.196342
                ]
            },
            "description": {
                "fi": "Valmistunut 01.12.1998\nAsuntojen lukumäärä 47",
                "sv": "Färdig den 01.12.1998\nAntal bostäder 47",
                "en": "Completed in 01.12.1998\nNumber of apartments 47"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Paciuksenkaari 19",
                "sv": "Bostads Ab Helsingin Paciuksenkaari 19",
                "en": "Asunto Oy Helsingin Paciuksenkaari 19"
            },
            "info_url": null,
            "street_address": {
                "fi": "Paciuksenkaari 19",
                "sv": "Paciussvängen 19",
                "en": "Paciuksenkaari 19"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58784/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58782",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:meilahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meilahti",
                        "sv": "Mejlans"
                    }
                }
            ],
            "created_time": "2023-08-15T14:15:43.290240Z",
            "last_modified_time": "2024-02-06T13:16:39.013193Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00270",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.892395,
                    60.195976
                ]
            },
            "description": {
                "fi": "Valmistunut 30.03.1999\nAsuntojen lukumäärä 37",
                "sv": "Färdig den 30.03.1999\nAntal bostäder 37",
                "en": "Completed in 30.03.1999\nNumber of apartments 37"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Paciuksenkaari 25",
                "sv": "Bostads Ab Helsingin Paciuksenkaari 25",
                "en": "Asunto Oy Helsingin Paciuksenkaari 25"
            },
            "info_url": null,
            "street_address": {
                "fi": "Paciuksenkaari 25",
                "sv": "Paciussvängen 25",
                "en": "Paciuksenkaari 25"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58782/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58781",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:meilahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meilahti",
                        "sv": "Mejlans"
                    }
                }
            ],
            "created_time": "2023-08-15T14:15:42.190327Z",
            "last_modified_time": "2024-02-06T13:16:38.981360Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00270",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.896421,
                    60.19593
                ]
            },
            "description": {
                "fi": "Valmistunut 15.02.1999\nAsuntojen lukumäärä 38",
                "sv": "Färdig den 15.02.1999\nAntal bostäder 38",
                "en": "Completed in 15.02.1999\nNumber of apartments 38"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Paciuksenkaari 8",
                "sv": "Bostads Ab Helsingin Paciuksenkaari 8",
                "en": "Asunto Oy Helsingin Paciuksenkaari 8"
            },
            "info_url": null,
            "street_address": {
                "fi": "Paciuksenkaari 8",
                "sv": "Paciussvängen 8",
                "en": "Paciuksenkaari 8"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58781/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58941",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                }
            ],
            "created_time": "2023-08-15T14:17:04.046290Z",
            "last_modified_time": "2024-02-06T13:16:42.987749Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00630",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.943525,
                    60.236588
                ]
            },
            "description": {
                "fi": "Valmistunut 28.10.2011\nAsuntojen lukumäärä 16",
                "sv": "Färdig den 28.10.2011\nAntal bostäder 16",
                "en": "Completed in 28.10.2011\nNumber of apartments 16"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Pakilan Tammenlehti",
                "sv": "Bostads Ab Helsingin Pakilan Tammenlehti",
                "en": "Asunto Oy Helsingin Pakilan Tammenlehti"
            },
            "info_url": null,
            "street_address": {
                "fi": "Heinäsarantie 10",
                "sv": "Hötegsvägen 10",
                "en": "Heinäsarantie 10"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58941/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58912",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:arabianranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Arabianranta",
                        "sv": "Arabiastranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:toukola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Toukola",
                        "sv": "Majstad"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:45.284484Z",
            "last_modified_time": "2024-02-06T13:16:42.051438Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00560",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.970886,
                    60.20134
                ]
            },
            "description": {
                "fi": "Valmistunut 30.10.2009\nAsuntojen lukumäärä 55",
                "sv": "Färdig den 30.10.2009\nAntal bostäder 55",
                "en": "Completed in 30.10.2009\nNumber of apartments 55"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Pariisintorni",
                "sv": "Bostads Ab Helsingin Pariisintorni",
                "en": "Asunto Oy Helsingin Pariisintorni"
            },
            "info_url": null,
            "street_address": {
                "fi": "Pariisinkatu 8",
                "sv": "Parisgatan 8",
                "en": "Pariisinkatu 8"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58912/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58895",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kalasatama",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kalasatama",
                        "sv": "Fiskehamnen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:33.268661Z",
            "last_modified_time": "2024-02-06T13:16:41.532840Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00540",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.978086,
                    60.183147
                ]
            },
            "description": {
                "fi": "Valmistunut 03.04.2018\nAsuntojen lukumäärä 49",
                "sv": "Färdig den 03.04.2018\nAntal bostäder 49",
                "en": "Completed in 03.04.2018\nNumber of apartments 49"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Parrulaituri",
                "sv": "Bostads Ab Helsingin Parrulaituri",
                "en": "Asunto Oy Helsingin Parrulaituri"
            },
            "info_url": null,
            "street_address": {
                "fi": "Parrulaituri 10",
                "sv": "Bjälkkajen 10",
                "en": "Parrulaituri 10"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58895/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58873",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kannelmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kannelmäki",
                        "sv": "Gamlas"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:21.066645Z",
            "last_modified_time": "2024-02-06T13:16:40.937393Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00420",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.869102,
                    60.24134
                ]
            },
            "description": {
                "fi": "Valmistunut 20.06.2000\nAsuntojen lukumäärä 20",
                "sv": "Färdig den 20.06.2000\nAntal bostäder 20",
                "en": "Completed in 20.06.2000\nNumber of apartments 20"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Pasuunapuisto",
                "sv": "Bostads Ab Helsingin Pasuunapuisto",
                "en": "Asunto Oy Helsingin Pasuunapuisto"
            },
            "info_url": null,
            "street_address": {
                "fi": "Pasuunatie 7 ja 11",
                "sv": "Basunvägen 7 ja 11",
                "en": "Pasuunatie 7 ja 11"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58873/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58877",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kannelmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kannelmäki",
                        "sv": "Gamlas"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:25.591531Z",
            "last_modified_time": "2024-02-06T13:16:41.079128Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00420",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.870304,
                    60.24064
                ]
            },
            "description": {
                "fi": "Valmistunut 01.12.1999\nAsuntojen lukumäärä 54",
                "sv": "Färdig den 01.12.1999\nAntal bostäder 54",
                "en": "Completed in 01.12.1999\nNumber of apartments 54"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Pasuunatie 8",
                "sv": "Bostads Ab Helsingin Pasuunatie 8",
                "en": "Asunto Oy Helsingin Pasuunatie 8"
            },
            "info_url": null,
            "street_address": {
                "fi": "Pasuunatie 8, Klaveeripolku 3",
                "sv": "Basunvägen 8, Klaveeripolku 3",
                "en": "Pasuunatie 8, Klaveeripolku 3"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58877/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59001",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapanila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapanila",
                        "sv": "Mosabacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-15T14:17:29.035859Z",
            "last_modified_time": "2024-02-06T13:16:44.081513Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00730",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.012386,
                    60.259766
                ]
            },
            "description": {
                "fi": "Valmistunut 29.06.2018\nAsuntojen lukumäärä 9",
                "sv": "Färdig den 29.06.2018\nAntal bostäder 9",
                "en": "Completed in 29.06.2018\nNumber of apartments 9"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Peltopuisto",
                "sv": "Bostads Ab Helsingin Peltopuisto",
                "en": "Asunto Oy Helsingin Peltopuisto"
            },
            "info_url": null,
            "street_address": {
                "fi": "Kotinummentie 11",
                "sv": "Hemmalmsvägen 11",
                "en": "Kotinummentie 11"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59001/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}