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

{
    "meta": {
        "count": 151438,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7323&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7321&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vipusentie_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:46:55.077514Z",
            "last_modified_time": "2023-08-27T05:46:55.077530Z",
            "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.9429017,
                    60.2086614
                ]
            },
            "name": {
                "fi": "Vipusentie 1, Helsinki",
                "sv": "Vipunenvägen 1, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 1",
                "sv": "Vipunenvägen 1"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_20_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:11.162004Z",
            "last_modified_time": "2023-08-27T05:47:11.162020Z",
            "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.9400655,
                    60.211263
                ]
            },
            "name": {
                "fi": "Vipusentie 20, Helsinki",
                "sv": "Vipunenvägen 20, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 20",
                "sv": "Vipunenvägen 20"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_20_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_22_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:11.562197Z",
            "last_modified_time": "2023-08-27T05:47:11.562215Z",
            "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.9399749,
                    60.2114694
                ]
            },
            "name": {
                "fi": "Vipusentie 22, Helsinki",
                "sv": "Vipunenvägen 22, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 22",
                "sv": "Vipunenvägen 22"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_22_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_23_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:12.760835Z",
            "last_modified_time": "2023-08-27T05:47:12.760852Z",
            "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.9403877,
                    60.2126184
                ]
            },
            "name": {
                "fi": "Vipusentie 23, Helsinki",
                "sv": "Vipunenvägen 23, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 23",
                "sv": "Vipunenvägen 23"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_23_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_24_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:14.868892Z",
            "last_modified_time": "2023-08-27T05:47:14.868918Z",
            "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.9400646,
                    60.2117387
                ]
            },
            "name": {
                "fi": "Vipusentie 24, Helsinki",
                "sv": "Vipunenvägen 24, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 24",
                "sv": "Vipunenvägen 24"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_24_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_25_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:16.168759Z",
            "last_modified_time": "2023-08-27T05:47:16.168775Z",
            "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.9402068,
                    60.2129056
                ]
            },
            "name": {
                "fi": "Vipusentie 25, Helsinki",
                "sv": "Vipunenvägen 25, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 25",
                "sv": "Vipunenvägen 25"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_25_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_26_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:17.372797Z",
            "last_modified_time": "2023-08-27T05:47:17.372817Z",
            "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.9396849,
                    60.2122322
                ]
            },
            "name": {
                "fi": "Vipusentie 26, Helsinki",
                "sv": "Vipunenvägen 26, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 26",
                "sv": "Vipunenvägen 26"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_26_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_27_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:18.570025Z",
            "last_modified_time": "2023-08-27T05:47:18.570042Z",
            "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.9403146,
                    60.213121
                ]
            },
            "name": {
                "fi": "Vipusentie 27, Helsinki",
                "sv": "Vipunenvägen 27, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 27",
                "sv": "Vipunenvägen 27"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_27_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_28_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:20.063735Z",
            "last_modified_time": "2023-08-27T05:47:20.063755Z",
            "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.9395402,
                    60.2124565
                ]
            },
            "name": {
                "fi": "Vipusentie 28, Helsinki",
                "sv": "Vipunenvägen 28, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 28",
                "sv": "Vipunenvägen 28"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_28_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_29_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:22.067259Z",
            "last_modified_time": "2023-08-27T05:47:22.067276Z",
            "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.9399715,
                    60.2133273
                ]
            },
            "name": {
                "fi": "Vipusentie 29, Helsinki",
                "sv": "Vipunenvägen 29, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 29",
                "sv": "Vipunenvägen 29"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_29_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:10.470892Z",
            "last_modified_time": "2023-08-27T05:47:10.470910Z",
            "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.9411349,
                    60.2083106
                ]
            },
            "name": {
                "fi": "Vipusentie 2, Helsinki",
                "sv": "Vipunenvägen 2, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 2",
                "sv": "Vipunenvägen 2"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_30_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:24.366581Z",
            "last_modified_time": "2023-08-27T05:47:24.366601Z",
            "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.9394497,
                    60.2126539
                ]
            },
            "name": {
                "fi": "Vipusentie 30, Helsinki",
                "sv": "Vipunenvägen 30, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 30",
                "sv": "Vipunenvägen 30"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_30_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_32_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:25.082324Z",
            "last_modified_time": "2023-08-27T05:47:25.082344Z",
            "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.939287,
                    60.2128603
                ]
            },
            "name": {
                "fi": "Vipusentie 32, Helsinki",
                "sv": "Vipunenvägen 32, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 32",
                "sv": "Vipunenvägen 32"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_32_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_34_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:25.661609Z",
            "last_modified_time": "2023-08-27T05:47:25.661626Z",
            "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.9391422,
                    60.2130936
                ]
            },
            "name": {
                "fi": "Vipusentie 34, Helsinki",
                "sv": "Vipunenvägen 34, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 34",
                "sv": "Vipunenvägen 34"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_34_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_3_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:23.564744Z",
            "last_modified_time": "2023-08-27T05:47:23.564767Z",
            "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.9422699,
                    60.2089932
                ]
            },
            "name": {
                "fi": "Vipusentie 3, Helsinki",
                "sv": "Vipunenvägen 3, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 3",
                "sv": "Vipunenvägen 3"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_4a_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:27.566336Z",
            "last_modified_time": "2023-08-27T05:47:27.566354Z",
            "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.9412424,
                    60.2087235
                ]
            },
            "name": {
                "fi": "Vipusentie 4a, Helsinki",
                "sv": "Vipunenvägen 4a, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 4a",
                "sv": "Vipunenvägen 4a"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_4a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_4b_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:28.477465Z",
            "last_modified_time": "2023-08-27T05:47:28.477489Z",
            "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.941242,
                    60.2089209
                ]
            },
            "name": {
                "fi": "Vipusentie 4b, Helsinki",
                "sv": "Vipunenvägen 4b, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 4b",
                "sv": "Vipunenvägen 4b"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_4b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:26.366624Z",
            "last_modified_time": "2023-08-27T05:47:26.366641Z",
            "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.9414047,
                    60.2087325
                ]
            },
            "name": {
                "fi": "Vipusentie 4, Helsinki",
                "sv": "Vipunenvägen 4, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 4",
                "sv": "Vipunenvägen 4"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_4_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:29.260607Z",
            "last_modified_time": "2023-08-27T05:47:29.260626Z",
            "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.9421791,
                    60.2093432
                ]
            },
            "name": {
                "fi": "Vipusentie 5, Helsinki",
                "sv": "Vipunenvägen 5, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 5",
                "sv": "Vipunenvägen 5"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_5_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_6_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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:30.070203Z",
            "last_modified_time": "2023-08-27T05:47:30.070221Z",
            "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.9411872,
                    60.2093248
                ]
            },
            "name": {
                "fi": "Vipusentie 6, Helsinki",
                "sv": "Vipunenvägen 6, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 6",
                "sv": "Vipunenvägen 6"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}