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

{
    "meta": {
        "count": 152284,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=179&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=177&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:74264",
            "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": "2024-02-08T06:09:56.579929Z",
            "last_modified_time": "2026-03-01T06:10:03.072273Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02210",
            "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.725271,
                    60.17282
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Kuunkehrä 2",
                "sv": "Månskivan 2",
                "en": "Kuunkehrä 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Kässäryhmä Valoemyssä -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Valoemy, Kuunkehrä 2 A, 2 krs, Olari."
            },
            "name": {
                "fi": "Emy ry:n Kässäryhmä Valoemyssä -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74264/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:77731",
            "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": "2025-06-10T10:10:58.226980Z",
            "last_modified_time": "2026-03-01T06:10:07.073962Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "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.653364,
                    60.202694
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Terveyskuja 2 C",
                "sv": "Hälsogränden 2 C",
                "en": "Terveyskuja 2 C"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Kävelyryhmä -palvelun järjestämispaikka. Lähtö kävelylle Espoon mielenterveysyhdistys Emy ry:n kohtaamispaikasta Espoon keskuksesta."
            },
            "name": {
                "fi": "Emy ry:n Kävelyryhmä -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77731/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74265",
            "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": "2024-02-08T06:09:56.604817Z",
            "last_modified_time": "2026-03-01T06:10:03.138616Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02210",
            "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.725271,
                    60.17282
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Kuunkehrä 2 A",
                "sv": "Månskivan 2 A",
                "en": "Kuunkehrä 2 A"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Leivontaryhmä -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Valoemy, Kuunkehrä 2 A, 2 krs, Olari."
            },
            "name": {
                "fi": "Emy ry:n Leivontaryhmä -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74265/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:79763",
            "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": "2026-03-04T06:10:04.781803Z",
            "last_modified_time": "2026-03-04T06:10:04.781815Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "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.653364,
                    60.202694
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Terveyskuja 2 C",
                "sv": "Hälsogränden 2 C",
                "en": "Terveyskuja 2 C"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Maanantaimaalarit -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Samarian C-talo Espoon keskuksessa."
            },
            "name": {
                "fi": "Emy ry:n Maanantaimaalarit -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79763/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74267",
            "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": "2024-02-08T06:09:56.663249Z",
            "last_modified_time": "2026-03-01T06:10:03.195234Z",
            "custom_data": null,
            "email": null,
            "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.635214,
                    60.153755
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Merenkäynti 3",
                "sv": "Sjögången 3",
                "en": "Merenkäynti 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Meren ja taivaan välillä -keskusteluryhmä -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Meriemy, Kivenlahti."
            },
            "name": {
                "fi": "Emy ry:n Meren ja taivaan välillä -keskusteluryhmä -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74267/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74269",
            "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": "2024-02-08T06:09:56.735095Z",
            "last_modified_time": "2026-03-01T06:10:03.252276Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "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.653364,
                    60.202694
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Terveyskuja 2 C",
                "sv": "Hälsogränden 2 C",
                "en": "Terveyskuja 2 C"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Mieli maasta -vertaistukiryhmä masentuneille -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Espoon keskuksessa"
            },
            "name": {
                "fi": "Emy ry:n Mieli maasta -vertaistukiryhmä masentuneille -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74269/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:77536",
            "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": "2025-04-19T05:10:20.765311Z",
            "last_modified_time": "2025-08-30T05:10:18.424374Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02650",
            "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.81065,
                    60.22086
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Lintuvaarantie 2",
                "sv": "Fågelbergavägen 2",
                "en": "Lintuvaarantie 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Ohjaamotalon Olotila (18-32v.) -palvelun järjestämispaikka. Ohjaamotalo, Lintuvaarantie 2, Leppävaara."
            },
            "name": {
                "fi": "Emy ry:n Ohjaamotalon Olotila (18-32v.) -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77536/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:77534",
            "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": "2025-04-18T05:10:07.874389Z",
            "last_modified_time": "2026-03-01T06:10:06.807099Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02210",
            "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.725271,
                    60.17282
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Kuunkehrä 2 A",
                "sv": "Månskivan 2 A",
                "en": "Kuunkehrä 2 A"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Olohuone (30-45v.) -palvelun järjestämispaikka. Kohtaamispaikka Valoemy, Kuunkehrä 2 A, 2. kerros, Olari."
            },
            "name": {
                "fi": "Emy ry:n Olohuone (30-45v.) -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77534/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74315",
            "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": "2024-02-11T06:09:55.669953Z",
            "last_modified_time": "2026-03-01T06:10:03.903648Z",
            "custom_data": null,
            "email": null,
            "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.635214,
                    60.153755
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Merenkäynti 3",
                "sv": "Sjögången 3",
                "en": "Merenkäynti 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Peliryhmä Meriemyssä -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Meriemy, Kivenlahti."
            },
            "name": {
                "fi": "Emy ry:n Peliryhmä Meriemyssä -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74315/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74316",
            "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": "2024-02-11T06:09:55.697228Z",
            "last_modified_time": "2026-03-01T06:10:03.965660Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "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.653364,
                    60.202694
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Terveyskuja 2 C, Espoo",
                "sv": "Hälsogränden 2 C, Espoo",
                "en": "Terveyskuja 2 C, Espoo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Runoryhmä -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Espoon keskuksessa."
            },
            "name": {
                "fi": "Emy ry:n Runoryhmä -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74316/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74281",
            "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": "2024-02-08T06:09:57.100921Z",
            "last_modified_time": "2026-03-01T06:10:03.380703Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "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.655634,
                    60.2073
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Espoonkatu 7",
                "sv": "Esbogatan 7",
                "en": "Espoonkatu 7"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Sulkapalloa -palvelun järjestämispaikka. Sulkapallon järjestää Espoon mielenterveysyhdistys Emy ry, paikka Lagstadin koulu."
            },
            "name": {
                "fi": "Emy ry:n Sulkapalloa -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74281/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74282",
            "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": "2024-02-08T06:09:57.128569Z",
            "last_modified_time": "2026-03-01T06:10:03.457375Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "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.641287,
                    60.2128
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Muuralanpiha 3",
                "sv": "Morbygården 3",
                "en": "Muuralanpiha 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Sählyä -palvelun järjestämispaikka. Sählyn järjestää Espoon mielenterveysyhdistys Emy ry, paikka Koulumestarin koulu."
            },
            "name": {
                "fi": "Emy ry:n Sählyä -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74282/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:73585",
            "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": "2024-02-07T06:10:17.377825Z",
            "last_modified_time": "2026-03-01T06:10:02.007887Z",
            "custom_data": null,
            "email": null,
            "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.635214,
                    60.153755
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Merenkäynti 3",
                "sv": "Sjögången 3",
                "en": "Merenkäynti 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Talkoot Meriemyssä -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Meriemy Kivenlahdessa lähellä ostaria."
            },
            "name": {
                "fi": "Emy ry:n Talkoot Meriemyssä -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:73585/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:73584",
            "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": "2024-02-07T06:10:17.333150Z",
            "last_modified_time": "2026-03-01T06:10:01.925434Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "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.653364,
                    60.202694
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Terveyskuja 2 C",
                "sv": "Hälsogränden 2 C",
                "en": "Terveyskuja 2 C"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n talkoot Samarian C-talolla -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Samarian C-talo, Espoon keskus."
            },
            "name": {
                "fi": "Emy ry:n talkoot Samarian C-talolla -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:73584/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:73586",
            "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": "2024-02-07T06:10:17.419559Z",
            "last_modified_time": "2026-03-01T06:10:02.087424Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02210",
            "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.725271,
                    60.17282
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Kuunkehrä 2 A",
                "sv": "Månskivan 2 A",
                "en": "Kuunkehrä 2 A"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Talkoot Valoemyssä -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Valoemy Olari."
            },
            "name": {
                "fi": "Emy ry:n Talkoot Valoemyssä -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:73586/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:77733",
            "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": "2025-06-10T10:10:58.327952Z",
            "last_modified_time": "2026-03-01T06:10:07.140458Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02210",
            "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.725271,
                    60.17282
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Kuunkehrä 2 A",
                "sv": "Månskivan 2 A",
                "en": "Kuunkehrä 2 A"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n toiminnallinen suomen kielen harjoitteluryhmä -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Valoemy, Kuunkehrä 2 A, 2 krs, Olari."
            },
            "name": {
                "fi": "Emy ry:n toiminnallinen suomen kielen harjoitteluryhmä -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77733/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74290",
            "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": "2024-02-08T06:09:57.364821Z",
            "last_modified_time": "2026-03-01T06:10:03.668393Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "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.653364,
                    60.202694
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Terveyskuja 2 C",
                "sv": "Hälsogränden 2 C",
                "en": "Terveyskuja 2 C"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Toimintaryhmä -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Espoon keskuksessa."
            },
            "name": {
                "fi": "Emy ry:n Toimintaryhmä -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74290/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:78844",
            "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": "2025-11-27T06:12:00.485673Z",
            "last_modified_time": "2025-11-27T06:12:00.485685Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02210",
            "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.725271,
                    60.17282
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Kuunkehrä 2 A",
                "sv": "Månskivan 2 A",
                "en": "Kuunkehrä 2 A"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Valoemyn Olotila (18-32V) -palvelun järjestämispaikka. Valoemy, Kuunkehrä 2 A, 2 krs. Espoo."
            },
            "name": {
                "fi": "Emy ry:n Valoemyn Olotila (18-32V) -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:78844/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:76706",
            "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": "2025-01-30T06:10:16.021867Z",
            "last_modified_time": "2026-03-01T06:10:06.322349Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02650",
            "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.804302,
                    60.225616
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Veräjäpellonkatu 15",
                "sv": "Grindåkersgatan 15",
                "en": "Veräjäpellonkatu 15"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Vesiliikuntaa -palvelun järjestämispaikka. Vesiliikunnan järjestää Espoon mielenterveysyhdistys Emy ry, paikka Leppävaaran uimahalli."
            },
            "name": {
                "fi": "Emy ry:n Vesiliikuntaa -palvelun järjestämispaikka, Espoo 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:76706/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74824",
            "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": "2024-03-24T06:10:16.727204Z",
            "last_modified_time": "2026-03-01T06:10:04.265475Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02230",
            "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.736921,
                    60.159943
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Tynnyritie 6",
                "sv": "Tunnvägen 6",
                "en": "Tynnyritie 6"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Vesiliikuntaa -palvelun järjestämispaikka. Vesiliikunnan järjestää Espoon mielenterveysyhdistys Emy ry, paikka Matinkylän uimahalli."
            },
            "name": {
                "fi": "Emy ry:n Vesiliikuntaa -palvelun järjestämispaikka, Espoo 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74824/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}