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

{
    "meta": {
        "count": 151671,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=229&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=227&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:45943",
            "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:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:keski-vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Keski-Vuosaari",
                        "sv": "Mellersta Nordsjö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-15T11:14:53.992396Z",
            "last_modified_time": "2024-02-06T13:14:38.828986Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00980",
            "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.136007,
                    60.206936
                ]
            },
            "telephone": {
                "fi": "+358 10 850 9010"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.fressi.fi/toimipisteet/clubhouse/",
                "sv": "https://www.fressi.fi/toimipisteet/clubhouse/",
                "en": "https://www.fressi.fi/toimipisteet/clubhouse/"
            },
            "street_address": {
                "fi": "Tyynylaavantie 20",
                "sv": "Kuddlavevägen 20",
                "en": "Tyynylaavantie 20"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Fressi Clubhouse / Uima-allas",
                "sv": "Fressi Clubhouse / Simbassäng"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:45943/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:39516",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:12:36.139631Z",
            "last_modified_time": "2024-06-15T05:09:34.788716Z",
            "custom_data": null,
            "email": "espoonlahti@fressi.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02320",
            "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.656803,
                    60.14612
                ]
            },
            "telephone": {
                "fi": "+358 10 850 9000"
            },
            "description": null,
            "info_url": {
                "fi": "http://www.fressi.fi/keskukset/espoonlahti/",
                "sv": "http://www.fressi.fi/keskukset/espoonlahti/",
                "en": "http://www.fressi.fi/keskukset/espoonlahti/"
            },
            "street_address": {
                "fi": "Espoonlahdenkuja 3",
                "sv": "Esboviksgränden 3",
                "en": "Espoonlahdenkuja 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Fressi Espoonlahti",
                "sv": "Fressi Esboviken"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:39516/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:41764",
            "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-15T10:17:34.565633Z",
            "last_modified_time": "2024-02-06T13:13:51.076852Z",
            "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.93548,
                    60.16837
                ]
            },
            "telephone": {
                "fi": "+358 10 850 9006"
            },
            "description": {
                "fi": "Kuntokeskus koostuu: - Katutasosta: Vastaanotto Solarium Kuntotestiasema Power Plate® -laitteet Cardio-alueet Viihtyisät oleskelutilat Lisäravinne- ja treenitarvikemyynti - Keskikerroksesta: Viihtyisät puku- ja suihkutilat lukollisine pukukaappeineen Til"
            },
            "info_url": {
                "fi": "https://www.fressi.fi/toimipisteet/kamppi/",
                "sv": "https://www.fressi.fi/toimipisteet/kamppi/",
                "en": "https://www.fressi.fi/toimipisteet/kamppi/"
            },
            "street_address": {
                "fi": "Annankatu 33",
                "sv": "Annegatan 33",
                "en": "Annankatu 33"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Fressi Kamppi / Kuntokeskus",
                "sv": "Fressi Kampen / Motionscenter"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:41764/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62170",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T16:19:51.602608Z",
            "last_modified_time": "2024-02-06T13:17:43.470904Z",
            "custom_data": null,
            "email": "leppavaara@fressi.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "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.81862,
                    60.21696
                ]
            },
            "telephone": {
                "fi": "+358 10 850 9004"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.fressi.fi/keskukset/leppavaara/",
                "sv": "https://www.fressi.fi/keskukset/leppavaara/",
                "en": "https://www.fressi.fi/keskukset/leppavaara/"
            },
            "street_address": {
                "fi": "Esikunnankatu 2",
                "sv": "Stabsgatan 2",
                "en": "Esikunnankatu 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Fressi Leppävaara"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62170/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:48986",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T11:17:11.685707Z",
            "last_modified_time": "2024-02-06T13:14:51.934190Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01600",
            "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.841036,
                    60.259598
                ]
            },
            "telephone": {
                "fi": "+358 10 850 9015"
            },
            "description": {
                "fi": "Kuntosali 600 m2, ryhmäliikuntatiloja."
            },
            "info_url": {
                "fi": "https://www.fressi.fi/toimipisteet/myyrmaki/",
                "sv": "https://www.fressi.fi/toimipisteet/myyrmaki/",
                "en": "https://www.fressi.fi/toimipisteet/myyrmaki/"
            },
            "street_address": {
                "fi": "Rajatorpantie 19",
                "sv": "Råtorpsvägen 19",
                "en": "Rajatorpantie 19"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "name": {
                "fi": "Fressi Myyrmäki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:48986/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:42728",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T11:10:45.809216Z",
            "last_modified_time": "2024-02-06T13:14:12.258928Z",
            "custom_data": null,
            "email": "tikkurila@fressi.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "01300",
            "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.045567,
                    60.291702
                ]
            },
            "telephone": {
                "fi": "+358 10 850 9017"
            },
            "description": null,
            "info_url": {
                "fi": "http://www.fressi.fi/keskukset/tikkurila/",
                "sv": "http://www.fressi.fi/keskukset/tikkurila/",
                "en": "http://www.fressi.fi/keskukset/tikkurila/"
            },
            "street_address": {
                "fi": "Vernissakatu 3",
                "sv": "Fernissagatan 3",
                "en": "Vernissakatu 3"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "name": {
                "fi": "Fressi Tikkurilan ryhmäliikuntasali"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:42728/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:30138",
            "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:etu-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etu-Töölö",
                        "sv": "Främre Tölö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:etu-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etu-Töölö",
                        "sv": "Främre Tölö"
                    }
                }
            ],
            "created_time": "2023-08-15T09:13:51.442633Z",
            "last_modified_time": "2024-11-20T06:09:33.694845Z",
            "custom_data": null,
            "email": "hellofridamarina@gmail.com",
            "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.918974,
                    60.175106
                ]
            },
            "telephone": {
                "fi": "+358 50 381 0418"
            },
            "description": {
                "fi": "Frida Marina on second hand- ja vintagekauppa joka sijaitsee Töölössä. Frida Marinan valikoima koostuu pääasiassa 40-80-lukujen naisten second hand- ja vintagevaatteista sekä asusteista. Valikoima on laaja ja tiuhaan vaihtuva, ja eniten kallellaan kotimaiseen vintageen; mekkoihin, hyvälaatusiin, aikaa kestäviin käyttövaatteisiin ja asusteisiin. Jokainen vaate on \"käsin poimittu\", pesty ja huollettu.",
                "sv": "Frida Marina är en second hand- och vintage klädesaffär med ett handplockat urval kläder och accessoarer för damer, i huvudsak från 1940- till 80-talet.",
                "en": "Frida marina is a vintage store in the Töölö district, offering second hand and vintage womens clothes (mainly Finnish) and accessories from the 1940's to the 80's."
            },
            "info_url": {
                "fi": "https://www.facebook.com/fridamarinahelsinki/",
                "sv": "https://www.facebook.com/fridamarinahelsinki/",
                "en": "https://www.facebook.com/fridamarinahelsinki/"
            },
            "street_address": {
                "fi": "Museokatu 46",
                "sv": "Museigatan 46",
                "en": "Museokatu 46"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Frida Marina",
                "sv": "Frida Marina",
                "en": "Frida Marina"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:30138/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:72834",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:16:54.811202Z",
            "last_modified_time": "2025-02-21T06:10:16.324609Z",
            "custom_data": null,
            "email": "ainoa@friendsandbrgrs.com",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02100",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 250132,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.804264,
                    60.17517
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Friends & Brgrs on Kauppakeskus Ainoassa sijaitseva hampurilaisravintola, joka tarjoilee tuoreista kotimaisista raaka-aineista valmistettuja burgereita ja ranskalaisia.",
                "sv": "Friends & Brgrs är en hamburgarrestaurang i köpcentret Ainoa i Esbo. Restaurangen erbjuder läckra burgare och franska potatisar gjorda på inhemska råvaror.",
                "en": "Friends & Brgrs is a hamburger restaurant in shopping centre Ainoa in Espoo. The restaurant serves tasty hamburgers and fries."
            },
            "info_url": {
                "fi": "https://www.friendsandbrgrs.fi/",
                "sv": "https://www.friendsandbrgrs.fi/sv/",
                "en": "https://www.friendsandbrgrs.fi/en/"
            },
            "street_address": {
                "fi": "Länsituuli 5",
                "sv": "Västanvinden 5",
                "en": "Länsituuli 5"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Friends & Brgrs Ainoa",
                "sv": "Friends & Brgrs Ainoa",
                "en": "Friends & Brgrs Ainoa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:72834/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74245",
            "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": "2024-02-07T06:10:20.541034Z",
            "last_modified_time": "2025-02-21T06:10:18.147246Z",
            "custom_data": null,
            "email": "itis@friendsandbrgrs.com",
            "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": 250135,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.082073,
                    60.211464
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Friends & Brgrs on Kauppakeskus Itiksessä sijaitseva hampurilaisravintola, joka tarjoilee tuoreista kotimaisista raaka-aineista valmistettuja burgereita ja ranskalaisia.",
                "sv": "Friends & Brgrs är en hamburgarrestaurang i köpcentret Itis i Östra centrum. Restaurangen erbjuder läckra burgare och franska potatisar gjorda på inhemska råvaror.",
                "en": "Friends & Brgrs is a hamburger restaurant in the shopping centre Itis in Itäkeskus. The restaurant serves tasty hamburgers and fries."
            },
            "info_url": {
                "fi": "https://www.friendsandbrgrs.fi/",
                "sv": "https://www.friendsandbrgrs.fi/",
                "en": "https://www.friendsandbrgrs.fi/en/frontpage/"
            },
            "street_address": {
                "fi": "Turunlinnantie 8",
                "sv": "Åbohusvägen 8",
                "en": "Turunlinnantie 8"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Friends & Brgrs Itis",
                "sv": "Friends & Brgrs Itis",
                "en": "Friends & Brgrs Itis"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74245/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:72837",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kannelmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kannelmäki",
                        "sv": "Gamlas"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-15T18:16:55.790147Z",
            "last_modified_time": "2025-02-22T06:10:16.252880Z",
            "custom_data": null,
            "email": "info@friendsandbrgrs.com",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00420",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 254223,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.891413,
                    60.23741
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Friends & Brgrs on Kauppakeskus Kaaressa sijaitseva hampurilaisravintola, joka tarjoilee tuoreista kotimaisista raaka-aineista valmistettuja burgereita ja ranskalaisia.",
                "sv": "Friends & Brgrs är en hamburgarrestaurang i Köpcentret Kaari i Helsingfors. Restaurangen erbjuder läckra burgare och franska potatisar gjorda på inhemska råvaror.",
                "en": "Friends & Brgrs is a hamburger restaurant in shopping centre Kaari in Helsinki. The restaurant serves tasty hamburgers and fries."
            },
            "info_url": {
                "fi": "https://www.friendsandbrgrs.fi/",
                "sv": "https://www.friendsandbrgrs.fi/sv/",
                "en": "https://www.friendsandbrgrs.fi/en/"
            },
            "street_address": {
                "fi": "Kantelettarentie 1",
                "sv": "Kanteletarvägen 1",
                "en": "Kantelettarentie 1"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Friends & Brgrs Kaari",
                "sv": "Friends & Brgrs Kaari",
                "en": "Friends & Brgrs Kaari"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:72837/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:77604",
            "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": "2025-05-15T05:10:10.799028Z",
            "last_modified_time": "2025-05-15T05:10:10.799040Z",
            "custom_data": null,
            "email": "kasarmi@friendsandbrgrs.com",
            "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.935284,
                    60.170063
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Friends & Brgrs on Kulttuurikasarmissa sijaitseva hampurilaisravintola, joka tarjoilee tuoreista kotimaisista raaka-aineista valmistettuja burgereita ja ranskalaisia.",
                "sv": "Friends & Brgrs är en hamburgarrestaurang i Kulturkasernen i Helsingfors. Restaurangen erbjuder läckra burgare och franska potatisar gjorda på inhemska råvaror.",
                "en": "Friends & Brgrs is a hamburger restaurant in the shopping centre in Kulttuurikasarmi. The restaurant serves tasty hamburgers and fries."
            },
            "info_url": {
                "fi": "https://www.friendsandbrgrs.fi/restaurants/kulttuurikasarmi/",
                "sv": "https://www.friendsandbrgrs.fi/sv/restaurants/kulttuurikasarmi/",
                "en": "https://www.friendsandbrgrs.fi/en/restaurants/kulttuurikasarmi/"
            },
            "street_address": {
                "fi": "Narinkka 2",
                "sv": "Narinken 2",
                "en": "Narinkka 2"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Friends & Brgrs Kulttuurikasarmi",
                "sv": "Friends & Brgrs Kulturkasernen",
                "en": "Friends & Brgrs Kulttuurikasarmi"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77604/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:72826",
            "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:lauttasaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Lauttasaari",
                        "sv": "Drumsö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kotkavuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kotkavuori",
                        "sv": "Örnberget"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:lauttasaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Lauttasaari",
                        "sv": "Drumsö"
                    }
                }
            ],
            "created_time": "2023-08-15T18:16:52.351706Z",
            "last_modified_time": "2025-02-21T06:10:16.274424Z",
            "custom_data": null,
            "email": "lauttasaari@friendsandbrgrs.com",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00200",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 250131,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.881355,
                    60.160122
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Friends & Brgrs on Kauppakeskus Lauttiksessa sijaitseva hampurilaisravintola, joka tarjoilee tuoreista kotimaisista raaka-aineista valmistettuja burgereita ja ranskalaisia.",
                "sv": "Friends & Brgrs är en hamburgarrestaurang i köpcentret Lauttis i Helsingfors. Restaurangen erbjuder läckra burgare och franska potatisar gjorda på inhemska råvaror.",
                "en": "Friends & Brgrs is a hamburger restaurant in shopping centre Lauttis in Helsinki. The restaurant serves tasty hamburgers and fries."
            },
            "info_url": {
                "fi": "https://www.friendsandbrgrs.fi/",
                "sv": "https://www.friendsandbrgrs.fi/sv/",
                "en": "https://www.friendsandbrgrs.fi/en/"
            },
            "street_address": {
                "fi": "Lauttasaarentie 28",
                "sv": "Drumsövägen 28",
                "en": "Lauttasaarentie 28"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Friends & Brgrs Lauttis",
                "sv": "Friends & Brgrs Lauttis",
                "en": "Friends & Brgrs Lauttis"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:72826/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:72839",
            "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:keski-pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Keski-Pasila",
                        "sv": "Mellersta Böle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                }
            ],
            "created_time": "2023-08-15T18:16:56.758368Z",
            "last_modified_time": "2025-02-21T06:10:16.365450Z",
            "custom_data": null,
            "email": "tripla@friendsandbrgrs.com",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00520",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 250133,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.930285,
                    60.1985
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Friends & Brgrs on Kauppakeskus Mall of Triplassa sijaitseva hampurilaisravintola, joka tarjoilee tuoreista kotimaisista raaka-aineista valmistettuja burgereita ja ranskalaisia.",
                "sv": "Friends & Brgrs är en hamburgarrestaurang i köpcentret Mall of Tripla i Helsingfors. Restaurangen erbjuder läckra burgare och franska potatisar gjorda på inhemska råvaror.",
                "en": "Friends & Brgrs is a hamburger restaurant in the shopping centre Mall of Tripla in Helsinki. The restaurant serves tasty hamburgers and fries."
            },
            "info_url": {
                "fi": "https://www.friendsandbrgrs.fi/",
                "sv": "https://www.friendsandbrgrs.fi/sv/",
                "en": "https://www.friendsandbrgrs.fi/en/"
            },
            "street_address": {
                "fi": "Fredikanterassi 1",
                "sv": "Fredriksbergsterrassen 1",
                "en": "Fredikanterassi 1"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Friends & Brgrs Mall of Tripla",
                "sv": "Friends & Brgrs Mall of Tripla",
                "en": "Friends & Brgrs Mall of Tripla"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:72839/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:72845",
            "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:vironniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vironniemi",
                        "sv": "Estnäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kluuvi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kluuvi",
                        "sv": "Gloet"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kluuvi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kluuvi",
                        "sv": "Gloet"
                    }
                }
            ],
            "created_time": "2023-08-15T18:16:57.589121Z",
            "last_modified_time": "2025-02-22T06:10:16.312929Z",
            "custom_data": null,
            "email": "helsinki@friendsandbrgrs.com",
            "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": 254224,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.945154,
                    60.169624
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Friends & Brgrs on Mikonkadulla sijaitseva hampurilaisravintola, joka tarjoilee tuoreista kotimaisista raaka-aineista valmistettuja burgereita ja ranskalaisia.",
                "sv": "Friends & Brgrs är en hamburgarrestaurang på Mikaelsgatan i Helsingfors. Restaurangen erbjuder läckra burgare och franska potatisar gjorda på inhemska råvaror.",
                "en": "Friends & Brgrs is a hamburger restaurant on Mikonkatu in Helsinki downtown. The restaurant serves tasty hamburgers and fries."
            },
            "info_url": {
                "fi": "https://www.friendsandbrgrs.fi/",
                "sv": "https://www.friendsandbrgrs.fi/sv/",
                "en": "https://www.friendsandbrgrs.fi/en/"
            },
            "street_address": {
                "fi": "Mikonkatu 8",
                "sv": "Mikaelsgatan 8",
                "en": "Mikonkatu 8"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Friends & Brgrs Mikonkatu",
                "sv": "Friends & Brgrs Mikaelsgatan",
                "en": "Friends & Brgrs Mikonkatu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:72845/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:73667",
            "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-12-19T06:09:59.008775Z",
            "last_modified_time": "2025-10-09T05:09:55.225184Z",
            "custom_data": null,
            "email": "info@friendsandbrgrs.com",
            "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": 250134,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.977766,
                    60.187164
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Friends & Brgrs on Kauppakeskus Mall of Triplassa sijaitseva hampurilaisravintola, joka tarjoilee tuoreista kotimaisista raaka-aineista valmistettuja burgereita ja ranskalaisia.",
                "sv": "Friends & Brgrs är en hamburgarrestaurang i köpcentret Mall of Tripla i Helsingfors. Restaurangen erbjuder läckra burgare och franska potatisar gjorda på inhemska råvaror.",
                "en": "Friends & Brgrs is a hamburger restaurant in the shopping centre Mall of Tripla in Helsinki. The restaurant serves tasty hamburgers and fries."
            },
            "info_url": {
                "fi": "https://www.friendsandbrgrs.fi/",
                "sv": "https://www.friendsandbrgrs.fi/sv/startsida/",
                "en": "https://www.friendsandbrgrs.fi/en/frontpage/"
            },
            "street_address": {
                "fi": "Hermannin rantatie 5",
                "sv": "Hermanstads strandväg 5",
                "en": "Hermannin rantatie 5"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Friends & Brgrs Redi",
                "sv": "Friends & Brgrs Redi",
                "en": "Friends & Brgrs Redi"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:73667/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:66345",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kirkkonummi",
                    "municipality": null,
                    "name": {
                        "fi": "Kirkkonummi",
                        "sv": "Kyrkslätt"
                    }
                }
            ],
            "created_time": "2023-08-15T16:25:34.211024Z",
            "last_modified_time": "2024-02-06T13:18:42.248965Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02480",
            "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.503614,
                    60.049862
                ]
            },
            "telephone": {
                "fi": "+358 40 506 1426"
            },
            "description": null,
            "info_url": {
                "fi": "http://www.kirkkonummi.fi",
                "sv": "http://www.kirkkonummi.fi",
                "en": "http://www.kirkkonummi.fi"
            },
            "street_address": {
                "fi": "Porkkalantie 953",
                "sv": "Porkalavägen 953",
                "en": "Porkkalantie 953"
            },
            "address_locality": {
                "fi": "Kirkkonummi",
                "sv": "Kyrkslätt",
                "en": "Kirkkonummi"
            },
            "name": {
                "fi": "Friggesbyn koulun hiekkakenttä",
                "sv": "Friggesby skolans bollplan"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:66345/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74720",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2024-03-02T06:10:06.067278Z",
            "last_modified_time": "2024-03-20T06:10:21.002882Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01720",
            "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.79551,
                    60.284706
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Friimetsän luonnonsuojelualue on rauhoitettu vuonna 2003. Alueen pinta-ala on 6,2 hehtaaria. Friimetsä on osa laajempaa arvometsäaluetta Vantaan Petikossa Vihdintien läheisyydessä. Suojelualue on suurilta osin rinnemetsää, jossa kasvaa järeitä kuusia. Niiden katveessa on pähkinäpensaita. Rinteen alaosa on rehevää lehtoa, jossa kasvaa muun muassa sinivuokkoja, kevätlehtoleinikkejä ja jänönsalaatteja. Rinteen metsänpohjalla erottuu paikoin norouomia."
            },
            "info_url": {
                "fi": "https://www.vantaa.fi/fi/palveluhakemisto/toimipiste/friimetsan-luonnonsuojelualue",
                "sv": "https://www.vantaa.fi/fi/palveluhakemisto/toimipiste/friimetsan-luonnonsuojelualue",
                "en": "https://www.vantaa.fi/fi/palveluhakemisto/toimipiste/friimetsan-luonnonsuojelualue"
            },
            "street_address": {
                "fi": "Vihdintie 31",
                "sv": "Vichtisvägen 31",
                "en": "Vihdintie 31"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "name": {
                "fi": "Friimetsän pähkinäpensaslehto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74720/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:15347",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T08:14:09.423244Z",
            "last_modified_time": "2025-06-23T08:09:36.057812Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02240",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 7911,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.70728,
                    60.169693
                ]
            },
            "telephone": {
                "fi": "+358 40 638 5239"
            },
            "description": {
                "fi": "Friisilän koulu sijaitsee Matinkylä-Olarin alueella viihtyisän Friisilän keskellä. Koulu on rakennettu vuonna 1960 ja peruskorjattu vuonna 2000. Friisilän koulussa opiskelee n. 150 oppilasta luokilla 1-6. Otamme opetuksessa huomioon oppilaan oman tason, jotta jokainen oppisi ja innostuisi opiskelusta. Korostamme opetuksessa oppimisen ja opiskelun perustaitoja sekä panostamme tukitoimiin ja oppilaiden aktiiviseen osallisuuteen. Koulussa kehitetään toimintatapoja ja -menetelmiä vastaamaan oppilaitten tarpeisiin. Opetuksessa pyritään ottamaan erilaisia eriyttämisen keinoja käyttöön, jotta jokainen oppilas oppisi ja motivoituisi opiskelusta. Opiskelussa hyödynnetään myös tieto- ja viestintätekniikan taitoja.",
                "sv": "Friisilän koulu är en finskspråkig grundskola. Läs mera om skolan på vår finskspråkiga webbsida",
                "en": "Our school is a primary comprehensive school with grades 1-6. Pupils have 20-26 hours of classes per week depending on their grade. Classes are usually held in a specific classroom where the class teacher teaches most subjects. Our school has a language teacher for English and Swedish. Some of the methods to improve the social skills and participation\nAggression Replacement Training (ART): is cognitive behavioral intervention focused on adolescents. It is a multimodal program that has three components; Social skills, Anger Control Training and Moral Reasoning.\nPupil association:Pupils vote for a representative from each grade into the board of the school's student association. The board plans presentations and proposals, improves everyday life at school from the perspective of pupils, develops the pupils' possibilities to have an influence and improves the communal sprit of the school. General, intensified and special support for learning\nIn addition to quality basic education, each pupil is entitled to sufficient guidance and support for learning and schooling. The forms of support include e.g. remedial teaching, part-time special needs education, simultaneous education, flexible grouping of teaching groups, differentiation of teaching and the contribution of a special needs assistant.\nEvery pupil is entitled to general support during basic education. If this is not enough, the pupil receives comprehensive, long-term intensified support. The supportive measures of intensified support are more regular and can be combined. The pupil can also receive special support either in a special class, part-time special class or, if possible, in connection with other teaching. The organisation of education observes the pupil's best interests, learning potential and the special demands set for the learning environment.\nPupils are also supported by interpretation and assistant services as well as special needs assistants in compliance with the Basic Education Act and the Services and Assistance for the Disabled Act. Pupil and student welfare is responsible for the physical, mental and social wellbeing of pupils and students aiming to identify the pupils' need for support as early as possible. The support is provided by a school social worker, a psychologist and School health care staff. The pupil welfare service are free of charge and confidential. It is organised in cooperation with parents and teachers. Guidance in studies and choices\nAll teachers are responsible for guiding pupils in their studies. The guidance is particularly important when the pupil transfers to another school, is making choices concerning his/her studies and during joint applications. In our school the guidance is provided in connection with various subjects and other school activities. Learning new languages\nIn our school compulsory foreign language for every pupil is English from the 3rd grade. Pupils are may also choose optional foreign language Swedish from the 4th grade. Education of linguistic and cultural groups\nThe educational aim for different linguistic and cultural groups is to ensure that pupils obtain the skills and knowledge of comprehensive school and also a functional bilingualism including equal opportunities to pursue further studies. Pupils whose Finnish language skills are not at the mother tongue level study Finnish as a second language. After-school activities\nPupils in 1st and 2nd grade as well as pupils in higher grades who are in need of special support can apply for supervised free-time activities after school. It is organised by a private entrepreneur in the school building and in the building beside the school. Afternoon activities are subject to a fee. Our school has various clubs at school after the school day (sports and exercise, music, handicrafts, theatre and performance and languages). The instructors are usually teachers or occasionally experts from outside the school."
            },
            "info_url": {
                "fi": "https://www.espoo.fi/fi/friisilan-koulu",
                "sv": "https://www.espoo.fi/sv/friisilan-koulu",
                "en": "https://www.espoo.fi/en/friisilan-koulu"
            },
            "street_address": {
                "fi": "Holmanniitynkuja 10",
                "sv": "Holmängsgränden 10",
                "en": "Holmanniitynkuja 10"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Friisilän koulu",
                "sv": "Friisilän koulu",
                "en": "Friisilän koulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15347/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:39381",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:12:22.937647Z",
            "last_modified_time": "2024-08-22T05:09:46.203416Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02240",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9088,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.707783,
                    60.16919
                ]
            },
            "telephone": {
                "fi": "+358 9 816 21"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.espoo.fi/fi/espoo-liikkuu",
                "sv": "https://www.espoo.fi/fi/espoo-liikkuu",
                "en": "https://www.espoo.fi/fi/espoo-liikkuu"
            },
            "street_address": {
                "fi": "Holmanniitynkuja 10",
                "sv": "Holmängsgränden 10",
                "en": "Holmanniitynkuja 10"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Friisilän koulun hiekkakenttä",
                "sv": "Friisilän koulu bollplan"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:39381/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:39680",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:12:51.554205Z",
            "last_modified_time": "2024-07-31T05:09:45.309109Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02240",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9178,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.707,
                    60.16956
                ]
            },
            "telephone": {
                "fi": "+358 9 816 21"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.espoo.fi/fi/espoo-liikkuu",
                "sv": "https://www.espoo.fi/fi/espoo-liikkuu",
                "en": "https://www.espoo.fi/fi/espoo-liikkuu"
            },
            "street_address": {
                "fi": "Holmanniitynkuja 10",
                "sv": "Holmängsgränden 10",
                "en": "Holmanniitynkuja 10"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Friisilän koulun liikuntasali",
                "sv": "Lågstadiet Friisilän koulu gymnastiksal"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:39680/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}