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=82&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=83&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=81&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:58866",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:malminkartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malminkartano",
                        "sv": "Malmgård"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:20.289457Z",
            "last_modified_time": "2024-02-06T13:16:40.807271Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00410",
            "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.84816,
                    60.25295
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Tripla",
                "sv": "Bostads Ab Helsingin Tripla",
                "en": "Asunto Oy Helsingin Tripla"
            },
            "street_address": {
                "fi": "Tuulenpesäntie 6",
                "sv": "Trollkvastvägen 6",
                "en": "Tuulenpesäntie 6"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 25.02.2005\nAsuntojen lukumäärä 23",
                "sv": "Färdig den 25.02.2005\nAntal bostäder 23",
                "en": "Completed in 25.02.2005\nNumber of apartments 23"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58866/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59034",
            "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:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "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:35.692182Z",
            "last_modified_time": "2024-02-06T13:16:44.504805Z",
            "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.007608,
                    60.22684
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Tsinnia",
                "sv": "Bostads Ab Helsingin Tsinnia",
                "en": "Asunto Oy Helsingin Tsinnia"
            },
            "street_address": {
                "fi": "Viikinportti 4",
                "sv": "Viksporten 4",
                "en": "Viikinportti 4"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 31.08.2012\nAsuntojen lukumäärä 69",
                "sv": "Färdig den 31.08.2012\nAntal bostäder 69",
                "en": "Completed in 31.08.2012\nNumber of apartments 69"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59034/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58958",
            "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.186728Z",
            "last_modified_time": "2024-02-06T13:16:43.457705Z",
            "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.938614,
                    60.25496
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Tuikkuniitty",
                "sv": "Bostads Ab Helsingin Tuikkuniitty",
                "en": "Asunto Oy Helsingin Tuikkuniitty"
            },
            "street_address": {
                "fi": "Sysimiehentie 67",
                "sv": "Kolarvägen 67",
                "en": "Sysimiehentie 67"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 31.10.2002\nAsuntojen lukumäärä 8",
                "sv": "Färdig den 31.10.2002\nAntal bostäder 8",
                "en": "Completed in 31.10.2002\nNumber of apartments 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58958/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58957",
            "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:15.188685Z",
            "last_modified_time": "2024-02-06T13:16:43.421153Z",
            "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.940603,
                    60.25436
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Tuikkupuisto",
                "sv": "Bostads Ab Helsingin Tuikkupuisto",
                "en": "Asunto Oy Helsingin Tuikkupuisto"
            },
            "street_address": {
                "fi": "Sysimiehenpolku 23",
                "sv": "Kolarstigen 23",
                "en": "Sysimiehenpolku 23"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 31.10.2002\nAsuntojen lukumäärä 6",
                "sv": "Färdig den 31.10.2002\nAntal bostäder 6",
                "en": "Completed in 31.10.2002\nNumber of apartments 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58957/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58948",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:veräjälaakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Veräjälaakso",
                        "sv": "Grinddal"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                }
            ],
            "created_time": "2023-08-15T14:17:09.098745Z",
            "last_modified_time": "2024-02-06T13:16:43.161913Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00650",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.982225,
                    60.232033
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Tulvaniitynpolku 5",
                "sv": "Bostads Ab Helsingin Tulvaniitynpolku 5",
                "en": "Asunto Oy Helsingin Tulvaniitynpolku 5"
            },
            "street_address": {
                "fi": "Tulvaniitynpolku 5",
                "sv": "Flödängsstigen 5",
                "en": "Tulvaniitynpolku 5"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 01.10.1997\nAsuntojen lukumäärä 48",
                "sv": "Färdig den 01.10.1997\nAntal bostäder 48",
                "en": "Completed in 01.10.1997\nNumber of apartments 48"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58948/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58867",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:malminkartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malminkartano",
                        "sv": "Malmgård"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:20.629873Z",
            "last_modified_time": "2024-02-06T13:16:40.839246Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00410",
            "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.858442,
                    60.25132
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Tuohiaukio",
                "sv": "Bostads Ab Helsingin Tuohiaukio",
                "en": "Asunto Oy Helsingin Tuohiaukio"
            },
            "street_address": {
                "fi": "Tuohiaukio 4 ja 8",
                "sv": "Näverplatsen 4 ja 8",
                "en": "Tuohiaukio 4 ja 8"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 11.07.2008\nAsuntojen lukumäärä 57",
                "sv": "Färdig den 11.07.2008\nAntal bostäder 57",
                "en": "Completed in 11.07.2008\nNumber of apartments 57"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58867/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59098",
            "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:08.986472Z",
            "last_modified_time": "2024-02-06T13:16:45.951846Z",
            "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.071722,
                    60.224525
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Tuulimylly",
                "sv": "Bostads Ab Helsingin Tuulimylly",
                "en": "Asunto Oy Helsingin Tuulimylly"
            },
            "street_address": {
                "fi": "Kiviparintie 9",
                "sv": "Stenparsvägen 9",
                "en": "Kiviparintie 9"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 29.01.2010\nAsuntojen lukumäärä 85",
                "sv": "Färdig den 29.01.2010\nAntal bostäder 85",
                "en": "Completed in 29.01.2010\nNumber of apartments 85"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59098/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58763",
            "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:31.012813Z",
            "last_modified_time": "2024-02-06T13:16:38.391503Z",
            "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.919674,
                    60.157776
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Tyynimeri",
                "sv": "Bostads Ab Helsingin Tyynimeri",
                "en": "Asunto Oy Helsingin Tyynimeri"
            },
            "street_address": {
                "fi": "Kap Hornin katu 7",
                "sv": "Kap Hornsgatan 7",
                "en": "Kap Hornin katu 7"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 26.09.2014\nAsuntojen lukumäärä 59",
                "sv": "Färdig den 26.09.2014\nAntal bostäder 59",
                "en": "Completed in 26.09.2014\nNumber of apartments 59"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58763/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59115",
            "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:19.094384Z",
            "last_modified_time": "2024-02-06T13:16:46.508906Z",
            "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.075323,
                    60.20561
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Tähtisadeaukio",
                "sv": "Bostads Ab Helsingin Tähtisadeaukio",
                "en": "Asunto Oy Helsingin Tähtisadeaukio"
            },
            "street_address": {
                "fi": "Tähtisadeaukio 2",
                "sv": "Stjärnregnsplatsen 2",
                "en": "Tähtisadeaukio 2"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 30.04.1998\nAsuntojen lukumäärä 40",
                "sv": "Färdig den 30.04.1998\nAntal bostäder 40",
                "en": "Completed in 30.04.1998\nNumber of apartments 40"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59115/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59022",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-15T14:17:29.311798Z",
            "last_modified_time": "2024-02-06T13:16:44.114705Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00780",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.98118,
                    60.258118
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Uimarannantie 25",
                "sv": "Bostads Ab Helsingin Uimarannantie 25",
                "en": "Asunto Oy Helsingin Uimarannantie 25"
            },
            "street_address": {
                "fi": "Karhusuontie 59a-61",
                "sv": "Björnkärrsvägen 59a-61",
                "en": "Karhusuontie 59a-61"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 25.06.2009\nAsuntojen lukumäärä 23",
                "sv": "Färdig den 25.06.2009\nAntal bostäder 23",
                "en": "Completed in 25.06.2009\nNumber of apartments 23"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59022/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58843",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:08.810846Z",
            "last_modified_time": "2024-02-06T13:16:40.366929Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00390",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.836393,
                    60.246685
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Vaahteralehto",
                "sv": "Bostads Ab Helsingin Vaahteralehto",
                "en": "Asunto Oy Helsingin Vaahteralehto"
            },
            "street_address": {
                "fi": "Lehtovuorenkatu 9 A",
                "sv": "Lundbergagatan 9 A",
                "en": "Lehtovuorenkatu 9 A"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 31.03.2004\nAsuntojen lukumäärä 17",
                "sv": "Färdig den 31.03.2004\nAntal bostäder 17",
                "en": "Completed in 31.03.2004\nNumber of apartments 17"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58843/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:66803",
            "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:koskela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Koskela",
                        "sv": "Forsby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:koskela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Koskela",
                        "sv": "Forsby"
                    }
                }
            ],
            "created_time": "2023-08-15T16:25:51.355018Z",
            "last_modified_time": "2024-02-06T13:18:44.474152Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00600",
            "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.959902,
                    60.21696
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Valkovuokko",
                "sv": "Bostads Ab Helsingin Valkovuokko",
                "en": "Asunto Oy Helsingin Valkovuokko"
            },
            "street_address": {
                "fi": "Käpyläntie 11",
                "sv": "Kottbyvägen 11",
                "en": "Käpyläntie 11"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 27.8.2021\nAsuntojen lukumäärä 26",
                "sv": "Färdig den 27.8.2021\nAsuntojen lukumäärä 26",
                "en": "Completed in 27.8.2021\nNumber of apartments 26"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:66803/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:72730",
            "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:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                }
            ],
            "created_time": "2023-08-15T18:16:26.582770Z",
            "last_modified_time": "2024-02-06T14:10:51.895648Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00550",
            "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.953798,
                    60.19816
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Vallilan Siluetti",
                "sv": "Bostads Ab Helsingin Vallilan Siluetti",
                "en": "Asunto Oy Helsingin Vallilan Siluetti"
            },
            "street_address": {
                "fi": "Karstulantie 6",
                "sv": "Karstulavägen 6",
                "en": "Karstulantie 6"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 29.6.2023\nAsuntojen lukumäärä 41",
                "sv": "Färdig den 29.6.2023\nAntal bostäder 41",
                "en": "Completed in 29.6.2023\nNumber of apartments 41"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:72730/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58849",
            "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:14.731448Z",
            "last_modified_time": "2024-02-06T13:16:40.565824Z",
            "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.842197,
                    60.234257
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Vanha Hämeenkyläntie 14",
                "sv": "Bostads Ab Helsingin Vanha Hämeenkyläntie 14",
                "en": "Asunto Oy Helsingin Vanha Hämeenkyläntie 14"
            },
            "street_address": {
                "fi": "Vanha Hämeenkyläntie 14",
                "sv": "Gamla Tavastbyvägen 14",
                "en": "Vanha Hämeenkyläntie 14"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 24.09.2012\nAsuntojen lukumäärä 4",
                "sv": "Färdig den 24.09.2012\nAntal bostäder 4",
                "en": "Completed in 24.09.2012\nNumber of apartments 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58849/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60789",
            "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:puotinharju",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puotinharju",
                        "sv": "Botbyhöjden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-15T15:15:58.293761Z",
            "last_modified_time": "2024-02-06T13:17:18.611246Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00900",
            "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.092531,
                    60.216007
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Vanhanlinnantie 10",
                "sv": "Bostads Ab Helsingin Vanhanlinnantie 10",
                "en": "Asunto Oy Helsingin Vanhanlinnantie 10"
            },
            "street_address": {
                "fi": "Vanhanlinnantie 10",
                "sv": "Vanhalinnavägen 10",
                "en": "Vanhanlinnantie 10"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 1.12.2000\nAsuntojen lukumäärä 78",
                "sv": "Valmistunut 1.12.2000\nAsuntojen lukumäärä 78",
                "en": "Completed in 01.12.2000\nNumber on apartments 78"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60789/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58884",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-15T14:16:27.190519Z",
            "last_modified_time": "2024-02-06T13:16:41.244398Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00430",
            "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.903929,
                    60.25215
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Vannekuja 11",
                "sv": "Bostads Ab Helsingin Vannekuja 11",
                "en": "Asunto Oy Helsingin Vannekuja 11"
            },
            "street_address": {
                "fi": "Vannekuja 11",
                "sv": "Tunnbandsgränden 11",
                "en": "Vannekuja 11"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 29.11.2002\nAsuntojen lukumäärä 6",
                "sv": "Färdig den 29.11.2002\nAntal bostäder 6",
                "en": "Completed in 29.11.2002\nNumber of apartments 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58884/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74189",
            "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": "2024-01-31T10:10:21.066790Z",
            "last_modified_time": "2024-02-06T14:11:10.533186Z",
            "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.984287,
                    60.190525
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Verkkosaarenranta",
                "sv": "Bostads Ab Helsingin Verkkosaarenranta",
                "en": "Asunto Oy Helsingin Verkkosaarenranta"
            },
            "street_address": {
                "fi": "Verkkosaarenranta 6",
                "sv": "Nätholmsstranden 6",
                "en": "Verkkosaarenranta 6"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 31.1.2024\nAsuntojen lukumäärä 49",
                "sv": "Färdig den 31.1.2024\nAntal bostäder 49",
                "en": "Completed in 31.1.2024\nNumber of apartments 49"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74189/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75407",
            "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": "2024-06-26T06:09:54.278823Z",
            "last_modified_time": "2024-06-26T06:09:54.278843Z",
            "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.980711,
                    60.192364
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Verkkosaari",
                "sv": "Bostads Ab Helsingin Verkkosaari",
                "en": "Asunto Oy Helsingin Verkkosaari"
            },
            "street_address": {
                "fi": "Kalasatamankatu 36",
                "sv": "Fiskehamnsgatan 36",
                "en": "Kalasatamankatu 36"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 26.6.2024\nAsuntojen lukumäärä 42",
                "sv": "Färdig den 26.6.2024\nAntal bostäder 42",
                "en": "Completed in 26.6.2024\nNumber of apartments 42"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75407/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58779",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:meilahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meilahti",
                        "sv": "Mejlans"
                    }
                }
            ],
            "created_time": "2023-08-15T14:15:38.586570Z",
            "last_modified_time": "2024-02-06T13:16:38.905155Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00270",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.893955,
                    60.196423
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Vesikuja 9",
                "sv": "Bostads Ab Helsingin Vesikuja 9",
                "en": "Asunto Oy Helsingin Vesikuja 9"
            },
            "street_address": {
                "fi": "Vesikuja 9",
                "sv": "Vattengränden 9",
                "en": "Vesikuja 9"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 27.11.1998\nAsuntojen lukumäärä 51",
                "sv": "Färdig den 27.11.1998\nAntal bostäder 51",
                "en": "Completed in 27.11.1998\nNumber of apartments 51"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58779/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58928",
            "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.388121Z",
            "last_modified_time": "2024-02-06T13:16:42.599264Z",
            "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.969492,
                    60.19119
                ]
            },
            "name": {
                "fi": "Asunto Oy Helsingin Victoria",
                "sv": "Bostads Ab Helsingin Victoria",
                "en": "Asunto Oy Helsingin Victoria"
            },
            "street_address": {
                "fi": "Fenixinrinne 10",
                "sv": "Fenixbranten 10",
                "en": "Fenixinrinne 10"
            },
            "info_url": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 05.08.2011\nAsuntojen lukumäärä 30",
                "sv": "Färdig den 05.08.2011\nAntal bostäder 30",
                "en": "Completed in 05.08.2011\nNumber of apartments 30"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58928/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}