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

{
    "meta": {
        "count": 152258,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=272&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=270&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:37300",
            "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-15T10:11:13.161343Z",
            "last_modified_time": "2024-02-22T10:14:35.534975Z",
            "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.038101,
                    60.262905
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Tasankotie 12"
            },
            "telephone": null,
            "street_address": {
                "fi": "Tasankotie 12",
                "sv": "Slättvägen 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37300/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37301",
            "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-15T10:11:13.295965Z",
            "last_modified_time": "2024-02-22T10:14:35.573170Z",
            "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.03893,
                    60.26353
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Tasasointu"
            },
            "telephone": null,
            "street_address": {
                "fi": "Tasankotie 3",
                "sv": "Slättvägen 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37301/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37302",
            "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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:alppikylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Alppikylä",
                        "sv": "Alpbyn"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:13.422086Z",
            "last_modified_time": "2024-02-22T10:14:35.617864Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00770",
            "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.064926,
                    60.258045
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Tattarikatu"
            },
            "telephone": null,
            "street_address": {
                "fi": "Tattarikatu 11",
                "sv": "Tattargatan 11"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37302/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37303",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:13.553682Z",
            "last_modified_time": "2024-02-22T10:14:35.651751Z",
            "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.0312,
                    60.230927
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Tilanhoitajankaari 10"
            },
            "telephone": null,
            "street_address": {
                "fi": "Tilanhoitajankaari 10",
                "sv": "Förvaltarbågen 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37303/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37304",
            "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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapulikaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapulikaupunki",
                        "sv": "Stapelstaden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suutarila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suutarila",
                        "sv": "Skomakarböle"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:13.787378Z",
            "last_modified_time": "2024-02-22T10:14:35.686760Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00750",
            "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.028437,
                    60.275696
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Tuulaakipuisto"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kimnaasipolku 3",
                "sv": "Gymnasiestigen 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37304/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37305",
            "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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapulikaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapulikaupunki",
                        "sv": "Stapelstaden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suutarila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suutarila",
                        "sv": "Skomakarböle"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:13.935282Z",
            "last_modified_time": "2024-02-22T10:14:35.735824Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00750",
            "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.029158,
                    60.27726
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Tuulaakipuisto"
            },
            "telephone": null,
            "street_address": {
                "fi": "Palovartijanpolku 6",
                "sv": "Brandvaktsstigen 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37305/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:57901",
            "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:12:15.962707Z",
            "last_modified_time": "2024-02-22T10:14:59.057562Z",
            "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.057814,
                    60.218216
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Valssimylly"
            },
            "telephone": null,
            "street_address": {
                "fi": "Valssimyllynkatu 1",
                "sv": "Valskvarnsgatan 1",
                "en": "Valssimyllynkatu 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:57901/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:66807",
            "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-15T16:25:51.933995Z",
            "last_modified_time": "2024-02-22T10:15:06.736790Z",
            "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.067913,
                    60.223305
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Vanha Mylly"
            },
            "telephone": null,
            "street_address": {
                "fi": "Yläkiventie 16",
                "sv": "Ovanstensvägen 16",
                "en": "Yläkiventie 16"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:66807/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37306",
            "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-15T10:11:14.053467Z",
            "last_modified_time": "2024-02-22T10:14:35.771901Z",
            "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.978434,
                    60.23204
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Veräjälaakso"
            },
            "telephone": null,
            "street_address": {
                "fi": "Otto Brandtin tie 11",
                "sv": "Otto Brandts väg 11"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37306/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:63727",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pohjois-pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Pasila",
                        "sv": "Norra Böle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                }
            ],
            "created_time": "2023-08-15T16:22:31.606715Z",
            "last_modified_time": "2024-02-22T10:15:05.048427Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00240",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.932858,
                    60.21841
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus oy/Veturi"
            },
            "telephone": null,
            "street_address": {
                "fi": "Lavakatu 12",
                "sv": "Flakgatan 12",
                "en": "Lavakatu 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63727/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:63242",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pohjois-pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Pasila",
                        "sv": "Norra Böle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                }
            ],
            "created_time": "2023-08-15T16:22:06.246872Z",
            "last_modified_time": "2024-02-22T10:15:04.736706Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00240",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.932858,
                    60.21841
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Veturi"
            },
            "telephone": null,
            "street_address": {
                "fi": "Lavakatu 12",
                "sv": "Flakgatan 12",
                "en": "Lavakatu 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63242/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:51367",
            "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:kurkimäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kurkimäki",
                        "sv": "Tranbacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-15T12:11:23.690786Z",
            "last_modified_time": "2024-02-22T10:14:51.904950Z",
            "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.07898,
                    60.23011
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Vienanpuisto",
                "sv": "Helsingin Asumisoikeus Oy/Vienanpuisto"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vienankatu 1",
                "sv": "Vitahavskarelens gata 1",
                "en": "Vienankatu 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:51367/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37308",
            "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:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:14.176352Z",
            "last_modified_time": "2024-02-22T10:14:35.805569Z",
            "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.10825,
                    60.23206
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Viitankruununtie"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 3",
                "sv": "Viitankruunuvägen 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37308/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:68667",
            "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-15T17:11:47.801017Z",
            "last_modified_time": "2024-02-22T10:15:08.247008Z",
            "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.976276,
                    60.18001
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Vinsentikatu 5"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vinsentinkatu 5",
                "sv": "Vincentgatan 5",
                "en": "Vinsentinkatu 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68667/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:68302",
            "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:kontula",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kontula",
                        "sv": "Gårdsbacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-15T16:27:57.977856Z",
            "last_modified_time": "2024-02-22T10:15:07.601982Z",
            "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.086744,
                    60.224556
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Virtaranta"
            },
            "telephone": null,
            "street_address": {
                "fi": "Soraharjuntie 20",
                "sv": "Grusåsvägen 20",
                "en": "Soraharjuntie 20"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68302/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:68304",
            "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:kontula",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kontula",
                        "sv": "Gårdsbacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-15T16:27:58.696177Z",
            "last_modified_time": "2024-02-22T10:15:07.676452Z",
            "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.08643,
                    60.22499
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Virtaranta"
            },
            "telephone": null,
            "street_address": {
                "fi": "Virtarannankatu 1",
                "sv": "Virtarantagatan 1",
                "en": "Virtarannankatu 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68304/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:68303",
            "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:kontula",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kontula",
                        "sv": "Gårdsbacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-15T16:27:58.115607Z",
            "last_modified_time": "2024-02-22T10:15:07.637011Z",
            "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.086287,
                    60.224667
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Virtaranta"
            },
            "telephone": null,
            "street_address": {
                "fi": "Soraharjuntie 22",
                "sv": "Grusåsvägen 22",
                "en": "Soraharjuntie 22"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68303/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:68215",
            "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-15T16:27:44.987651Z",
            "last_modified_time": "2024-02-22T10:15:07.527781Z",
            "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.070005,
                    60.221493
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Yläkivenrinne"
            },
            "telephone": null,
            "street_address": {
                "fi": "Yläkivenrinne 2",
                "sv": "Ovanstensbrinken 2",
                "en": "Yläkivenrinne 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68215/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37309",
            "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-15T10:11:14.291315Z",
            "last_modified_time": "2024-02-22T10:14:35.851518Z",
            "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.075022,
                    60.223686
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Yläkivi"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kivensilmänkuja 4",
                "sv": "Kvarnögsgränden 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37309/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:63363",
            "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-15T16:22:20.233638Z",
            "last_modified_time": "2024-02-22T10:15:04.924772Z",
            "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.083069,
                    60.2074
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.haso.fi/",
                "sv": "https://haso.fi/sv/valkommen-hem/",
                "en": "https://haso.fi/en/welcome-home/"
            },
            "name": {
                "fi": "Helsingin Asumisoikeus Oy/Ystävyydenpuisto"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kauppakartanonkatu 16b",
                "sv": "Handelshusgatan 16b",
                "en": "Kauppakartanonkatu 16b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63363/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}