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

{
    "meta": {
        "count": 152278,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=285&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=283&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:8792",
            "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:viikinmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikinmäki",
                        "sv": "Viksbacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:54.775823Z",
            "last_modified_time": "2025-08-19T11:09:33.472831Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00560",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.996508,
                    60.226788
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.palmia.fi/fi/",
                "sv": "https://www.palmia.fi/fi/",
                "en": "https://www.palmia.fi/fi/"
            },
            "name": {
                "fi": "Henkilöstöravintola, ravintola H2O",
                "sv": "Personalrestaurang, H2O",
                "en": "Staff restaurant, Viikinmäki"
            },
            "telephone": {
                "fi": "+358 9 310 33465"
            },
            "street_address": {
                "fi": "Hernepellontie 26",
                "sv": "Ärtåkervägen 24"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8792/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8791",
            "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:länsi-pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pasila",
                        "sv": "Västra 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-15T08:12:54.655122Z",
            "last_modified_time": "2025-08-19T11:09:33.415181Z",
            "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.919662,
                    60.20642
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.palmia.fi/fi/",
                "sv": "https://www.palmia.fi/fi/",
                "en": "https://www.palmia.fi/fi/"
            },
            "name": {
                "fi": "Henkilöstöravintola, ravintola Horisontti",
                "sv": "Personalrestaurang, Horisontti",
                "en": "Staff restaurant, Ilmala"
            },
            "telephone": {
                "fi": "+358 9 310 33139"
            },
            "street_address": {
                "fi": "Ilmalankuja 2 l",
                "sv": "Ilmalagränden 2 l"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8791/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8818",
            "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:linjat",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Linjat",
                        "sv": "Linjerna"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:56.696746Z",
            "last_modified_time": "2025-08-19T11:09:33.941800Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00300",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.950611,
                    60.184727
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.palmia.fi/fi/",
                "sv": "https://www.palmia.fi/fi/",
                "en": "https://www.palmia.fi/fi/"
            },
            "name": {
                "fi": "Henkilöstöravintola, ravintola Hööki",
                "sv": "Personalrestaurang, Hööki",
                "en": "Staff restaurant, Central Rescue Station"
            },
            "telephone": {
                "fi": "+358 9 310 30036"
            },
            "street_address": {
                "fi": "Agricolankatu 15",
                "sv": "Agricolagatan 15"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8818/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8816",
            "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:linjat",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Linjat",
                        "sv": "Linjerna"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:56.209358Z",
            "last_modified_time": "2025-08-19T11:09:33.857496Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00530",
            "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.946972,
                    60.181797
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.palmia.fi/fi/",
                "sv": "https://www.palmia.fi/fi/",
                "en": "https://www.palmia.fi/fi/"
            },
            "name": {
                "fi": "Henkilöstöravintola, ravintola Kavi",
                "sv": "Personalrestaurang, Kavi",
                "en": "Staff restaurant, Kallio Office Building"
            },
            "telephone": {
                "fi": "+358 9 310 43031"
            },
            "street_address": {
                "fi": "Toinen linja 4 a",
                "sv": "Andra linjen 4 a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8816/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8789",
            "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:hanasaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hanasaari",
                        "sv": "Hanaholmen"
                    }
                },
                {
                    "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-15T08:12:54.396627Z",
            "last_modified_time": "2026-04-15T05:09:26.323721Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00500",
            "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.969734,
                    60.184338
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.palmia.fi/fi/",
                "sv": "https://www.palmia.fi/fi/",
                "en": "https://www.palmia.fi/fi/"
            },
            "name": {
                "fi": "Henkilöstöravintola, ravintola Kraftis",
                "sv": "Personalrestaurang, Kraftis",
                "en": "Staff restaurant, Hanasaari"
            },
            "telephone": {
                "fi": "+358 9 617 4313"
            },
            "street_address": {
                "fi": "Parrukatu 3",
                "sv": "Bjälkgatan 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8789/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:77540",
            "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": "2025-04-22T08:10:07.815053Z",
            "last_modified_time": "2026-04-15T05:10:28.196194Z",
            "custom_data": null,
            "email": "ravintola.merta@palmia.fi",
            "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": 589473,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.975985,
                    60.188557
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.palmia.fi/fi/",
                "sv": "https://www.palmia.fi/fi/",
                "en": "https://www.palmia.fi/fi/"
            },
            "name": {
                "fi": "Henkilöstöravintola, ravintola Merta",
                "sv": "Personalrestaurang, Merta",
                "en": "Staff restaurant, Merta"
            },
            "telephone": {
                "fi": "+358 40 192 9387"
            },
            "street_address": {
                "fi": "Työpajankatu 8",
                "sv": "Verkstadsgatan 8",
                "en": "Työpajankatu 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77540/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8795",
            "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:roihupelto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Roihupelto",
                        "sv": "Kasåkern"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:55.098802Z",
            "last_modified_time": "2025-08-19T11:09:33.519389Z",
            "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.065971,
                    60.209362
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.palmia.fi/fi/",
                "sv": "https://www.palmia.fi/fi/",
                "en": "https://www.palmia.fi/fi/"
            },
            "name": {
                "fi": "Henkilöstöravintola, ravintola Nokkis",
                "sv": "Personalrestaurang, restaurang Nokkis",
                "en": "Staff restaurant, HKL Tram depot"
            },
            "telephone": {
                "fi": "+358 9 310 35650"
            },
            "street_address": {
                "fi": "Ratasmyllyntie 2",
                "sv": "Hjulkvarnsvägen 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8795/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8796",
            "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:vanha_ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanha Ruskeasuo",
                        "sv": "Gamla Brunakärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:55.377398Z",
            "last_modified_time": "2025-08-19T11:09:33.572155Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00280",
            "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.902422,
                    60.206795
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.palmia.fi/fi/",
                "sv": "https://www.palmia.fi/fi/",
                "en": "https://www.palmia.fi/fi/"
            },
            "name": {
                "fi": "Henkilöstöravintola, ravintola Onnikka",
                "sv": "Personalrestaurang, Onnikka",
                "en": "Staff restaurant, HKL Ruha"
            },
            "telephone": {
                "fi": "+358 9 310 35354"
            },
            "street_address": {
                "fi": "Nauvontie 3",
                "sv": "Naguvägen 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8796/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8813",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:arabianranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Arabianranta",
                        "sv": "Arabiastranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:toukola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Toukola",
                        "sv": "Majstad"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:55.977459Z",
            "last_modified_time": "2025-08-19T11:09:33.772055Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00560",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.969893,
                    60.204254
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.palmia.fi/fi/",
                "sv": "https://www.palmia.fi/fi/",
                "en": "https://www.palmia.fi/fi/"
            },
            "name": {
                "fi": "Henkilöstöravintola, ravintola Paja115",
                "sv": "Personalrestaurang, Paja115",
                "en": "Staff restaurant, HKL Toukola"
            },
            "telephone": {
                "fi": "+358 50 388 1757"
            },
            "street_address": {
                "fi": "Hämeentie 115",
                "sv": "Tavastvägen 115"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8813/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8798",
            "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-15T08:12:55.633443Z",
            "last_modified_time": "2025-08-19T11:09:33.651868Z",
            "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.962303,
                    60.195118
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.palmia.fi/fi/",
                "sv": "https://www.palmia.fi/fi/",
                "en": "https://www.palmia.fi/fi/"
            },
            "name": {
                "fi": "Henkilöstöravintola, ravintola Spora",
                "sv": "Personalrestaurang, Spora",
                "en": "Staff restaurant, HKL Vallila"
            },
            "telephone": {
                "fi": "+358 9 310 35480"
            },
            "street_address": {
                "fi": "Hämeentie 84-90",
                "sv": "Tavastvägen 84-90",
                "en": "Hämeentie 84-90"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8798/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8799",
            "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:roihupelto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Roihupelto",
                        "sv": "Kasåkern"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:55.750729Z",
            "last_modified_time": "2026-04-15T05:09:26.367951Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00880",
            "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.059958,
                    60.211872
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.palmia.fi/fi/",
                "sv": "https://www.palmia.fi/fi/",
                "en": "https://www.palmia.fi/fi/"
            },
            "name": {
                "fi": "Henkilöstöravintola, ravintola Viilari",
                "sv": "Personalrestaurang, Viilari",
                "en": "Staff restaurant, HKL Varha"
            },
            "telephone": {
                "fi": "+358 9 310 35562"
            },
            "street_address": {
                "fi": "Viilarintie 5",
                "sv": "Filarvägen 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8799/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8790",
            "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:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:54.525171Z",
            "last_modified_time": "2025-08-19T11:09:33.375053Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00100",
            "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.930794,
                    60.16808
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.palmia.fi/fi/",
                "sv": "https://www.palmia.fi/fi/",
                "en": "https://www.palmia.fi/fi/"
            },
            "name": {
                "fi": "Henkilöstöravintola, Sähkötalo",
                "sv": "Personalrestaurang, Elhuset",
                "en": "Staff restaurant, Sähkötalo"
            },
            "telephone": {
                "fi": "+358 9 617 4311"
            },
            "street_address": {
                "fi": "Kampinkuja 2",
                "sv": "Kampgränden 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8790/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8817",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:56.404294Z",
            "last_modified_time": "2025-08-19T11:09:33.897183Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00300",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.898918,
                    60.20145
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.palmia.fi/fi/",
                "sv": "https://www.palmia.fi/fi/",
                "en": "https://www.palmia.fi/fi/"
            },
            "name": {
                "fi": "Henkilöstöravintola, Terveyden ja hyvinvoinnin laitos (THL)",
                "sv": "Personalrestaurang, Institutet for Hälsa och Välfärd",
                "en": "Staff restaurant, National Public Health Institute"
            },
            "telephone": {
                "fi": "+358 9 310 27011"
            },
            "street_address": {
                "fi": "Mannerheimintie 166",
                "sv": "Mannerheimvägen 166"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8817/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8845",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kalasatama",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kalasatama",
                        "sv": "Fiskehamnen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:57.579246Z",
            "last_modified_time": "2025-08-19T11:09:34.131668Z",
            "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.975506,
                    60.188423
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.palmia.fi/fi/",
                "sv": "https://www.palmia.fi/fi/",
                "en": "https://www.palmia.fi/fi/"
            },
            "name": {
                "fi": "Henkilöstöravintola, Tilastokeskus",
                "sv": "Personalrestaurang, statistikcentralen",
                "en": "Staff restaurant, Statistics Finland"
            },
            "telephone": {
                "fi": "+358 9 310 27928"
            },
            "street_address": {
                "fi": "Työpajankatu 13",
                "sv": "Verkstadsgatan 13"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8845/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:53383",
            "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-15T12:13:03.782818Z",
            "last_modified_time": "2024-07-26T10:09:52.405163Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00510",
            "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.947319,
                    60.19471
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.hel.fi/fi/kasvatus-ja-koulutus",
                "sv": "https://www.hel.fi/sv/fostran-och-utbildning",
                "en": "https://www.hel.fi/en/childhood-and-education"
            },
            "name": {
                "fi": "Henkilöstöresurssipalvelut",
                "sv": "Personalresurser"
            },
            "telephone": {
                "fi": "+358 9 310 8600"
            },
            "street_address": {
                "fi": "Töysänkatu 2 D",
                "sv": "Töysägatan 2 D",
                "en": "Töysänkatu 2 D"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:53383/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75426",
            "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": "2025-08-18T10:10:26.190281Z",
            "last_modified_time": "2026-04-15T05:10:25.482113Z",
            "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.975985,
                    60.188557
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Hennan esteettömyystesti"
            },
            "telephone": null,
            "street_address": {
                "fi": "Työpajankatu 8",
                "sv": "Verkstadsgatan 8",
                "en": "Työpajankatu 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75426/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:77543",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kerava",
                    "municipality": null,
                    "name": {
                        "fi": "Kerava",
                        "sv": "Kervo"
                    }
                }
            ],
            "created_time": "2025-04-23T05:10:07.543044Z",
            "last_modified_time": "2025-10-14T05:09:59.709247Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04200",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 1491085,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.097734,
                    60.401752
                ]
            },
            "address_locality": {
                "fi": "Kerava",
                "sv": "Kervo",
                "en": "Kerava"
            },
            "description": {
                "fi": "Henna testaa ylläpitoa jatkossa. Henna testaa ylläpitoa jatkossa. Henna testaa ylläpitoa jatkossa. Henna testaa ylläpitoa jatkossa. Henna testaa ylläpitoa jatkossa."
            },
            "info_url": null,
            "name": {
                "fi": "Hennan testi"
            },
            "telephone": null,
            "street_address": {
                "fi": "Aleksis Kiven tie 8",
                "sv": "Aleksis Kiven tie 8",
                "en": "Aleksis Kiven tie 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77543/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:41389",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tullisaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tullisaari",
                        "sv": "Turholm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-15T10:16:31.867637Z",
            "last_modified_time": "2024-02-06T13:13:41.790120Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00590",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.029495,
                    60.176907
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "513202. Kuntoteline ja tukkipatteri kuntoradan varressa."
            },
            "info_url": {
                "fi": "https://www.hel.fi/kulttuurin-ja-vapaa-ajan-toimiala/fi/palvelut/liikunta-ja-ulkoilu/",
                "sv": "https://www.hel.fi/kulttuurin-ja-vapaa-ajan-toimiala/fi/palvelut/liikunta-ja-ulkoilu/",
                "en": "https://www.hel.fi/kulttuurin-ja-vapaa-ajan-toimiala/fi/palvelut/liikunta-ja-ulkoilu/"
            },
            "name": {
                "fi": "Henrik Borgströmin puisto / Ulkokuntoilupaikka",
                "sv": "Henrik Borgströms park / Konditionspark för utomhusaktiviteter"
            },
            "telephone": {
                "fi": "+358 9 310 11111"
            },
            "street_address": {
                "fi": "Henrik Borgströmin tie",
                "sv": "Henrik Borgströms väg",
                "en": "Henrik Borgströmin tie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:41389/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:23027",
            "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:taka-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Taka-Töölö",
                        "sv": "Bortre Tölö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:taka-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Taka-Töölö",
                        "sv": "Bortre Tölö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:taka-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Taka-Töölö",
                        "sv": "Bortre Tölö"
                    }
                }
            ],
            "created_time": "2023-08-15T08:18:00.462790Z",
            "last_modified_time": "2024-11-25T14:09:50.271721Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00250",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 8259,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.933254,
                    60.1863
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Kauppaneuvos Henrik C. Borgström (1799-1883) oli suurliikemies ja merkittävä kulttuurivaikuttaja. Hän oli esittävien taiteiden, kulttuuri- ja sivistyslaitosten mesenaatti ja kiinnostunut kaupungin kaunistamisesta puistoin. Hänen aloitteestaan syntyivät mm. Kaivopuisto ja Kaivohuone. Hän muutti Laajasalossa omistamansa Tullisaaren alueen puistoksi ja perusti Eläintarhan puiston Töölönlahden pohjukkaan 1851. Borgströmin, Eläintarhan puistoalueen perustajan ja vaalijan, muotokuva paljastettiin 27.5.1888. Realistisen rintakuvan teki Walter Runeberg (1838-1920), graniittisen jalustan suunnitteli Th. Decker ja kivityöt teki kivenhakkaaja F. Alfstrand.\nJalustan etusivulla on tekstit \"Henrik Borgström, Tölö parks och Trädgårdsföreningens grundläggare\" ja takasivulla \"Af tacksamme medborgare 1887\". Teos kuuluu Helsingin kaupungin taidekokoelmaan, jota HAM hallinnoi ja kuratoi.",
                "sv": "Kommerserådet Henrik C. Borgström (1799-1883) var storföretagare och en inflytelserik kulturperson i Helsingfors. Han var mecenat för scenkonsten och för kultur- och bildningsinrättningar samt intresserad av att försköna staden med parker. På hans initiativ tillkom Brunnsparken med Brunnshuset och parkområdena i Djurgården (1851). Också Tullholmen som Borgström ägde jordes om till parkområde. Borgströms porträtt i Djurgården avtäcktes den 27 maj 1888. Den realistiska porträttbysten utfördes av Walter Runeberg (1838-1920), granitpostamentet ritades av arkitekten Th. Decker och höggs av stenhuggaren F. Alfstrand. Inskriptionen på postamentet lyder \"Henrik Borgström, Tölö parks och Trädgårdsföreningens grundläggare\" och \"Af tacksamme medborgare 1887\". Verket hör till Helsingfors stads konstsamling, som förvaltas och kurateras av HAM.",
                "en": "Henrik C. Borgström (1799-1883) was an influential businessman and an important patron of the performing arts, as well as cultural and educational institutions. He was passionate about the building of parks to beautify the city. The Kaivopuisto park and Kaivohuone were realized thanks to his initiative. He also transformed the island of Tullisaari into a park and founded the Eläintarha park in 1851. Borgström, who cherished the Eläintarha park, was posthumously honoured by the portrait, which was unveiled on May 27, 1888. The realistic bust was made by Walter Runeberg (1838-1920), while it's granite pedestal was designed by Th. Decker and sculpted by the stone cutter F. Alfstrand. The pedestal has the texts \"Henrik Borgström, Tölö parks och Trädgårdsföreningens grundläggare\" (Henrik Borgström, founder of the Töölö park and of the Trädgårdsföreningen (Garden society)) and \"Af tacksamme medborgare 1887\" (By grateful citizens 1887). The work belongs to the City of Helsinki's art collection, which is managed and curated by HAM."
            },
            "info_url": {
                "fi": "https://www.hamhelsinki.fi/",
                "sv": "https://www.hamhelsinki.fi/sv/",
                "en": "https://www.hamhelsinki.fi/en/"
            },
            "name": {
                "fi": "Henrik C. Borgströmin muotokuva",
                "sv": "Henrik C. Borgströms porträtt",
                "en": "Henrik C. Borgströmin muotokuva / Portrait of Henrik C. Borgström"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kaupungin puutarha, Taka-Töölö",
                "sv": "Stadsträdgården, Taka-Töölö",
                "en": "Kaupungin puutarha, Taka-Töölö"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:23027/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:11026",
            "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-15T08:13:46.669660Z",
            "last_modified_time": "2024-02-09T14:09:34.998981Z",
            "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.01782,
                    60.274227
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.hel.fi/fi/kaupunkiymparisto-ja-liikenne/ympariston-ja-luonnon-suojelu/elaimet/lemmikit-ja-kotielaimet#palveluja-koirille",
                "sv": "https://www.hel.fi/sv/stadsmiljo-och-trafik/miljo-och-naturskydd/djur/sallskapsdjur-och-husdjur#tjanster-for-hundar",
                "en": "https://www.hel.fi/en/urban-environment-and-traffic/protection-of-the-environment-and-nature/animals/pets-and-domestic-animals#services-for-dogs"
            },
            "name": {
                "fi": "Henrik Forsiuksen tien koira-aitaus",
                "sv": "Henrik Forsius väg, hundpark",
                "en": "Henrik Forsiuksen tie, dog park"
            },
            "telephone": {
                "fi": "+358 9 310 22111"
            },
            "street_address": {
                "fi": "Henrik Forsiuksen tie 31",
                "sv": "Henrik Forsius väg 31"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:11026/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}