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

{
    "meta": {
        "count": 152273,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=77&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=75&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:59103",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-15T14:18:11.123211Z",
            "last_modified_time": "2024-02-06T13:16:46.111557Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00920",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.084522,
                    60.223312
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 28.03.2014\nAsuntojen lukumäärä 27",
                "sv": "Färdig den 28.03.2014\nAntal bostäder 27",
                "en": "Completed in 28.03.2014\nNumber of apartments 27"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Lallukankulma",
                "sv": "Bostads Ab Helsingin Lallukankulma",
                "en": "Asunto Oy Helsingin Lallukankulma"
            },
            "telephone": null,
            "street_address": {
                "fi": "Lallukankuja 5",
                "sv": "Lallukkagränden 5",
                "en": "Lallukankuja 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59103/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59114",
            "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:itäkeskus",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itäkeskus",
                        "sv": "Östra centrum"
                    }
                },
                {
                    "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:17.685077Z",
            "last_modified_time": "2024-02-06T13:16:46.477880Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00930",
            "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.088984,
                    60.2078
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 28.02.2002\nAsuntojen lukumäärä 23",
                "sv": "Färdig den 28.02.2002\nAntal bostäder 23",
                "en": "Completed in 28.02.2002\nNumber of apartments 23"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Lehdokkipuisto",
                "sv": "Bostads Ab Helsingin Lehdokkipuisto",
                "en": "Asunto Oy Helsingin Lehdokkipuisto"
            },
            "telephone": null,
            "street_address": {
                "fi": "Maksaruohonpolku 3",
                "sv": "Fetknoppsstigen 3",
                "en": "Maksaruohonpolku 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59114/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58959",
            "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:paloheinä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Paloheinä",
                        "sv": "Svedängen"
                    }
                },
                {
                    "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.323624Z",
            "last_modified_time": "2024-02-06T13:16:43.491995Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00670",
            "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.944479,
                    60.25653
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 27.09.2002\nAsuntojen lukumäärä 15",
                "sv": "Färdig den 27.09.2002\nAntal bostäder 15",
                "en": "Completed in 27.09.2002\nNumber of apartments 15"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Lehtikuusi",
                "sv": "Bostads Ab Helsingin Lehtikuusi",
                "en": "Asunto Oy Helsingin Lehtikuusi"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kuusmiehenkaari 8-10",
                "sv": "Sexmansbågen 8-10",
                "en": "Kuusmiehenkaari 8-10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58959/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58845",
            "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:11.889817Z",
            "last_modified_time": "2024-02-06T13:16:40.432067Z",
            "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.833838,
                    60.248154
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 30.11.2004\nAsuntojen lukumäärä 22",
                "sv": "Färdig den 30.11.2004\nAntal bostäder 22",
                "en": "Completed in 30.11.2004\nNumber of apartments 22"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Lehtokaunokki",
                "sv": "Bostads Ab Helsingin Lehtokaunokki",
                "en": "Asunto Oy Helsingin Lehtokaunokki"
            },
            "telephone": null,
            "street_address": {
                "fi": "Lehtovuorenkatu 5 A",
                "sv": "Lundbergagatan 5 A",
                "en": "Lehtovuorenkatu 5 A"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58845/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58820",
            "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-15T14:15:55.951194Z",
            "last_modified_time": "2024-02-06T13:16:39.634167Z",
            "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.897118,
                    60.22058
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 30.11.2012\nAsuntojen lukumäärä 12",
                "sv": "Färdig den 30.11.2012\nAntal bostäder 12",
                "en": "Completed in 30.11.2012\nNumber of apartments 12"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Lehtokuusama",
                "sv": "Bostads Ab Helsingin Lehtokuusama",
                "en": "Asunto Oy Helsingin Lehtokuusama"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kuusamakuja 3",
                "sv": "Kaprifolgränden 3",
                "en": "Kuusamakuja 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58820/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58844",
            "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:09.790602Z",
            "last_modified_time": "2024-02-06T13:16:40.401497Z",
            "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.833838,
                    60.248154
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 31.08.2004\nAsuntojen lukumäärä 12",
                "sv": "Färdig den 31.08.2004\nAntal bostäder 12",
                "en": "Completed in 31.08.2004\nNumber of apartments 12"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Lehto-orvokki",
                "sv": "Bostads Ab Helsingin Lehto-orvokki",
                "en": "Asunto Oy Helsingin Lehto-orvokki"
            },
            "telephone": null,
            "street_address": {
                "fi": "Lehtovuorenkatu 5 B",
                "sv": "Lundbergagatan 5 B",
                "en": "Lehtovuorenkatu 5 B"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58844/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58846",
            "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:13.688699Z",
            "last_modified_time": "2024-02-06T13:16:40.465205Z",
            "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.834906,
                    60.2484
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 30.06.2005\nAsuntojen lukumäärä 21",
                "sv": "Färdig den 30.06.2005\nAntal bostäder 21",
                "en": "Completed in 30.06.2005\nNumber of apartments 21"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Lemmikkilehto",
                "sv": "Bostads Ab Helsingin Lemmikkilehto",
                "en": "Asunto Oy Helsingin Lemmikkilehto"
            },
            "telephone": null,
            "street_address": {
                "fi": "Lehtovuorenkatu 8",
                "sv": "Lundbergagatan 8",
                "en": "Lehtovuorenkatu 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58846/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58893",
            "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:32.997051Z",
            "last_modified_time": "2024-02-06T13:16:41.467583Z",
            "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.980488,
                    60.18515
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 30.06.2015\nAsuntojen lukumäärä 50",
                "sv": "Färdig den 30.06.2015\nAntal bostäder 50",
                "en": "Completed in 30.06.2015\nNumber of apartments 50"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Leonsatama",
                "sv": "Bostads Ab Helsingin Leonsatama",
                "en": "Asunto Oy Helsingin Leonsatama"
            },
            "telephone": null,
            "street_address": {
                "fi": "Junonkatu 1",
                "sv": "Junogatan 1",
                "en": "Junonkatu 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58893/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59065",
            "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:54.190872Z",
            "last_modified_time": "2024-02-06T13:16:45.405894Z",
            "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.035688,
                    60.192444
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 27.02.1998\nAsuntojen lukumäärä 56",
                "sv": "Färdig den 27.02.1998\nAntal bostäder 56",
                "en": "Completed in 27.02.1998\nNumber of apartments 56"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Linnanrakentajanpuisto",
                "sv": "Bostads Ab Helsingin Linnanrakentajanpuisto",
                "en": "Asunto Oy Helsingin Linnanrakentajanpuisto"
            },
            "telephone": null,
            "street_address": {
                "fi": "Laivalahdenportti 2",
                "sv": "Båtsviksporten 2",
                "en": "Laivalahdenportti 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59065/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59086",
            "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:04.924934Z",
            "last_modified_time": "2024-02-06T13:16:45.755403Z",
            "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.03315,
                    60.17005
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 26.01.2016\nAsuntojen lukumäärä 50",
                "sv": "Färdig den 26.01.2016\nAntal bostäder 50",
                "en": "Completed in 26.01.2016\nNumber of apartments 50"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Loggia",
                "sv": "Bostads Ab Helsingin Loggia",
                "en": "Asunto Oy Helsingin Loggia"
            },
            "telephone": null,
            "street_address": {
                "fi": "Lorentzinkuja 2",
                "sv": "Lorentzgränden 2",
                "en": "Lorentzinkuja 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59086/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58906",
            "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.476215Z",
            "last_modified_time": "2024-02-06T13:16:41.852494Z",
            "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.98021,
                    60.209038
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 21.04.2006\nAsuntojen lukumäärä 58",
                "sv": "Färdig den 21.04.2006\nAntal bostäder 58",
                "en": "Completed in 21.04.2006\nNumber of apartments 58"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Loppukiri",
                "sv": "Bostads Ab Helsingin Loppukiri",
                "en": "Asunto Oy Helsingin Loppukiri"
            },
            "telephone": null,
            "street_address": {
                "fi": "Birger Kaipiaisen katu 1",
                "sv": "Birger Kaipiainens gata 1",
                "en": "Birger Kaipiaisen katu 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58906/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60346",
            "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-15T15:14:05.545573Z",
            "last_modified_time": "2024-02-06T13:17:06.221675Z",
            "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.034286,
                    60.170033
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 26.9.2019\nAsuntojen lukumäärä 61",
                "sv": "Färdig den 26.9.2019\nAntal bostäder 61",
                "en": "Completed in 26.9.2019\nNumber of apartments 61"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Lorentz",
                "sv": "Bostads Ab Helsingin Lorentz",
                "en": "Asunto Oy Helsingin Lorentz"
            },
            "telephone": null,
            "street_address": {
                "fi": "Lorentzinkuja 3",
                "sv": "Lorentzgränden 3",
                "en": "Lorentzinkuja 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60346/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59085",
            "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:04.783988Z",
            "last_modified_time": "2024-02-06T13:16:45.723961Z",
            "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.034847,
                    60.172413
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 30.01.2017\nAsuntojen lukumäärä 57",
                "sv": "Färdig den 30.01.2017\nAntal bostäder 57",
                "en": "Completed in 30.01.2017\nNumber of apartments 57"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Lorentzinpuisto",
                "sv": "Bostads Ab Helsingin Lorentzinpuisto",
                "en": "Asunto Oy Helsingin Lorentzinpuisto"
            },
            "telephone": null,
            "street_address": {
                "fi": "Koirasaarentie 32",
                "sv": "Hundholmsvägen 32",
                "en": "Koirasaarentie 32"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59085/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59029",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T14:17:34.987347Z",
            "last_modified_time": "2024-02-06T13:16:44.343273Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.039253,
                    60.23366
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 27.10.2006\nAsuntojen lukumäärä 17",
                "sv": "Färdig den 27.10.2006\nAntal bostäder 17",
                "en": "Completed in 27.10.2006\nNumber of apartments 17"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Lumikello",
                "sv": "Bostads Ab Helsingin Lumikello",
                "en": "Asunto Oy Helsingin Lumikello"
            },
            "telephone": null,
            "street_address": {
                "fi": "Apteekkarinraitti 2",
                "sv": "Apotekarstråket 2",
                "en": "Apteekkarinraitti 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59029/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59112",
            "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:itäkeskus",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itäkeskus",
                        "sv": "Östra centrum"
                    }
                },
                {
                    "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:16.908222Z",
            "last_modified_time": "2024-02-06T13:16:46.410481Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00930",
            "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.082014,
                    60.208168
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 08.06.2001\nAsuntojen lukumäärä 66",
                "sv": "Färdig den 08.06.2001\nAntal bostäder 66",
                "en": "Completed in 08.06.2001\nNumber of apartments 66"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Lyypekinaukio 6",
                "sv": "Bostads Ab Helsingin Lyypekinaukio 6",
                "en": "Asunto Oy Helsingin Lyypekinaukio 6"
            },
            "telephone": null,
            "street_address": {
                "fi": "Lyypekinaukio 6",
                "sv": "Lybecksplanen 6",
                "en": "Lyypekinaukio 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59112/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:72632",
            "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-15T18:16:08.607614Z",
            "last_modified_time": "2026-04-15T05:10:21.477682Z",
            "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.92521,
                    60.21885
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 15.6.2023\nAsuntojen lukumäärä 81",
                "sv": "Färdig den 15.6.2023\nAntal Bostäder 81",
                "en": "Completed in 15.6.2023\nNumber of apartments 81"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Lähetti 1",
                "sv": "Bostads Ab Helsingin Lähetti 1",
                "en": "Asunto Oy Helsingin Lähetti 1"
            },
            "telephone": null,
            "street_address": {
                "fi": "Leimasinkatu 4",
                "sv": "Stämpelgatan 4",
                "en": "Leimasinkatu 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:72632/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58752",
            "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:21.283100Z",
            "last_modified_time": "2024-02-06T13:16:38.021358Z",
            "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.911839,
                    60.15942
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 30.04.1998\nAsuntojen lukumäärä 37",
                "sv": "Färdig den 30.04.1998\nAntal bostäder 37",
                "en": "Completed in 30.04.1998\nNumber of apartments 37"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Länsisatama",
                "sv": "Bostads Ab Helsingin Länsisatama",
                "en": "Asunto Oy Helsingin Länsisatama"
            },
            "telephone": null,
            "street_address": {
                "fi": "Messitytönkatu 10",
                "sv": "Mässflicksgatan 10",
                "en": "Messitytönkatu 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58752/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62131",
            "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-15T16:19:48.106809Z",
            "last_modified_time": "2024-02-06T13:17:42.788563Z",
            "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.974745,
                    60.18145
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 30.3.2020\nAsuntojen lukumäärä 40",
                "sv": "Färdig den 30.3.2020\nAntal bostäder 40",
                "en": "Completed in 30.3.2020\nNumber of apartments 40"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Länsiviitta",
                "sv": "Bostads Ab Helsingin Länsiviitta",
                "en": "Asunto Oy Helsingin Länsiviitta"
            },
            "telephone": null,
            "street_address": {
                "fi": "Sompasaarenlaituri 10",
                "sv": "Sumparkajen 10",
                "en": "Sompasaarenlaituri 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62131/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:63779",
            "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-15T16:22:40.193017Z",
            "last_modified_time": "2024-02-06T13:18:16.416338Z",
            "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.892015,
                    60.215397
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 29.1.2021\nAsuntojen lukumäärä 82",
                "sv": "Färdig den 29.1.2021\nAntal bostäder 82",
                "en": "Completed in 21.1.2021\nNumber of apartments 82"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Lärkaninpolku",
                "sv": "Bostads Ab Helsingin Lärkaninpolku",
                "en": "Asunto Oy Helsingin Lärkaninpolku"
            },
            "telephone": null,
            "street_address": {
                "fi": "Isonnevantie 16d",
                "sv": "Stormyrvägen 16d",
                "en": "Isonnevantie 16d"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63779/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62698",
            "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:21:00.248605Z",
            "last_modified_time": "2026-04-15T05:10:13.349108Z",
            "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.914732,
                    60.156986
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 30.4.2020\nAsuntojen lukumäärä 45",
                "sv": "Färdig den 30.4.2020\nAntal bostäder 45",
                "en": "Completed in 30.4.2020\nNumber of apartments 45"
            },
            "info_url": null,
            "name": {
                "fi": "Asunto Oy Helsingin Malaga",
                "sv": "Bostads Ab Helsingin Malaga",
                "en": "Asunto Oy Helsingin Malaga"
            },
            "telephone": null,
            "street_address": {
                "fi": "Malagankatu 8",
                "sv": "Malagagatan 8",
                "en": "Malagankatu 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62698/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}