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

{
    "meta": {
        "count": 151441,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7376&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7374&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vuoriharjuntie_33_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:34:49.253824Z",
            "last_modified_time": "2023-09-12T06:34:49.253841Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6339234,
                    60.1701842
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 33",
                "sv": "Bergåsvägen 33"
            },
            "name": {
                "fi": "Vuoriharjuntie 33, Espoo",
                "sv": "Bergåsvägen 33, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_33_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_35_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:34:51.052415Z",
            "last_modified_time": "2023-09-12T06:34:51.052432Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6341949,
                    60.1700683
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 35",
                "sv": "Bergåsvägen 35"
            },
            "name": {
                "fi": "Vuoriharjuntie 35, Espoo",
                "sv": "Bergåsvägen 35, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_35_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_36_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:34:53.058987Z",
            "last_modified_time": "2023-09-12T06:34:53.059006Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6395054,
                    60.170397
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 36",
                "sv": "Bergåsvägen 36"
            },
            "name": {
                "fi": "Vuoriharjuntie 36, Espoo",
                "sv": "Bergåsvägen 36, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_36_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_38_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:34:54.756344Z",
            "last_modified_time": "2023-09-12T06:34:54.756360Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6410935,
                    60.170132
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 38",
                "sv": "Bergåsvägen 38"
            },
            "name": {
                "fi": "Vuoriharjuntie 38, Espoo",
                "sv": "Bergåsvägen 38, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_38_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_39_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:34:55.862732Z",
            "last_modified_time": "2023-09-12T06:34:55.862750Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6358352,
                    60.1699741
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 39",
                "sv": "Bergåsvägen 39"
            },
            "name": {
                "fi": "Vuoriharjuntie 39, Espoo",
                "sv": "Bergåsvägen 39, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_39_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_3_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:34:44.854817Z",
            "last_modified_time": "2023-09-12T06:34:44.854835Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6263973,
                    60.1698581
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 3",
                "sv": "Bergåsvägen 3"
            },
            "name": {
                "fi": "Vuoriharjuntie 3, Espoo",
                "sv": "Bergåsvägen 3, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_40_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:34:57.764612Z",
            "last_modified_time": "2023-09-12T06:34:57.764667Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6414767,
                    60.1696843
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 40",
                "sv": "Bergåsvägen 40"
            },
            "name": {
                "fi": "Vuoriharjuntie 40, Espoo",
                "sv": "Bergåsvägen 40, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_40_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_41_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:34:59.263353Z",
            "last_modified_time": "2023-09-12T06:34:59.263368Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6366978,
                    60.1701649
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 41",
                "sv": "Bergåsvägen 41"
            },
            "name": {
                "fi": "Vuoriharjuntie 41, Espoo",
                "sv": "Bergåsvägen 41, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_41_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_42_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:35:00.757412Z",
            "last_modified_time": "2023-09-12T06:35:00.757428Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.641679,
                    60.1692989
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 42",
                "sv": "Bergåsvägen 42"
            },
            "name": {
                "fi": "Vuoriharjuntie 42, Espoo",
                "sv": "Bergåsvägen 42, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_42_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_43a_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:35:02.454959Z",
            "last_modified_time": "2023-09-12T06:35:02.454978Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.63704,
                    60.1701659
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 43a",
                "sv": "Bergåsvägen 43a"
            },
            "name": {
                "fi": "Vuoriharjuntie 43a, Espoo",
                "sv": "Bergåsvägen 43a, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_43a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_43b_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:35:03.757487Z",
            "last_modified_time": "2023-09-12T06:35:03.757506Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6375625,
                    60.1701583
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 43b",
                "sv": "Bergåsvägen 43b"
            },
            "name": {
                "fi": "Vuoriharjuntie 43b, Espoo",
                "sv": "Bergåsvägen 43b, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_43b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_43c_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:35:05.452674Z",
            "last_modified_time": "2023-09-12T06:35:05.452691Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6383191,
                    60.1701604
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 43c",
                "sv": "Bergåsvägen 43c"
            },
            "name": {
                "fi": "Vuoriharjuntie 43c, Espoo",
                "sv": "Bergåsvägen 43c, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_43c_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_44_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:35:07.151072Z",
            "last_modified_time": "2023-09-12T06:35:07.151088Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6416102,
                    60.1690025
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 44",
                "sv": "Bergåsvägen 44"
            },
            "name": {
                "fi": "Vuoriharjuntie 44, Espoo",
                "sv": "Bergåsvägen 44, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_44_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_45_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:35:08.762479Z",
            "last_modified_time": "2023-09-12T06:35:08.762496Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6385911,
                    60.1699906
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 45",
                "sv": "Bergåsvägen 45"
            },
            "name": {
                "fi": "Vuoriharjuntie 45, Espoo",
                "sv": "Bergåsvägen 45, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_45_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_47_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:35:10.353167Z",
            "last_modified_time": "2023-09-12T06:35:10.353184Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6408817,
                    60.1697365
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 47",
                "sv": "Bergåsvägen 47"
            },
            "name": {
                "fi": "Vuoriharjuntie 47, Espoo",
                "sv": "Bergåsvägen 47, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_47_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_49_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:35:12.058119Z",
            "last_modified_time": "2023-09-12T06:35:12.058136Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6410837,
                    60.1693781
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 49",
                "sv": "Bergåsvägen 49"
            },
            "name": {
                "fi": "Vuoriharjuntie 49, Espoo",
                "sv": "Bergåsvägen 49, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_49_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_51_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:35:15.162156Z",
            "last_modified_time": "2023-09-12T06:35:15.162171Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.64107,
                    60.1689831
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 51",
                "sv": "Bergåsvägen 51"
            },
            "name": {
                "fi": "Vuoriharjuntie 51, Espoo",
                "sv": "Bergåsvägen 51, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_51_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_5_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:35:13.569314Z",
            "last_modified_time": "2023-09-12T06:35:13.569332Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6268444,
                    60.1701465
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 5",
                "sv": "Bergåsvägen 5"
            },
            "name": {
                "fi": "Vuoriharjuntie 5, Espoo",
                "sv": "Bergåsvägen 5, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_6a_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:35:17.053513Z",
            "last_modified_time": "2023-09-12T06:35:17.053532Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6269295,
                    60.1705776
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 6a",
                "sv": "Bergåsvägen 6a"
            },
            "name": {
                "fi": "Vuoriharjuntie 6a, Espoo",
                "sv": "Bergåsvägen 6a, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_6a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoriharjuntie_6b_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:35:18.464221Z",
            "last_modified_time": "2023-09-12T06:35:18.464239Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.6271439,
                    60.1707398
                ]
            },
            "street_address": {
                "fi": "Vuoriharjuntie 6b",
                "sv": "Bergåsvägen 6b"
            },
            "name": {
                "fi": "Vuoriharjuntie 6b, Espoo",
                "sv": "Bergåsvägen 6b, Esbo"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoriharjuntie_6b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}