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=78&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=79&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=77&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:58986",
            "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:ala-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ala-Malmi",
                        "sv": "Nedre Malm"
                    }
                },
                {
                    "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.671293Z",
            "last_modified_time": "2024-02-06T13:16:43.815386Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00700",
            "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.003534,
                    60.24397
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Pestikuja 1",
                "sv": "Städjegränden 1",
                "en": "Pestikuja 1"
            },
            "description": {
                "fi": "Valmistunut 30.06.2016\nAsuntojen lukumäärä 10",
                "sv": "Färdig den 30.06.2016\nAntal bostäder 10",
                "en": "Completed in 30.06.2016\nNumber of apartments 10"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Pestikuja 1",
                "sv": "Bostads Ab Helsingin Pestikuja 1",
                "en": "Asunto Oy Helsingin Pestikuja 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58986/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67735",
            "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-15T16:26:35.890915Z",
            "last_modified_time": "2024-02-06T13:18:50.015170Z",
            "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.914427,
                    60.157253
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Malagankatu 6",
                "sv": "Malagagatan 6",
                "en": "Malagankatu 6"
            },
            "description": {
                "fi": "Valmistunut 29.9.2021.\nAsuntojen lukumäärä 55",
                "sv": "Färdig den 29.9.2021.\nAntal bostäder 55",
                "en": "Completed in 29.9.2021.\nNumber of apartments 55"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Picasso",
                "sv": "Bostads Ab Helsingin Picasso",
                "en": "Asunto Oy Helsingin Picasso"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67735/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58926",
            "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:54.996179Z",
            "last_modified_time": "2024-02-06T13:16:42.528282Z",
            "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.966528,
                    60.19158
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Plazankuja 4",
                "sv": "Plazagränden 4",
                "en": "Plazankuja 4"
            },
            "description": {
                "fi": "Valmistunut 28.11.2007\nAsuntojen lukumäärä 33",
                "sv": "Färdig den 28.11.2007\nAntal bostäder 33",
                "en": "Completed in 28.11.2007\nNumber of apartments 33"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Plazankuja",
                "sv": "Bostads Ab Helsingin Plazankuja",
                "en": "Asunto Oy Helsingin Plazankuja"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58926/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58925",
            "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:52.991231Z",
            "last_modified_time": "2024-02-06T13:16:42.495222Z",
            "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.966236,
                    60.191612
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Plazankuja 2",
                "sv": "Plazagränden 2",
                "en": "Plazankuja 2"
            },
            "description": {
                "fi": "Valmistunut 29.11.2007\nAsuntojen lukumäärä 27",
                "sv": "Färdig den 29.11.2007\nAntal bostäder 27",
                "en": "Completed in 29.11.2007\nNumber of apartments 27"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Plazanpuisto",
                "sv": "Bostads Ab Helsingin Plazanpuisto",
                "en": "Asunto Oy Helsingin Plazanpuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58925/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58758",
            "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:lauttasaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Lauttasaari",
                        "sv": "Drumsö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kotkavuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kotkavuori",
                        "sv": "Örnberget"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:lauttasaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Lauttasaari",
                        "sv": "Drumsö"
                    }
                }
            ],
            "created_time": "2023-08-15T14:15:25.630623Z",
            "last_modified_time": "2024-02-06T13:16:38.228903Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00200",
            "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.893011,
                    60.161053
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Pohjoiskaari 9 b",
                "sv": "Norrsvängen 9 b",
                "en": "Pohjoiskaari 9 b"
            },
            "description": {
                "fi": "Valmistunut 27.02.1998\nAsuntojen lukumäärä 55",
                "sv": "Färdig den 27.02.1998\nAntal bostäder 55",
                "en": "Completed in 27.02.1998\nNumber of apartments 55"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Pohjoiskaari 9 b",
                "sv": "Bostads Ab Helsingin Pohjoiskaari 9 b",
                "en": "Asunto Oy Helsingin Pohjoiskaari 9 b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58758/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62075",
            "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:19:43.971815Z",
            "last_modified_time": "2024-02-06T13:17:41.772228Z",
            "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.0195,
                    60.168
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Disankatu 4",
                "sv": "Disagatan 4",
                "en": "Disankatu 4"
            },
            "description": {
                "fi": "Valmistunut 28.2.2020\nAsuntojen lukumäärä 35",
                "sv": "Färdig den 28.2.2020\nAntal bostäder 35",
                "en": "Completed in 28.2.2020\nNumber of apartments 35"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Pojamankallio",
                "sv": "Bostads Ab Helsingin Pojamankallio",
                "en": "Asunto Oy Helsingin Pojamankallio"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62075/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58894",
            "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.131936Z",
            "last_modified_time": "2024-02-06T13:16:41.498853Z",
            "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.980286,
                    60.183735
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Junonkatu 6",
                "sv": "Junogatan 6",
                "en": "Junonkatu 6"
            },
            "description": {
                "fi": "Valmistunut 12.08.2016\nAsuntojen lukumäärä 44",
                "sv": "Färdig den 12.08.2016\nAntal bostäder 44",
                "en": "Completed in 12.08.2016\nNumber of apartments 44"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Polaris",
                "sv": "Bostads Ab Helsingin Polaris",
                "en": "Asunto Oy Helsingin Polaris"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58894/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:63364",
            "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:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pohjois-pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Pasila",
                        "sv": "Norra Böle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                }
            ],
            "created_time": "2023-08-15T16:22:20.381587Z",
            "last_modified_time": "2024-02-06T13:18:13.028101Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00240",
            "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.924063,
                    60.217297
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Postiljooninkatu 19",
                "sv": "Postiljonsgatan 19",
                "en": "Postiljooninkatu 19"
            },
            "description": {
                "fi": "Valmistunut 21.12.2020\nAsuntojen lukumäärä 57",
                "sv": "Färdig den 21.12.2020\nAntal bostäder 57",
                "en": "Completed in 21.12.2020\nNumber of apartments 57"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Postinkantaja 2",
                "sv": "Bostads Ab Helsingin Postinkantaja 2",
                "en": "Asunto Oy Helsingin Postinkantaja 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63364/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:78736",
            "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:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pohjois-pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Pasila",
                        "sv": "Norra Böle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                }
            ],
            "created_time": "2025-10-27T08:10:04.527832Z",
            "last_modified_time": "2025-10-27T08:10:04.527845Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00240",
            "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.929358,
                    60.218643
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Kustinpolku 6",
                "sv": "Gustensstigen 6",
                "en": "Kustinpolku 6"
            },
            "description": {
                "fi": "Valmistunut 29.9.2025\nAsuntojen lukumäärä 60",
                "sv": "Färdig den 29.9.2025\nAntal bostäder 60",
                "en": "Completed in 29.9.2025\nNumber on apartments 60"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Postipaketti",
                "sv": "Bostads Ab Helsingin Postipaketti",
                "en": "Asunto Oy Helsingin Postipaketti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:78736/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58833",
            "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:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pajamäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pajamäki",
                        "sv": "Smedjebacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:02.706587Z",
            "last_modified_time": "2024-02-06T13:16:40.072694Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00360",
            "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.856125,
                    60.216824
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Poutamäentie 10 b",
                "sv": "Värmobackavägen 10 b",
                "en": "Poutamäentie 10 b"
            },
            "description": {
                "fi": "Valmistunut 31.03.1999\nAsuntojen lukumäärä 60",
                "sv": "Färdig den 31.03.1999\nAntal bostäder 60",
                "en": "Completed in 31.03.1999\nNumber of apartments 60"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Poutapilvi",
                "sv": "Bostads Ab Helsingin Poutapilvi",
                "en": "Asunto Oy Helsingin Poutapilvi"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58833/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58834",
            "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:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pajamäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pajamäki",
                        "sv": "Smedjebacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:03.392302Z",
            "last_modified_time": "2024-02-06T13:16:40.104779Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00360",
            "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.856125,
                    60.216824
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Poutamäentie 10 a",
                "sv": "Värmobackavägen 10 a",
                "en": "Poutamäentie 10 a"
            },
            "description": {
                "fi": "Valmistunut 31.12.1998\nAsuntojen lukumäärä 36",
                "sv": "Färdig den 31.12.1998\nAntal bostäder 36",
                "en": "Completed in 31.12.1998\nNumber of apartments 36"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Poutapuisto",
                "sv": "Bostads Ab Helsingin Poutapuisto",
                "en": "Asunto Oy Helsingin Poutapuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58834/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:73085",
            "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": "2023-08-31T05:10:10.635625Z",
            "last_modified_time": "2024-06-18T12:10:18.882652Z",
            "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.978165,
                    60.180103
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Aallonhalkoja 11",
                "sv": "Vågbrytaren 11",
                "en": "Aallonhalkoja 11"
            },
            "description": {
                "fi": "Valmistunut 31.8.2023.\nAsuntojen lukumäärä 103",
                "sv": "Färdig den 31.8.2023\nAntal bostäder 103",
                "en": "Completed in 31.8.2023\nNumber of apartments 103"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Priki Johanna",
                "sv": "Bostads Ab Helsingin Priki Johanna",
                "en": "Asunto Oy Helsingin Priki Johanna"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:73085/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58823",
            "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:munkkiniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Munkkiniemi",
                        "sv": "Munksnäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vanha_munkkiniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanha Munkkiniemi",
                        "sv": "Gamla Munksnäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:munkkiniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Munkkiniemi",
                        "sv": "Munksnäs"
                    }
                }
            ],
            "created_time": "2023-08-15T14:15:56.361219Z",
            "last_modified_time": "2024-02-06T13:16:39.732226Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00330",
            "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.876547,
                    60.200565
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Professorinaukio 2",
                "sv": "Professorsplatsen 2",
                "en": "Professorinaukio 2"
            },
            "description": {
                "fi": "Valmistunut 18.12.1992\nAsuntojen lukumäärä 50",
                "sv": "Färdig den 18.12.1992\nAntal bostäder 50",
                "en": "Completed in 18.12.1992\nNumber of apartments 50"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Professorinaukio",
                "sv": "Bostads Ab Helsingin Professorinaukio",
                "en": "Asunto Oy Helsingin Professorinaukio"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58823/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58851",
            "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:15.011748Z",
            "last_modified_time": "2024-02-06T13:16:40.632108Z",
            "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.899126,
                    60.223324
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Poutunkuja 5",
                "sv": "Pouttugränden 5",
                "en": "Poutunkuja 5"
            },
            "description": {
                "fi": "Valmistunut 26.02.2010\nAsuntojen lukumäärä 79",
                "sv": "Färdig den 26.02.2010\nAntal bostäder 79",
                "en": "Completed in 26.02.2010\nNumber of apartments 79"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Puistolemmikki",
                "sv": "Bostads Ab Helsingin Puistolemmikki",
                "en": "Asunto Oy Helsingin Puistolemmikki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58851/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59091",
            "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:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:puotila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puotila",
                        "sv": "Botby gård"
                    }
                },
                {
                    "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:05.989997Z",
            "last_modified_time": "2024-02-06T13:16:45.886910Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00910",
            "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.106934,
                    60.211967
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Puotilantie 7",
                "sv": "Botbygårdsvägen 7",
                "en": "Puotilantie 7"
            },
            "description": {
                "fi": "Valmistunut 28.10.2005\nAsuntojen lukumäärä 12",
                "sv": "Färdig den 28.10.2005\nAntal bostäder 12",
                "en": "Completed in 28.10.2005\nNumber of apartments 12"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Puotilan Pehtoori",
                "sv": "Bostads Ab Helsingin Puotilan Pehtoori",
                "en": "Asunto Oy Helsingin Puotilan Pehtoori"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59091/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59078",
            "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:jollas",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jollas",
                        "sv": "Jollas"
                    }
                },
                {
                    "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:01.295833Z",
            "last_modified_time": "2024-02-06T13:16:45.692060Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00850",
            "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.082514,
                    60.168064
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Puuskakuja 7",
                "sv": "Knysgränd 7",
                "en": "Puuskakuja 7"
            },
            "description": {
                "fi": "Valmistunut 31.05.2002\nAsuntojen lukumäärä 4",
                "sv": "Färdig den 31.05.2002\nAntal bostäder 4",
                "en": "Completed in 31.05.2002\nNumber of apartments 4"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Puuskakuja 7",
                "sv": "Bostads Ab Helsingin Puuskakuja 7",
                "en": "Asunto Oy Helsingin Puuskakuja 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59078/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58961",
            "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:tuomarinkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkylä",
                        "sv": "Domarby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:torpparinmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Torpparinmäki",
                        "sv": "Torparbacken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tuomarinkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkylä",
                        "sv": "Domarby"
                    }
                }
            ],
            "created_time": "2023-08-15T14:17:16.591105Z",
            "last_modified_time": "2024-02-06T13:16:43.561510Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00690",
            "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.947023,
                    60.256607
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Pykälätie 3",
                "sv": "Paragrafvägen 3",
                "en": "Pykälätie 3"
            },
            "description": {
                "fi": "Valmistunut 20.12.2001\nAsuntojen lukumäärä 34",
                "sv": "Färdig den 20.12.2001\nAntal bostäder 34",
                "en": "Completed in 20.12.2001\nNumber of apartments 34"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Pykälätie 3",
                "sv": "Bostads Ab Helsingin Pykälätie 3",
                "en": "Asunto Oy Helsingin Pykälätie 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58961/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58842",
            "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:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:08.672068Z",
            "last_modified_time": "2024-02-06T13:16:40.334428Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00390",
            "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.836393,
                    60.246685
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Lehtovuorenkatu 9 B",
                "sv": "Lundbergagatan 9 B",
                "en": "Lehtovuorenkatu 9 B"
            },
            "description": {
                "fi": "Valmistunut 29.01.2004\nAsuntojen lukumäärä 14",
                "sv": "Färdig den 29.01.2004\nAntal bostäder 14",
                "en": "Completed in 29.01.2004\nNumber of apartments 14"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Pähkinälehto",
                "sv": "Bostads Ab Helsingin Pähkinälehto",
                "en": "Asunto Oy Helsingin Pähkinälehto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58842/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58927",
            "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:56.787077Z",
            "last_modified_time": "2024-02-06T13:16:42.559964Z",
            "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.966045,
                    60.190918
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Rialtonkuja 6",
                "sv": "Rialtogränden 6",
                "en": "Rialtonkuja 6"
            },
            "description": {
                "fi": "Valmistunut 31.05.2011\nAsuntojen lukumäärä 45",
                "sv": "Färdig den 31.05.2011\nAntal bostäder 45",
                "en": "Completed in 31.05.2011\nNumber of apartments 45"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Rialto",
                "sv": "Bostads Ab Helsingin Rialto",
                "en": "Asunto Oy Helsingin Rialto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58927/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58774",
            "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.413696Z",
            "last_modified_time": "2024-02-06T13:16:38.768039Z",
            "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.918417,
                    60.156837
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Rionkatu 14",
                "sv": "Riogatan 14",
                "en": "Rionkatu 14"
            },
            "description": {
                "fi": "Valmistunut 31.05.2018\nAsuntojen lukumäärä 53",
                "sv": "Färdig den 31.05.2018\nAntal bostäder 53",
                "en": "Completed in 31.05.2018\nNumber of apartments 53"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "name": {
                "fi": "Asunto Oy Helsingin Rio",
                "sv": "Bostads Ab Helsingin Rio",
                "en": "Asunto Oy Helsingin Rio"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58774/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}