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

{
    "meta": {
        "count": 152286,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7530&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7528&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:ymmerstanportti_6_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-25T06:34:54.366894Z",
            "last_modified_time": "2023-09-25T06:34:54.366911Z",
            "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.7107546,
                    60.2027487
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanportti 6, Espoo",
                "sv": "Ymmerstaporten 6, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanportti 6",
                "sv": "Ymmerstaporten 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanportti_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanportti_7_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-25T06:34:56.072165Z",
            "last_modified_time": "2023-09-25T06:34:56.072182Z",
            "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.7117245,
                    60.2031816
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanportti 7, Espoo",
                "sv": "Ymmerstaporten 7, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanportti 7",
                "sv": "Ymmerstaporten 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanportti_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanportti_8_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-25T06:34:57.878639Z",
            "last_modified_time": "2023-09-25T06:34:57.878657Z",
            "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.7108076,
                    60.2028745
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanportti 8, Espoo",
                "sv": "Ymmerstaporten 8, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanportti 8",
                "sv": "Ymmerstaporten 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanportti_8_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanportti_9_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-25T06:35:00.073563Z",
            "last_modified_time": "2023-09-25T06:35:00.073583Z",
            "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.7120466,
                    60.2034695
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanportti 9, Espoo",
                "sv": "Ymmerstaporten 9, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanportti 9",
                "sv": "Ymmerstaporten 9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanportti_9_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanrinne_11_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-23T06:20:54.467781Z",
            "last_modified_time": "2023-09-23T06:20:54.467805Z",
            "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.7141604,
                    60.2030074
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanrinne 11, Espoo",
                "sv": "Ymmerstabranten 11, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanrinne 11",
                "sv": "Ymmerstabranten 11"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanrinne_11_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanrinne_13_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-23T06:20:55.665493Z",
            "last_modified_time": "2023-09-23T06:20:55.665510Z",
            "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.7145542,
                    60.2033403
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanrinne 13, Espoo",
                "sv": "Ymmerstabranten 13, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanrinne 13",
                "sv": "Ymmerstabranten 13"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanrinne_13_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanrinne_15_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-23T06:20:57.163562Z",
            "last_modified_time": "2023-09-23T06:20:57.163578Z",
            "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.7141047,
                    60.2031868
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanrinne 15, Espoo",
                "sv": "Ymmerstabranten 15, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanrinne 15",
                "sv": "Ymmerstabranten 15"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanrinne_15_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanrinne_1_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-23T06:20:53.171872Z",
            "last_modified_time": "2023-09-23T06:20:53.171898Z",
            "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.7111222,
                    60.2019596
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanrinne 1, Espoo",
                "sv": "Ymmerstabranten 1, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanrinne 1",
                "sv": "Ymmerstabranten 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanrinne_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanrinne_2_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-23T06:20:58.961471Z",
            "last_modified_time": "2023-09-23T06:20:58.961488Z",
            "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.711697,
                    60.2022032
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanrinne 2, Espoo",
                "sv": "Ymmerstabranten 2, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanrinne 2",
                "sv": "Ymmerstabranten 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanrinne_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanrinne_3a_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-23T06:21:00.273597Z",
            "last_modified_time": "2023-09-23T06:21:00.273635Z",
            "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.7117346,
                    60.2020328
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanrinne 3a, Espoo",
                "sv": "Ymmerstabranten 3a, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanrinne 3a",
                "sv": "Ymmerstabranten 3a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanrinne_3a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanrinne_3b_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-23T06:21:01.763783Z",
            "last_modified_time": "2023-09-23T06:21:01.763801Z",
            "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.712095,
                    60.2020605
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanrinne 3b, Espoo",
                "sv": "Ymmerstabranten 3b, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanrinne 3b",
                "sv": "Ymmerstabranten 3b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanrinne_3b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanrinne_4_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-23T06:21:03.168442Z",
            "last_modified_time": "2023-09-23T06:21:03.168465Z",
            "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.7134963,
                    60.2026469
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanrinne 4, Espoo",
                "sv": "Ymmerstabranten 4, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanrinne 4",
                "sv": "Ymmerstabranten 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanrinne_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanrinne_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-23T06:21:04.162245Z",
            "last_modified_time": "2023-09-23T06:21:04.162261Z",
            "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.7128157,
                    60.2021249
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanrinne 5, Espoo",
                "sv": "Ymmerstabranten 5, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanrinne 5",
                "sv": "Ymmerstabranten 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanrinne_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanrinne_7_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-23T06:21:06.362063Z",
            "last_modified_time": "2023-09-23T06:21:06.362080Z",
            "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.7134816,
                    60.2022699
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanrinne 7, Espoo",
                "sv": "Ymmerstabranten 7, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanrinne 7",
                "sv": "Ymmerstabranten 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanrinne_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanrinne_9a_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-23T06:21:07.663215Z",
            "last_modified_time": "2023-09-23T06:21:07.663231Z",
            "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.7138766,
                    60.2024593
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanrinne 9a, Espoo",
                "sv": "Ymmerstabranten 9a, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanrinne 9a",
                "sv": "Ymmerstabranten 9a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanrinne_9a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanrinne_9b_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-23T06:21:08.566551Z",
            "last_modified_time": "2023-09-23T06:21:08.566569Z",
            "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.7141269,
                    60.2027111
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Ymmerstanrinne 9b, Espoo",
                "sv": "Ymmerstabranten 9b, Esbo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Ymmerstanrinne 9b",
                "sv": "Ymmerstabranten 9b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanrinne_9b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yrityspiha_1_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                }
            ],
            "created_time": "2023-08-27T06:15:27.477313Z",
            "last_modified_time": "2023-08-27T06:15:27.477333Z",
            "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.8608291,
                    60.2375104
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yrityspiha 1, Helsinki",
                "sv": "Företagsgården 1, Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Yrityspiha 1",
                "sv": "Företagsgården 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrityspiha_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yrityspiha_2_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                }
            ],
            "created_time": "2023-08-27T06:15:29.874434Z",
            "last_modified_time": "2023-08-27T06:15:29.874454Z",
            "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.8599614,
                    60.2378236
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yrityspiha 2, Helsinki",
                "sv": "Företagsgården 2, Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Yrityspiha 2",
                "sv": "Företagsgården 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrityspiha_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yrityspiha_4_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                }
            ],
            "created_time": "2023-08-27T06:15:31.073576Z",
            "last_modified_time": "2023-08-27T06:15:31.073596Z",
            "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.8602857,
                    60.2379586
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yrityspiha 4, Helsinki",
                "sv": "Företagsgården 4, Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Yrityspiha 4",
                "sv": "Företagsgården 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrityspiha_4_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yrityspiha_5_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                }
            ],
            "created_time": "2023-08-27T06:15:31.972776Z",
            "last_modified_time": "2023-08-27T06:15:31.972793Z",
            "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.8614066,
                    60.2375558
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yrityspiha 5, Helsinki",
                "sv": "Företagsgården 5, Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Yrityspiha 5",
                "sv": "Företagsgården 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrityspiha_5_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}