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

{
    "meta": {
        "count": 151656,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=174&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=172&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:77738",
            "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-11T06:09:50.677989Z",
            "last_modified_time": "2025-07-26T06:09:55.050357Z",
            "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,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Kohtaamispaikka Valoemy -palvelun järjestämispaikka. Valoemy on Espoon mielenterveysyhdistys Emy ry:n kaikille avoin kohtaamispaikka Olarissa. Valoemyn löydät 2. kerroksesta."
            },
            "info_url": null,
            "street_address": {
                "fi": "Kuunkehrä 2 A, 2. kerros",
                "sv": "Månskivan 2 A, 2. kerros",
                "en": "Kuunkehrä 2 A, 2. kerros"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Emy ry:n Kohtaamispaikka Valoemy -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77738/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:76693",
            "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:15.480232Z",
            "last_modified_time": "2025-08-30T05:10:17.927775Z",
            "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.653175,
                    60.206085
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Kuntosali -palvelun järjestämispaikka. Kuntosalin järjestää Espoon mielenterveysyhdistys Emy ry, paikka: Kannusillanmäen liikuntahalli, väestönsuojan kuntosali."
            },
            "info_url": null,
            "street_address": {
                "fi": "Kannusillankatu 4",
                "sv": "Kannbrogatan 4",
                "en": "Kannusillankatu 4"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Emy ry:n Kuntosali -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:76693/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "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": "2025-06-10T10:10:54.240855Z",
            "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,
            "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."
            },
            "info_url": null,
            "street_address": {
                "fi": "Kuunkehrä 2",
                "sv": "Månskivan 2",
                "en": "Kuunkehrä 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "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": "2025-08-31T05:10:20.150732Z",
            "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.650198,
                    60.205574
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Kävelyryhmä Lilla Karyllista -palvelun järjestämispaikka. Lähtö kävelylle Espoon mielenterveysyhdistys Emy ry:n kohtaamispaikka Lilla Karyllin, Espoon keskus, pihalta."
            },
            "info_url": null,
            "street_address": {
                "fi": "Pappilantie 7",
                "sv": "Prästgårdsvägen 7",
                "en": "Pappilantie 7"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Emy ry:n Kävelyryhmä Lilla Karyllista -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": "2025-06-10T10:10:54.320238Z",
            "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,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Leivontaryhmä -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Valoemy, Kuunkehrä 2 A, 2 krs, Olari."
            },
            "info_url": null,
            "street_address": {
                "fi": "Kuunkehrä 2 A",
                "sv": "Månskivan 2 A",
                "en": "Kuunkehrä 2 A"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "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: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": "2025-08-30T05:10:14.825948Z",
            "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,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Meren ja taivaan välillä -keskusteluryhmä -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Meriemy, Kivenlahti."
            },
            "info_url": null,
            "street_address": {
                "fi": "Merenkäynti 3",
                "sv": "Sjögången 3",
                "en": "Merenkäynti 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "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": "2025-08-30T05:10:14.880985Z",
            "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.650198,
                    60.205574
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Mieli maasta -vertaistukiryhmä masentuneille -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Lilla Karyll, Espoon keskus."
            },
            "info_url": null,
            "street_address": {
                "fi": "Pappilantie 7",
                "sv": "Prästgårdsvägen 7",
                "en": "Pappilantie 7"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "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:74263",
            "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.554753Z",
            "last_modified_time": "2025-08-30T05:10:14.766530Z",
            "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.808306,
                    60.225708
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n nuorten aikuisten kuntosali -palvelun järjestämispaikka. Leppävaaran liikuntahalli."
            },
            "info_url": null,
            "street_address": {
                "fi": "Veräjäpellonkatu 6",
                "sv": "Grindåkersgatan 6",
                "en": "Veräjäpellonkatu 6"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Emy ry:n nuorten aikuisten kuntosali -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74263/?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,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Ohjaamotalon Olotila (18-32v.) -palvelun järjestämispaikka. Ohjaamotalo, Lintuvaarantie 2, Leppävaara."
            },
            "info_url": null,
            "street_address": {
                "fi": "Lintuvaarantie 2",
                "sv": "Fågelbergavägen 2",
                "en": "Lintuvaarantie 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "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": "2025-08-30T05:10:18.371187Z",
            "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,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Olohuone (33-45v.) -palvelun järjestämispaikka. Kohtaamispaikka Valoemy, Kuunkehrä 2 A, 2. kerros, Olari."
            },
            "info_url": null,
            "street_address": {
                "fi": "Kuunkehrä 2 A",
                "sv": "Månskivan 2 A",
                "en": "Kuunkehrä 2 A"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Emy ry:n Olohuone (33-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:77537",
            "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.813479Z",
            "last_modified_time": "2025-08-31T05:10:19.883151Z",
            "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,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Olotila Valoemyssä (18-32v.) -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, Kohtaamispaikka Valoemy, Kuunkehrä 2 A, 2 krs, Olari."
            },
            "info_url": null,
            "street_address": {
                "fi": "Kuunkehrä 2 A",
                "sv": "Månskivan 2 A",
                "en": "Kuunkehrä 2 A"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Emy ry:n Olotila Valoemyssä (18-32v.) -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77537/?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": "2025-08-30T05:10:15.488092Z",
            "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,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Peliryhmä Meriemyssä -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Meriemy, Kivenlahti."
            },
            "info_url": null,
            "street_address": {
                "fi": "Merenkäynti 3",
                "sv": "Sjögången 3",
                "en": "Merenkäynti 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "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:74278",
            "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.008362Z",
            "last_modified_time": "2025-08-30T05:10:14.988375Z",
            "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.65062,
                    60.20525
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Shakkikerho -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, Villa Apteekki, Espoon keskus, Espoo."
            },
            "info_url": null,
            "street_address": {
                "fi": "Pappilantie 5",
                "sv": "Prästgårdsvägen 5",
                "en": "Pappilantie 5"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Emy ry:n Shakkikerho -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74278/?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": "2025-08-31T05:10:17.022360Z",
            "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,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Sulkapalloa -palvelun järjestämispaikka. Sulkapallon järjestää Espoon mielenterveysyhdistys Emy ry, paikka Lagstadin koulu."
            },
            "info_url": null,
            "street_address": {
                "fi": "Espoonkatu 7",
                "sv": "Esbogatan 7",
                "en": "Espoonkatu 7"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "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": "2025-08-30T05:10:15.046835Z",
            "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,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Sählyä -palvelun järjestämispaikka. Sählyn järjestää Espoon mielenterveysyhdistys Emy ry, paikka Koulumestarin koulu."
            },
            "info_url": null,
            "street_address": {
                "fi": "Muuralanpiha 3",
                "sv": "Morbygården 3",
                "en": "Muuralanpiha 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "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:74283",
            "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.155611Z",
            "last_modified_time": "2025-08-30T05:10:15.119610Z",
            "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,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Taideryhmä Yhteisötalo Espoo -palvelun järjestämispaikka. Yhteisötalo Espoo, Espoon keskus."
            },
            "info_url": null,
            "street_address": {
                "fi": "Terveyskuja 2 B",
                "sv": "Hälsogränden 2 B",
                "en": "Terveyskuja 2 B"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Emy ry:n Taideryhmä Yhteisötalo Espoo -palvelun järjestämispaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74283/?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": "2025-06-10T10:10:52.924451Z",
            "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.650198,
                    60.205574
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n talkoot Lilla Karyllissa -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Lilla Karyll, Espoon keskus."
            },
            "info_url": null,
            "street_address": {
                "fi": "Pappilantie 7",
                "sv": "Prästgårdsvägen 7",
                "en": "Pappilantie 7"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Emy ry:n talkoot Lilla Karyllissa -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: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": "2025-06-10T10:10:52.968591Z",
            "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,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Talkoot Meriemyssä -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Meriemy Kivenlahdessa lähellä ostaria."
            },
            "info_url": null,
            "street_address": {
                "fi": "Merenkäynti 3",
                "sv": "Sjögången 3",
                "en": "Merenkäynti 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "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: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": "2025-07-23T09:10:32.155545Z",
            "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,
            "description": {
                "fi": "Palvelupaikka on Emy ry:n Talkoot Valoemyssä -palvelun järjestämispaikka. Espoon mielenterveysyhdistys Emy ry, kohtaamispaikka Valoemy Olari."
            },
            "info_url": null,
            "street_address": {
                "fi": "Kuunkehrä 2 A",
                "sv": "Månskivan 2 A",
                "en": "Kuunkehrä 2 A"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "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": "2025-07-23T09:10:38.725150Z",
            "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,
            "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."
            },
            "info_url": null,
            "street_address": {
                "fi": "Kuunkehrä 2 A",
                "sv": "Månskivan 2 A",
                "en": "Kuunkehrä 2 A"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "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"
        }
    ]
}