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=69&show_all_places=true
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 151440,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=70&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=68&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:59061",
            "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.181024Z",
            "last_modified_time": "2024-02-06T13:16:45.281889Z",
            "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.03053,
                    60.188793
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 13.12.2002\nAsuntojen lukumäärä 54",
                "sv": "Färdig den 13.12.2002\nAntal bostäder 54",
                "en": "Completed in 13.12.2002\nNumber of apartments 54"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Bellavista",
                "sv": "Bostads Ab Helsingin Bellavista",
                "en": "Asunto Oy Helsingin Bellavista"
            },
            "street_address": {
                "fi": "Suolakivenkatu 20",
                "sv": "Saltstensgatan 20",
                "en": "Suolakivenkatu 20"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59061/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58933",
            "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:tullisaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tullisaari",
                        "sv": "Turholm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:58.074445Z",
            "last_modified_time": "2024-02-06T13:16:42.760833Z",
            "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.031643,
                    60.17384
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 15.02.2018\nAsuntojen lukumäärä 57",
                "sv": "Färdig den 15.02.2018\nAntal bostäder 57",
                "en": "Completed in 15.02.2018\nNumber of apartments 57"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Bianca",
                "sv": "Bostads Ab Helsingin Bianca",
                "en": "Asunto Oy Helsingin Bianca"
            },
            "street_address": {
                "fi": "Rosalankuja 1",
                "sv": "Rosalagränden 1",
                "en": "Rosalankuja 1"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58933/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58772",
            "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:37.107912Z",
            "last_modified_time": "2024-02-06T13:16:38.702383Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00220",
            "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.91632,
                    60.157238
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 31.08.2017\nAsuntojen lukumäärä 67",
                "sv": "Färdig den 31.08.2017\nAntal bostäder 67",
                "en": "Completed in 31.08.2017\nNumber of apartments 67"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Bysa",
                "sv": "Bostads Ab Helsingin Bysa",
                "en": "Asunto Oy Helsingin Bysa"
            },
            "street_address": {
                "fi": "Livornonkatu 12",
                "sv": "Livornogatan 12",
                "en": "Livornonkatu 12"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58772/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:77678",
            "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": "2025-05-30T10:10:14.597986Z",
            "last_modified_time": "2025-05-30T10:10:14.598027Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00580",
            "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.980774,
                    60.191944
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 30.5.2025\nAsuntojen lukumäärä 32",
                "sv": "Färdig den 30.5.2025\nAntal bostäder 32",
                "en": "Completed in 30.5.2025\nNumber of apartments 32"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Capella",
                "sv": "Bostads Ab Helsingin Capella",
                "en": "Asunto Oy Helsingin Capella"
            },
            "street_address": {
                "fi": "Kalasatamankatu 32",
                "sv": "Fiskehamnsgatan 32",
                "en": "Kalasatamankatu 32"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77678/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:68186",
            "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-15T16:27:40.595417Z",
            "last_modified_time": "2024-02-06T13:18:58.118846Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00580",
            "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.981405,
                    60.189285
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 31.1.2022\nAsuntojen lukumäärä 64",
                "sv": "Färdig den 31.1.2022\nAntal bostäder 64",
                "en": "Completed in 31.1.2022\nNumber of apartments 64"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Capellan kanava",
                "sv": "Bostads Ab Helsingin Capellan kanava",
                "en": "Asunto Oy Helsingin Capellan kanava"
            },
            "street_address": {
                "fi": "Capellan puistotie 26",
                "sv": "Capellas allé 26",
                "en": "Capellan puistotie 26"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68186/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58777",
            "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:37.812943Z",
            "last_modified_time": "2024-02-06T13:16:38.870584Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00220",
            "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.91214,
                    60.15781
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 30.11.2018\nAsuntojen lukumäärä 44",
                "sv": "Färdig den 30.11.2018\nAntal bostäder 44",
                "en": "Completed in 30.11.2018\nNumber of apartments 44"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Capri",
                "sv": "Bostads Ab Helsingin Capri",
                "en": "Asunto Oy Helsingin Capri"
            },
            "street_address": {
                "fi": "Välimerenkatu 24",
                "sv": "Medelhavsgatan 24",
                "en": "Välimerenkatu 24"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58777/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61495",
            "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-15T15:18:41.641498Z",
            "last_modified_time": "2024-02-06T13:17:36.451465Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00220",
            "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.91118,
                    60.15305
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 17.12.2019\nAsuntojen lukumäärä 51",
                "sv": "Färdig den 17.12.2019\nAntal bostäder 51",
                "en": "Completed in 17.12.2019\nNumber of apartments 51"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Casa Urbana",
                "sv": "Bostads Ab Helsingin Casa Urbana",
                "en": "Asunto Oy Helsingin Casa Urbana"
            },
            "street_address": {
                "fi": "Azorienkuja 4",
                "sv": "Azorergränden 4",
                "en": "Azorienkuja 4"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61495/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58929",
            "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:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:hermanninmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanninmäki",
                        "sv": "Hermanstadsbacken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:hermanni",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanni",
                        "sv": "Hermanstad"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:57.515970Z",
            "last_modified_time": "2024-02-06T13:16:42.631055Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00580",
            "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.969202,
                    60.190907
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 30.08.2011\nAsuntojen lukumäärä 30",
                "sv": "Färdig den 30.08.2011\nAntal bostäder 30",
                "en": "Completed in 30.08.2011\nNumber of apartments 30"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Diana",
                "sv": "Bostads Ab Helsingin Diana",
                "en": "Asunto Oy Helsingin Diana"
            },
            "street_address": {
                "fi": "Fenixinrinne 8",
                "sv": "Fenixbranten 8",
                "en": "Fenixinrinne 8"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58929/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59058",
            "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:52.686952Z",
            "last_modified_time": "2024-02-06T13:16:45.218031Z",
            "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.028986,
                    60.1893
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 22.01.2002\nAsuntojen lukumäärä 49",
                "sv": "Färdig den 22.01.2002\nAntal bostäder 49",
                "en": "Completed in 22.01.2002\nNumber of apartments 49"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Dolce Vita",
                "sv": "Bostads Ab Helsingin Dolce Vita",
                "en": "Asunto Oy Helsingin Dolce Vita"
            },
            "street_address": {
                "fi": "Suolakivenkatu 18",
                "sv": "Saltstensgatan 18",
                "en": "Suolakivenkatu 18"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59058/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58903",
            "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:39.072580Z",
            "last_modified_time": "2024-02-06T13:16:41.754608Z",
            "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.966105,
                    60.201923
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 27.06.2003\nAsuntojen lukumäärä 47",
                "sv": "Färdig den 27.06.2003\nAntal bostäder 47",
                "en": "Completed in 27.06.2003\nNumber of apartments 47"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Dreija",
                "sv": "Bostads Ab Helsingin Dreija",
                "en": "Asunto Oy Helsingin Dreija"
            },
            "street_address": {
                "fi": "Toukolankuja 2b",
                "sv": "Majstadsgränden 2b",
                "en": "Toukolankuja 2b"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58903/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58995",
            "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:malmin_lentokenttä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmin lentokenttä",
                        "sv": "Malms flygfält"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-15T14:17:22.965130Z",
            "last_modified_time": "2024-02-06T13:16:43.882681Z",
            "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.036331,
                    60.26378
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 31.03.2003\nAsuntojen lukumäärä 46",
                "sv": "Färdig den 31.03.2003\nAntal bostäder 46",
                "en": "Completed in 31.03.2003\nNumber of apartments 46"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Fallkullan Kuulas",
                "sv": "Bostads Ab Helsingin Fallkullan Kuulas",
                "en": "Asunto Oy Helsingin Fallkullan Kuulas"
            },
            "street_address": {
                "fi": "Tasankotie 20",
                "sv": "Slättvägen 20",
                "en": "Tasankotie 20"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58995/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58999",
            "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:malmin_lentokenttä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmin lentokenttä",
                        "sv": "Malms flygfält"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-15T14:17:25.988538Z",
            "last_modified_time": "2024-02-06T13:16:44.013355Z",
            "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.03878,
                    60.262127
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 29.11.2004\nAsuntojen lukumäärä 22",
                "sv": "Färdig den 29.11.2004\nAntal bostäder 22",
                "en": "Completed in 29.11.2004\nNumber of apartments 22"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Fallkullan Puisto",
                "sv": "Bostads Ab Helsingin Fallkullan Puisto",
                "en": "Asunto Oy Helsingin Fallkullan Puisto"
            },
            "street_address": {
                "fi": "Tasankotie 4",
                "sv": "Slättvägen 4",
                "en": "Tasankotie 4"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58999/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58931",
            "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:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:hermanninmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanninmäki",
                        "sv": "Hermanstadsbacken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:hermanni",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanni",
                        "sv": "Hermanstad"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:57.802510Z",
            "last_modified_time": "2024-02-06T13:16:42.694563Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00580",
            "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.969606,
                    60.190506
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 27.08.2014\nAsuntojen lukumäärä 34",
                "sv": "Färdig den 27.08.2014\nAntal bostäder 34",
                "en": "Completed in 27.08.2014\nNumber of apartments 34"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Fenixinrinne",
                "sv": "Bostads Ab Helsingin Fenixinrinne",
                "en": "Asunto Oy Helsingin Fenixinrinne"
            },
            "street_address": {
                "fi": "Sörnäistenkatu 8",
                "sv": "Sörnäsgatan 8",
                "en": "Sörnäistenkatu 8"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58931/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58916",
            "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:46.589541Z",
            "last_modified_time": "2024-02-06T13:16:42.183463Z",
            "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.971996,
                    60.203503
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 13.01.2012\nAsuntojen lukumäärä 48",
                "sv": "Färdig den 13.01.2012\nAntal bostäder 48",
                "en": "Completed in 13.01.2012\nNumber of apartments 48"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Flooranaukio",
                "sv": "Bostads Ab Helsingin Flooranaukio",
                "en": "Asunto Oy Helsingin Flooranaukio"
            },
            "street_address": {
                "fi": "Flooranaukio 1",
                "sv": "Floraplatsen 1",
                "en": "Flooranaukio 1"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58916/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58750",
            "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:19.300042Z",
            "last_modified_time": "2024-02-06T13:16:37.952490Z",
            "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.915012,
                    60.161095
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 29.12.1995\nAsuntojen lukumäärä 70",
                "sv": "Färdig den 29.12.1995\nAntal bostäder 70",
                "en": "Completed in 29.12.1995\nNumber of apartments 70"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Fokka",
                "sv": "Bostads Ab Helsingin Fokka",
                "en": "Asunto Oy Helsingin Fokka"
            },
            "street_address": {
                "fi": "Selkämerenkatu 7, Messitytönkatu 1",
                "sv": "Bottenhavsgatan 7, Messitytönkatu 1",
                "en": "Selkämerenkatu 7, Messitytönkatu 1"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58750/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:63287",
            "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-15T16:22:12.379355Z",
            "last_modified_time": "2024-02-06T13:18:11.377212Z",
            "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.017313,
                    60.169025
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 20.11.2020\nAsuntojen lukumäärä 67",
                "sv": "Färdig den 20.11.2020\nAntal bostäder 67",
                "en": "Completed in 20.11.2020\nNumber of apartments 67"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Fregatti",
                "sv": "Bostads Ab Helsingin Fregatti",
                "en": "Asunto Oy Helsingin Fregatti"
            },
            "street_address": {
                "fi": "Koirasaarentie 50",
                "sv": "Hundholmsvägen 50",
                "en": "Koirasaarentie 50"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63287/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:73076",
            "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-29T07:10:44.038750Z",
            "last_modified_time": "2024-02-06T14:10:57.457036Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00580",
            "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.976076,
                    60.190002
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 29.8.2023\nAsuntojen lukumäärä 93",
                "sv": "Färdig den 29.8.2023\nAntal bosträder 93",
                "en": "Completed in 29.8.2023\nNumber of apartments 93"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Geowatti",
                "sv": "Bostads Ab Helsingin Geowatti",
                "en": "Asunto Oy Helsingin Geowatti"
            },
            "street_address": {
                "fi": "Tukkutorinkuja 2",
                "sv": "Partitorgsgränden 2",
                "en": "Tukkutorinkuja 2"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:73076/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:77911",
            "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": "2025-06-26T11:09:50.938667Z",
            "last_modified_time": "2025-06-26T11:09:50.938679Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00220",
            "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.910912,
                    60.15587
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 26.6.2025\nAsuntojen lukumäärä 70",
                "sv": "Färdig den 26.6.2025\nAntal bostäder 70",
                "en": "Completed in 26.6.2025\nNumber of apartments 70"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Gibraltar",
                "sv": "Bostads Ab Helsingin Gibraltar",
                "en": "Asunto Oy Helsingin Gibraltar"
            },
            "street_address": {
                "fi": "Atlantinkatu 6",
                "sv": "Atlantgatan 6",
                "en": "Atlantinkatu 6"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77911/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59087",
            "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:yliskylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Yliskylä",
                        "sv": "Uppby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-15T14:18:05.063765Z",
            "last_modified_time": "2024-02-06T13:16:45.788365Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00870",
            "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.032818,
                    60.169285
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 30.05.2016\nAsuntojen lukumäärä 67",
                "sv": "Färdig den 30.05.2016\nAntal bostäder 67",
                "en": "Completed in 30.05.2016\nNumber of apartments 67"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Gunillankartano",
                "sv": "Bostads Ab Helsingin Gunillankartano",
                "en": "Asunto Oy Helsingin Gunillankartano"
            },
            "street_address": {
                "fi": "Gunillantie 18",
                "sv": "Gunillavägen 18",
                "en": "Gunillantie 18"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59087/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60247",
            "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:etelä-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etelä-Haaga",
                        "sv": "Södra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-15T15:13:44.959409Z",
            "last_modified_time": "2024-02-06T13:17:03.895334Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00320",
            "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.889162,
                    60.215694
                ]
            },
            "info_url": null,
            "description": {
                "fi": "Valmistunut 29.08.2019\nAsuntojen lukumäärä 71",
                "sv": "Färdig den 29.08.2019\nAntal bostäder 71",
                "en": "Completed in 29.08.2019\nNumber on apartments 71"
            },
            "name": {
                "fi": "Asunto Oy Helsingin Haagan Eliel",
                "sv": "Bostads Ab Helsingin Haagan Eliel",
                "en": "Asunto Oy Helsingin Haagan Eliel"
            },
            "street_address": {
                "fi": "Eliel Saarisen tie 44",
                "sv": "Eliel Saarinens väg 44",
                "en": "Eliel Saarisen tie 44"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60247/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}