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

{
    "meta": {
        "count": 151553,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7292&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7290&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:viitankruununpolku_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-28T05:45:39.016920Z",
            "last_modified_time": "2023-08-28T05:45:39.016943Z",
            "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": [
                    25.1080498,
                    60.2315259
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununpolku 1",
                "sv": "Viitankruunustigen 1"
            },
            "name": {
                "fi": "Viitankruununpolku 1, Helsinki",
                "sv": "Viitankruunustigen 1, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununpolku_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununpolku_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-28T05:45:40.308008Z",
            "last_modified_time": "2023-08-28T05:45:40.308033Z",
            "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": [
                    25.1083739,
                    60.2313012
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununpolku 2",
                "sv": "Viitankruunustigen 2"
            },
            "name": {
                "fi": "Viitankruununpolku 2, Helsinki",
                "sv": "Viitankruunustigen 2, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununpolku_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununpolku_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-28T05:45:41.509398Z",
            "last_modified_time": "2023-08-28T05:45:41.509421Z",
            "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": [
                    25.1075811,
                    60.2316878
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununpolku 3",
                "sv": "Viitankruunustigen 3"
            },
            "name": {
                "fi": "Viitankruununpolku 3, Helsinki",
                "sv": "Viitankruunustigen 3, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununpolku_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununpolku_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-28T05:45:42.909002Z",
            "last_modified_time": "2023-08-28T05:45:42.909032Z",
            "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": [
                    25.1071661,
                    60.231724
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununpolku 4",
                "sv": "Viitankruunustigen 4"
            },
            "name": {
                "fi": "Viitankruununpolku 4, Helsinki",
                "sv": "Viitankruunustigen 4, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununpolku_4_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_10_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:49.361806Z",
            "last_modified_time": "2023-08-27T05:32:49.361826Z",
            "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": [
                    25.1075438,
                    60.2313288
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 10",
                "sv": "Viitankruunuvägen 10"
            },
            "name": {
                "fi": "Viitankruununtie 10, Helsinki",
                "sv": "Viitankruunuvägen 10, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_10_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_11_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:49.686878Z",
            "last_modified_time": "2023-08-27T05:32:49.686896Z",
            "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": [
                    25.1068228,
                    60.2316076
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 11",
                "sv": "Viitankruunuvägen 11"
            },
            "name": {
                "fi": "Viitankruununtie 11, Helsinki",
                "sv": "Viitankruunuvägen 11, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_11_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_12_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:50.363246Z",
            "last_modified_time": "2023-08-27T05:32:50.363265Z",
            "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": [
                    25.1080489,
                    60.2312566
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 12",
                "sv": "Viitankruunuvägen 12"
            },
            "name": {
                "fi": "Viitankruununtie 12, Helsinki",
                "sv": "Viitankruunuvägen 12, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_12_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_13_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:51.565475Z",
            "last_modified_time": "2023-08-27T05:32:51.565492Z",
            "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": [
                    25.1072914,
                    60.2314008
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 13",
                "sv": "Viitankruunuvägen 13"
            },
            "name": {
                "fi": "Viitankruununtie 13, Helsinki",
                "sv": "Viitankruunuvägen 13, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_13_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_14_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:53.565559Z",
            "last_modified_time": "2023-08-27T05:32:53.565579Z",
            "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": [
                    25.107796,
                    60.231176
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 14",
                "sv": "Viitankruunuvägen 14"
            },
            "name": {
                "fi": "Viitankruununtie 14, Helsinki",
                "sv": "Viitankruunuvägen 14, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_14_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_15_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:54.767063Z",
            "last_modified_time": "2023-08-27T05:32:54.767079Z",
            "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": [
                    25.1063349,
                    60.2314106
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 15",
                "sv": "Viitankruunuvägen 15"
            },
            "name": {
                "fi": "Viitankruununtie 15, Helsinki",
                "sv": "Viitankruunuvägen 15, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_15_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_16_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:55.662456Z",
            "last_modified_time": "2023-08-27T05:32:55.662474Z",
            "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": [
                    25.1074174,
                    60.231293
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 16",
                "sv": "Viitankruunuvägen 16"
            },
            "name": {
                "fi": "Viitankruununtie 16, Helsinki",
                "sv": "Viitankruunuvägen 16, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_16_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_17_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:56.374471Z",
            "last_modified_time": "2023-08-27T05:32:56.374487Z",
            "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": [
                    25.1068397,
                    60.2312486
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 17",
                "sv": "Viitankruunuvägen 17"
            },
            "name": {
                "fi": "Viitankruununtie 17, Helsinki",
                "sv": "Viitankruunuvägen 17, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_17_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_18_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:57.255446Z",
            "last_modified_time": "2023-08-27T05:32:57.255464Z",
            "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": [
                    25.1071825,
                    60.2312124
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 18",
                "sv": "Viitankruunuvägen 18"
            },
            "name": {
                "fi": "Viitankruununtie 18, Helsinki",
                "sv": "Viitankruunuvägen 18, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_18_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_19_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:58.367821Z",
            "last_modified_time": "2023-08-27T05:32:58.367841Z",
            "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": [
                    25.1065506,
                    60.2311501
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 19",
                "sv": "Viitankruunuvägen 19"
            },
            "name": {
                "fi": "Viitankruununtie 19, Helsinki",
                "sv": "Viitankruunuvägen 19, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_19_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:48.576981Z",
            "last_modified_time": "2023-08-27T05:32:48.576999Z",
            "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": [
                    25.1089375,
                    60.2325304
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 1",
                "sv": "Viitankruunuvägen 1"
            },
            "name": {
                "fi": "Viitankruununtie 1, Helsinki",
                "sv": "Viitankruunuvägen 1, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:33:00.369398Z",
            "last_modified_time": "2023-08-27T05:33:00.369415Z",
            "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": [
                    25.1074706,
                    60.2310147
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 20",
                "sv": "Viitankruunuvägen 20"
            },
            "name": {
                "fi": "Viitankruununtie 20, Helsinki",
                "sv": "Viitankruunuvägen 20, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_20_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_21_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:33:01.358513Z",
            "last_modified_time": "2023-08-27T05:33:01.358534Z",
            "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": [
                    25.1061541,
                    60.231294
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 21",
                "sv": "Viitankruunuvägen 21"
            },
            "name": {
                "fi": "Viitankruununtie 21, Helsinki",
                "sv": "Viitankruunuvägen 21, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_21_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:33:02.560847Z",
            "last_modified_time": "2023-08-27T05:33:02.560866Z",
            "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": [
                    25.1072901,
                    60.2310059
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 22",
                "sv": "Viitankruunuvägen 22"
            },
            "name": {
                "fi": "Viitankruununtie 22, Helsinki",
                "sv": "Viitankruunuvägen 22, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_22_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:33:03.089244Z",
            "last_modified_time": "2023-08-27T05:33:03.089263Z",
            "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": [
                    25.1059912,
                    60.2311685
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 23",
                "sv": "Viitankruunuvägen 23"
            },
            "name": {
                "fi": "Viitankruununtie 23, Helsinki",
                "sv": "Viitankruunuvägen 23, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_23_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viitankruununtie_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vesala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vesala",
                        "sv": "Ärvings"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:33:03.363278Z",
            "last_modified_time": "2023-08-27T05:33:03.363299Z",
            "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": [
                    25.1069295,
                    60.2311229
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viitankruununtie 24",
                "sv": "Viitankruunuvägen 24"
            },
            "name": {
                "fi": "Viitankruununtie 24, Helsinki",
                "sv": "Viitankruunuvägen 24, Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viitankruununtie_24_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}