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

{
    "meta": {
        "count": 151705,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7395&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7393&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vuorilinnakkeenpolku_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:02.369953Z",
            "last_modified_time": "2023-08-27T05:58:02.369971Z",
            "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.9061335,
                    60.2448202
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeenpolku 4, Helsinki",
                "sv": "Bergfortsstigen 4, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeenpolku 4",
                "sv": "Bergfortsstigen 4"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeenpolku_4_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:04.166003Z",
            "last_modified_time": "2023-08-27T05:58:04.166026Z",
            "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.9025571,
                    60.2453561
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 10, Helsinki",
                "sv": "Bergfortsvägen 10, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 10",
                "sv": "Bergfortsvägen 10"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_10_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_11a_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:05.491636Z",
            "last_modified_time": "2023-08-27T05:58:05.491656Z",
            "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.9022884,
                    60.2446379
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 11a, Helsinki",
                "sv": "Bergfortsvägen 11a, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 11a",
                "sv": "Bergfortsvägen 11a"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_11a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_11b_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:05.683480Z",
            "last_modified_time": "2023-08-27T05:58:05.683498Z",
            "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.9023788,
                    60.2445931
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 11b, Helsinki",
                "sv": "Bergfortsvägen 11b, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 11b",
                "sv": "Bergfortsvägen 11b"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_11b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:04.964596Z",
            "last_modified_time": "2023-08-27T05:58:04.964613Z",
            "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.9024684,
                    60.2448175
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 11, Helsinki",
                "sv": "Bergfortsvägen 11, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 11",
                "sv": "Bergfortsvägen 11"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_11_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:06.564894Z",
            "last_modified_time": "2023-08-27T05:58:06.564910Z",
            "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.9030089,
                    60.2452218
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 12, Helsinki",
                "sv": "Bergfortsvägen 12, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 12",
                "sv": "Bergfortsvägen 12"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_12_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_13a_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:08.467638Z",
            "last_modified_time": "2023-08-27T05:58:08.467655Z",
            "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.9029922,
                    60.2447641
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 13a, Helsinki",
                "sv": "Bergfortsvägen 13a, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 13a",
                "sv": "Bergfortsvägen 13a"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_13a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_13b_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:10.371494Z",
            "last_modified_time": "2023-08-27T05:58:10.371511Z",
            "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.9028665,
                    60.2445127
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 13b, Helsinki",
                "sv": "Bergfortsvägen 13b, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 13b",
                "sv": "Bergfortsvägen 13b"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_13b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:11.664792Z",
            "last_modified_time": "2023-08-27T05:58:11.664809Z",
            "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.9035509,
                    60.2450876
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 14, Helsinki",
                "sv": "Bergfortsvägen 14, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 14",
                "sv": "Bergfortsvägen 14"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_14_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:12.574482Z",
            "last_modified_time": "2023-08-27T05:58:12.574525Z",
            "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.9047263,
                    60.2444602
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 15, Helsinki",
                "sv": "Bergfortsvägen 15, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 15",
                "sv": "Bergfortsvägen 15"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_15_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:13.672038Z",
            "last_modified_time": "2023-08-27T05:58:13.672056Z",
            "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.9040753,
                    60.2448097
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 16, Helsinki",
                "sv": "Bergfortsvägen 16, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 16",
                "sv": "Bergfortsvägen 16"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_16_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:15.270297Z",
            "last_modified_time": "2023-08-27T05:58:15.270316Z",
            "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.9044185,
                    60.2447561
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 18, Helsinki",
                "sv": "Bergfortsvägen 18, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 18",
                "sv": "Bergfortsvägen 18"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_18_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:03.177651Z",
            "last_modified_time": "2023-08-27T05:58:03.177671Z",
            "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.9002116,
                    60.2448158
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 1, Helsinki",
                "sv": "Bergfortsvägen 1, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 1",
                "sv": "Bergfortsvägen 1"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:18.594011Z",
            "last_modified_time": "2023-08-27T05:58:18.594029Z",
            "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.9047616,
                    60.2447474
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 20, Helsinki",
                "sv": "Bergfortsvägen 20, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 20",
                "sv": "Bergfortsvägen 20"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_20_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:19.671560Z",
            "last_modified_time": "2023-08-27T05:58:19.671580Z",
            "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.9052133,
                    60.24464
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 22, Helsinki",
                "sv": "Bergfortsvägen 22, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 22",
                "sv": "Bergfortsvägen 22"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_22_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:17.173861Z",
            "last_modified_time": "2023-08-27T05:58:17.173880Z",
            "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.8990554,
                    60.2450573
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 2, Helsinki",
                "sv": "Bergfortsvägen 2, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 2",
                "sv": "Bergfortsvägen 2"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:21.169481Z",
            "last_modified_time": "2023-08-27T05:58:21.169499Z",
            "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.9005719,
                    60.2450854
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 3, Helsinki",
                "sv": "Bergfortsvägen 3, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 3",
                "sv": "Bergfortsvägen 3"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:23.367905Z",
            "last_modified_time": "2023-08-27T05:58:23.367923Z",
            "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.8995775,
                    60.2455334
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 4, Helsinki",
                "sv": "Bergfortsvägen 4, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 4",
                "sv": "Bergfortsvägen 4"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_4_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:24.772799Z",
            "last_modified_time": "2023-08-27T05:58:24.772817Z",
            "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.9008423,
                    60.2452202
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 5, Helsinki",
                "sv": "Bergfortsvägen 5, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 5",
                "sv": "Bergfortsvägen 5"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_5_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_6a_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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:25.777329Z",
            "last_modified_time": "2023-08-27T05:58:25.777347Z",
            "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.9004625,
                    60.2454264
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "name": {
                "fi": "Vuorilinnakkeentie 6a, Helsinki",
                "sv": "Bergfortsvägen 6a, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vuorilinnakkeentie 6a",
                "sv": "Bergfortsvägen 6a"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_6a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}