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

{
    "meta": {
        "count": 151728,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=82&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=80&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:59140",
            "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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:mellunmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunmäki",
                        "sv": "Mellungsbacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-15T14:18:22.698636Z",
            "last_modified_time": "2024-02-06T13:16:46.637387Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00970",
            "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.132664,
                    60.22955
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Sänkbacka",
                "sv": "Bostads Ab Helsingin Sänkbacka",
                "en": "Asunto Oy Helsingin Sänkbacka"
            },
            "street_address": {
                "fi": "Fallpakantie 1",
                "sv": "Fallbackavägen 1",
                "en": "Fallpakantie 1"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 31.03.2011\nAsuntojen lukumäärä 15",
                "sv": "Färdig den 31.03.2011\nAntal bostäder 15",
                "en": "Completed in 31.03.2011\nNumber of apartments 15"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59140/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58815",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-15T14:15:51.099983Z",
            "last_modified_time": "2024-02-06T13:16:39.495192Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00300",
            "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.895815,
                    60.19922
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Taavetinaukio 4",
                "sv": "Bostads Ab Helsingin Taavetinaukio 4",
                "en": "Asunto Oy Helsingin Taavetinaukio 4"
            },
            "street_address": {
                "fi": "Taavetinaukio 4",
                "sv": "Taavettiplatsen 4",
                "en": "Taavetinaukio 4"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 31.05.1997\nAsuntojen lukumäärä 22",
                "sv": "Färdig den 31.05.1997\nAntal bostäder 22",
                "en": "Completed in 31.05.1997\nNumber of apartments 22"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58815/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58808",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-15T14:15:48.281935Z",
            "last_modified_time": "2024-02-06T13:16:39.250153Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00300",
            "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.895006,
                    60.19942
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Taavetinkuja 8",
                "sv": "Bostads Ab Helsingin Taavetinkuja 8",
                "en": "Asunto Oy Helsingin Taavetinkuja 8"
            },
            "street_address": {
                "fi": "Taavetinkuja 8",
                "sv": "Taavettigränden 8",
                "en": "Taavetinkuja 8"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 15.09.1995\nAsuntojen lukumäärä 20",
                "sv": "Färdig den 15.09.1995\nAntal bostäder 20",
                "en": "Completed in 15.09.1995\nNumber of apartments 20"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58808/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58813",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-15T14:15:50.265780Z",
            "last_modified_time": "2024-02-06T13:16:39.418998Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00300",
            "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.896582,
                    60.198513
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Taavetti Laitisen katu 3",
                "sv": "Bostads Ab Helsingin Taavetti Laitisen katu 3",
                "en": "Asunto Oy Helsingin Taavetti Laitisen katu 3"
            },
            "street_address": {
                "fi": "Taavetti Laitisen katu 3",
                "sv": "Taavetti Laitinens gata 3",
                "en": "Taavetti Laitisen katu 3"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 31.12.1994\nAsuntojen lukumäärä 36",
                "sv": "Färdig den 31.12.1994\nAntal bostäder 36",
                "en": "Completed in 31.12.1994\nNumber of apartments 36"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58813/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58809",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-15T14:15:49.599569Z",
            "last_modified_time": "2024-02-06T13:16:39.285139Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00300",
            "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.895027,
                    60.198273
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Taavetti Laitisenkatu 7",
                "sv": "Bostads Ab Helsingin Taavetti Laitisenkatu 7",
                "en": "Asunto Oy Helsingin Taavetti Laitisenkatu 7"
            },
            "street_address": {
                "fi": "Taavetti Laitisen katu 7",
                "sv": "Taavetti Laitinens gata 7",
                "en": "Taavetti Laitisen katu 7"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 13.10.1995\nAsuntojen lukumäärä 29",
                "sv": "Färdig den 13.10.1995\nAntal bostäder 29",
                "en": "Completed in 13.10.1995\nNumber of apartments 29"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58809/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58835",
            "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:reimarla",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reimarla",
                        "sv": "Reimars"
                    }
                },
                {
                    "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:05.382743Z",
            "last_modified_time": "2024-02-06T13:16:40.134908Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00370",
            "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.841713,
                    60.22515
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Taavin-portti",
                "sv": "Bostads Ab Helsingin Taavin-portti",
                "en": "Asunto Oy Helsingin Taavin-portti"
            },
            "street_address": {
                "fi": "Taavinkuja 3",
                "sv": "Davidsgränden 3",
                "en": "Taavinkuja 3"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 11.05.2001\nAsuntojen lukumäärä 2",
                "sv": "Färdig den 11.05.2001\nAntal bostäder 2",
                "en": "Completed in 11.05.2001\nNumber of apartments 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58835/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58840",
            "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:tali",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tali",
                        "sv": "Tali"
                    }
                },
                {
                    "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:08.532694Z",
            "last_modified_time": "2024-02-06T13:16:40.302001Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "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.863958,
                    60.216297
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Taimistontie 9",
                "sv": "Bostads Ab Helsingin Taimistontie 9",
                "en": "Asunto Oy Helsingin Taimistontie 9"
            },
            "street_address": {
                "fi": "Taimistontie 9",
                "sv": "Plantskolevägen 9",
                "en": "Taimistontie 9"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 01.06.1998\nAsuntojen lukumäärä 33",
                "sv": "Färdig den 01.06.1998\nAntal bostäder 33",
                "en": "Completed in 01.06.1998\nNumber of apartments 33"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58840/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58898",
            "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-15T14:16:36.082434Z",
            "last_modified_time": "2024-02-06T13:16:41.628955Z",
            "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.978048,
                    60.1826
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Takila",
                "sv": "Bostads Ab Helsingin Takila",
                "en": "Asunto Oy Helsingin Takila"
            },
            "street_address": {
                "fi": "Kapteeni Sundmanin katu 3",
                "sv": "Kapten Sundmans gata 3",
                "en": "Kapteeni Sundmanin katu 3"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 26.10.2018\nAsuntojen lukumäärä 39",
                "sv": "Färdig den 26.10.2018\nAntal bostäder 39",
                "en": "Completed in 26.10.2018\nNumber of apartments 39"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58898/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58838",
            "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:tali",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tali",
                        "sv": "Tali"
                    }
                },
                {
                    "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:08.234809Z",
            "last_modified_time": "2024-02-06T13:16:40.233381Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "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.866564,
                    60.2173
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Talinhovi",
                "sv": "Bostads Ab Helsingin Talinhovi",
                "en": "Asunto Oy Helsingin Talinhovi"
            },
            "street_address": {
                "fi": "Taimistontie 4 C",
                "sv": "Plantskolevägen 4 C",
                "en": "Taimistontie 4 C"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 31.12.1998\nAsuntojen lukumäärä 20",
                "sv": "Färdig den 31.12.1998\nAntal bostäder 20",
                "en": "Completed in 31.12.1998\nNumber of apartments 20"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58838/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58837",
            "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:tali",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tali",
                        "sv": "Tali"
                    }
                },
                {
                    "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:08.091114Z",
            "last_modified_time": "2024-02-06T13:16:40.200128Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "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.864607,
                    60.216038
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Talin Puistotie 9",
                "sv": "Bostads Ab Helsingin Talin Puistotie 9",
                "en": "Asunto Oy Helsingin Talin Puistotie 9"
            },
            "street_address": {
                "fi": "Talin puistotie 9",
                "sv": "Taliallén 9",
                "en": "Talin puistotie 9"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 30.01.1998\nAsuntojen lukumäärä 33",
                "sv": "Färdig den 30.01.1998\nAntal bostäder 33",
                "en": "Completed in 30.01.1998\nNumber of apartments 33"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58837/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58998",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:malmin_lentokenttä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmin lentokenttä",
                        "sv": "Malms flygfält"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-15T14:17:23.986227Z",
            "last_modified_time": "2024-02-06T13:16:43.979525Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00730",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.039211,
                    60.26248
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Tasankotie 6",
                "sv": "Bostads Ab Helsingin Tasankotie 6",
                "en": "Asunto Oy Helsingin Tasankotie 6"
            },
            "street_address": {
                "fi": "Tasankotie 6",
                "sv": "Slättvägen 6",
                "en": "Tasankotie 6"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 30.11.2004\nAsuntojen lukumäärä 46",
                "sv": "Färdig den 30.11.2004\nAntal bostäder 46",
                "en": "Completed in 30.11.2004\nNumber of apartments 46"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58998/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58905",
            "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.345799Z",
            "last_modified_time": "2024-02-06T13:16:41.818190Z",
            "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.980484,
                    60.20633
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Teema",
                "sv": "Bostads Ab Helsingin Teema",
                "en": "Asunto Oy Helsingin Teema"
            },
            "street_address": {
                "fi": "Toini Muonan katu 7",
                "sv": "Toini Muonas gata 7",
                "en": "Toini Muonan katu 7"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 09.05.2003\nAsuntojen lukumäärä 39",
                "sv": "Färdig den 09.05.2003\nAntal bostäder 39",
                "en": "Completed in 09.05.2003\nNumber of apartments 39"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58905/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58974",
            "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:ylä-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ylä-Malmi",
                        "sv": "Övre 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:16.723956Z",
            "last_modified_time": "2024-02-06T13:16:43.598478Z",
            "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.002104,
                    60.24787
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Terälehti",
                "sv": "Bostads Ab Helsingin Terälehti",
                "en": "Asunto Oy Helsingin Terälehti"
            },
            "street_address": {
                "fi": "Malmin kauppatie 2 b",
                "sv": "Malms handelsväg 2 b",
                "en": "Malmin kauppatie 2 b"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 23.05.2001\nAsuntojen lukumäärä 44",
                "sv": "Färdig den 23.05.2001\nAntal bostäder 44",
                "en": "Completed in 23.05.2001\nNumber of apartments 44"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58974/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58812",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-15T14:15:50.132919Z",
            "last_modified_time": "2024-02-06T13:16:39.387388Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00300",
            "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.897457,
                    60.19751
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Tilkanvierto",
                "sv": "Bostads Ab Helsingin Tilkanvierto",
                "en": "Asunto Oy Helsingin Tilkanvierto"
            },
            "street_address": {
                "fi": "Tilkankuja 4",
                "sv": "Tilkkagränden 4",
                "en": "Tilkankuja 4"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 26.06.1998\nAsuntojen lukumäärä 11",
                "sv": "Färdig den 26.06.1998\nAntal bostäder 11",
                "en": "Completed in 26.06.1998\nNumber of apartments 11"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58812/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58938",
            "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:maunula",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maunula",
                        "sv": "Månsas"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:metsälä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Metsälä",
                        "sv": "Krämertsskog"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                }
            ],
            "created_time": "2023-08-15T14:17:03.761583Z",
            "last_modified_time": "2024-02-06T13:16:42.922778Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00620",
            "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.943317,
                    60.226074
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Timpurinrinne",
                "sv": "Bostads Ab Helsingin Timpurinrinne",
                "en": "Asunto Oy Helsingin Timpurinrinne"
            },
            "street_address": {
                "fi": "Puusuutarintie 13",
                "sv": "Lestmakarvägen 13",
                "en": "Puusuutarintie 13"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 27.04.2007\nAsuntojen lukumäärä 9",
                "sv": "Färdig den 27.04.2007\nAntal bostäder 9",
                "en": "Completed in 27.04.2007\nNumber of apartments 9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58938/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58930",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:hermanninmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanninmäki",
                        "sv": "Hermanstadsbacken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:hermanni",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanni",
                        "sv": "Hermanstad"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:57.662712Z",
            "last_modified_time": "2024-02-06T13:16:42.661458Z",
            "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.968374,
                    60.19029
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Titania",
                "sv": "Bostads Ab Helsingin Titania",
                "en": "Asunto Oy Helsingin Titania"
            },
            "street_address": {
                "fi": "Fenixinrinne 4-6",
                "sv": "Fenixbranten 4-6",
                "en": "Fenixinrinne 4-6"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 04.11.2011\nAsuntojen lukumäärä 38",
                "sv": "Färdig den 04.11.2011\nAntal bostäder 38",
                "en": "Completed in 04.11.2011\nNumber of apartments 38"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58930/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58909",
            "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:43.882745Z",
            "last_modified_time": "2024-02-06T13:16:41.952430Z",
            "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.979467,
                    60.206726
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Toini Muonan katu 8",
                "sv": "Bostads Ab Helsingin Toini Muonan katu 8",
                "en": "Asunto Oy Helsingin Toini Muonan katu 8"
            },
            "street_address": {
                "fi": "Toini Muonan katu 8",
                "sv": "Toini Muonas gata 8",
                "en": "Toini Muonan katu 8"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 31.12.2004\nAsuntojen lukumäärä 50",
                "sv": "Färdig den 31.12.2004\nAntal bostäder 50",
                "en": "Completed in 31.12.2004\nNumber of apartments 50"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58909/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58920",
            "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:51.531320Z",
            "last_modified_time": "2024-02-06T13:16:42.322257Z",
            "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.972736,
                    60.202618
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Toukolankustaa",
                "sv": "Bostads Ab Helsingin Toukolankustaa",
                "en": "Asunto Oy Helsingin Toukolankustaa"
            },
            "street_address": {
                "fi": "Brysselinkatu 7 ja 10",
                "sv": "Brysselgatan 7 ja 10",
                "en": "Brysselinkatu 7 ja 10"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 03.08.2012\nAsuntojen lukumäärä 28",
                "sv": "Färdig den 03.08.2012\nAntal bostäder 28",
                "en": "Completed in 03.08.2012\nNumber of apartments 28"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58920/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58919",
            "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:51.382695Z",
            "last_modified_time": "2024-02-06T13:16:42.289873Z",
            "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.972918,
                    60.20438
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Toukoniitty",
                "sv": "Bostads Ab Helsingin Toukoniitty",
                "en": "Asunto Oy Helsingin Toukoniitty"
            },
            "street_address": {
                "fi": "Toukolankatu 27",
                "sv": "Majstadsgatan 27",
                "en": "Toukolankatu 27"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 27.03.2013\nAsuntojen lukumäärä 57",
                "sv": "Färdig den 27.03.2013\nAntal bostäder 57",
                "en": "Completed in 27.03.2013\nNumber of apartments 57"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58919/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62696",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kalasatama",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kalasatama",
                        "sv": "Fiskehamnen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-15T16:20:59.966428Z",
            "last_modified_time": "2024-02-06T13:17:57.439573Z",
            "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.981945,
                    60.189034
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Toutain",
                "sv": "Bostads Ab Helsingin Toutain",
                "en": "Asunto Oy Helsingin Toutain"
            },
            "street_address": {
                "fi": "Capellan puistotie 19",
                "sv": "Capellas allé 19",
                "en": "Capellan puistotie 19"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 30.4.2020\nAsuntojen lukumäärä 47",
                "sv": "Färdig den 30.4.2020\nAntal bostäder 47",
                "en": "Completed in 30.4.2020\nNumber of apartments 47"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62696/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}