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

{
    "meta": {
        "count": 151410,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7415&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7413&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:välitalontie_24_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:46:51.000096Z",
            "last_modified_time": "2023-08-28T05:46:51.000116Z",
            "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.9392242,
                    60.2467691
                ]
            },
            "street_address": {
                "fi": "Välitalontie 24",
                "sv": "Mellangårdsvägen 24"
            },
            "name": {
                "fi": "Välitalontie 24, Helsinki",
                "sv": "Mellangårdsvägen 24, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_24_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_25-27_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:46:53.400965Z",
            "last_modified_time": "2023-08-28T05:46:53.400983Z",
            "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.9382304,
                    60.2471905
                ]
            },
            "street_address": {
                "fi": "Välitalontie 25-27",
                "sv": "Mellangårdsvägen 25-27"
            },
            "name": {
                "fi": "Välitalontie 25-27, Helsinki",
                "sv": "Mellangårdsvägen 25-27, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_25-27_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_25_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:46:52.007482Z",
            "last_modified_time": "2023-08-28T05:46:52.007506Z",
            "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.938302,
                    60.2475047
                ]
            },
            "street_address": {
                "fi": "Välitalontie 25",
                "sv": "Mellangårdsvägen 25"
            },
            "name": {
                "fi": "Välitalontie 25, Helsinki",
                "sv": "Mellangårdsvägen 25, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_25_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_26_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:46:55.604537Z",
            "last_modified_time": "2023-08-28T05:46:55.604558Z",
            "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.9383212,
                    60.2469213
                ]
            },
            "street_address": {
                "fi": "Välitalontie 26",
                "sv": "Mellangårdsvägen 26"
            },
            "name": {
                "fi": "Välitalontie 26, Helsinki",
                "sv": "Mellangårdsvägen 26, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_26_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_28_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:46:57.999890Z",
            "last_modified_time": "2023-08-28T05:46:57.999914Z",
            "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.9377255,
                    60.2468133
                ]
            },
            "street_address": {
                "fi": "Välitalontie 28",
                "sv": "Mellangårdsvägen 28"
            },
            "name": {
                "fi": "Välitalontie 28, Helsinki",
                "sv": "Mellangårdsvägen 28, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_28_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_29_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:46:59.398234Z",
            "last_modified_time": "2023-08-28T05:46:59.398260Z",
            "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.9374896,
                    60.2474146
                ]
            },
            "street_address": {
                "fi": "Välitalontie 29",
                "sv": "Mellangårdsvägen 29"
            },
            "name": {
                "fi": "Välitalontie 29, Helsinki",
                "sv": "Mellangårdsvägen 29, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_29_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_2a_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:46:42.494337Z",
            "last_modified_time": "2023-08-28T05:46:42.494356Z",
            "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.9469147,
                    60.2475982
                ]
            },
            "street_address": {
                "fi": "Välitalontie 2a",
                "sv": "Mellangårdsvägen 2a"
            },
            "name": {
                "fi": "Välitalontie 2a, Helsinki",
                "sv": "Mellangårdsvägen 2a, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_2a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_2_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:46:41.412082Z",
            "last_modified_time": "2023-08-28T05:46:41.412103Z",
            "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.9463726,
                    60.2478403
                ]
            },
            "street_address": {
                "fi": "Välitalontie 2",
                "sv": "Mellangårdsvägen 2"
            },
            "name": {
                "fi": "Välitalontie 2, Helsinki",
                "sv": "Mellangårdsvägen 2, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_30_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:47:00.416287Z",
            "last_modified_time": "2023-08-28T05:47:00.416307Z",
            "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.9370755,
                    60.246813
                ]
            },
            "street_address": {
                "fi": "Välitalontie 30",
                "sv": "Mellangårdsvägen 30"
            },
            "name": {
                "fi": "Välitalontie 30, Helsinki",
                "sv": "Mellangårdsvägen 30, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_30_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_31_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:47:01.898322Z",
            "last_modified_time": "2023-08-28T05:47:01.898348Z",
            "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.9368578,
                    60.2473335
                ]
            },
            "street_address": {
                "fi": "Välitalontie 31",
                "sv": "Mellangårdsvägen 31"
            },
            "name": {
                "fi": "Välitalontie 31, Helsinki",
                "sv": "Mellangårdsvägen 31, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_31_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_32_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:47:03.706399Z",
            "last_modified_time": "2023-08-28T05:47:03.706419Z",
            "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.9364257,
                    60.2467319
                ]
            },
            "street_address": {
                "fi": "Välitalontie 32",
                "sv": "Mellangårdsvägen 32"
            },
            "name": {
                "fi": "Välitalontie 32, Helsinki",
                "sv": "Mellangårdsvägen 32, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_32_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_34_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:47:05.013322Z",
            "last_modified_time": "2023-08-28T05:47:05.013349Z",
            "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.9358299,
                    60.2466868
                ]
            },
            "street_address": {
                "fi": "Välitalontie 34",
                "sv": "Mellangårdsvägen 34"
            },
            "name": {
                "fi": "Välitalontie 34, Helsinki",
                "sv": "Mellangårdsvägen 34, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_34_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_35_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:47:06.297200Z",
            "last_modified_time": "2023-08-28T05:47:06.297226Z",
            "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.9359733,
                    60.2472433
                ]
            },
            "street_address": {
                "fi": "Välitalontie 35",
                "sv": "Mellangårdsvägen 35"
            },
            "name": {
                "fi": "Välitalontie 35, Helsinki",
                "sv": "Mellangårdsvägen 35, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_35_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_36_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:47:07.998865Z",
            "last_modified_time": "2023-08-28T05:47:07.998885Z",
            "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.9352162,
                    60.2465967
                ]
            },
            "street_address": {
                "fi": "Välitalontie 36",
                "sv": "Mellangårdsvägen 36"
            },
            "name": {
                "fi": "Välitalontie 36, Helsinki",
                "sv": "Mellangårdsvägen 36, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_36_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_38_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:47:09.902501Z",
            "last_modified_time": "2023-08-28T05:47:09.902522Z",
            "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.9346205,
                    60.2465336
                ]
            },
            "street_address": {
                "fi": "Välitalontie 38",
                "sv": "Mellangårdsvägen 38"
            },
            "name": {
                "fi": "Välitalontie 38, Helsinki",
                "sv": "Mellangårdsvägen 38, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_38_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_39_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:47:12.100054Z",
            "last_modified_time": "2023-08-28T05:47:12.100076Z",
            "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.9350526,
                    60.2471352
                ]
            },
            "street_address": {
                "fi": "Välitalontie 39",
                "sv": "Mellangårdsvägen 39"
            },
            "name": {
                "fi": "Välitalontie 39, Helsinki",
                "sv": "Mellangårdsvägen 39, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_39_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_40_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:47:14.300990Z",
            "last_modified_time": "2023-08-28T05:47:14.301017Z",
            "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.9341875,
                    60.2463449
                ]
            },
            "street_address": {
                "fi": "Välitalontie 40",
                "sv": "Mellangårdsvägen 40"
            },
            "name": {
                "fi": "Välitalontie 40, Helsinki",
                "sv": "Mellangårdsvägen 40, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_40_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_41_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:47:15.216721Z",
            "last_modified_time": "2023-08-28T05:47:15.216746Z",
            "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.9344929,
                    60.247108
                ]
            },
            "street_address": {
                "fi": "Välitalontie 41",
                "sv": "Mellangårdsvägen 41"
            },
            "name": {
                "fi": "Välitalontie 41, Helsinki",
                "sv": "Mellangårdsvägen 41, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_41_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_42_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:47:16.113976Z",
            "last_modified_time": "2023-08-28T05:47:16.113997Z",
            "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.9338262,
                    60.2464345
                ]
            },
            "street_address": {
                "fi": "Välitalontie 42",
                "sv": "Mellangårdsvägen 42"
            },
            "name": {
                "fi": "Välitalontie 42, Helsinki",
                "sv": "Mellangårdsvägen 42, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_42_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_43_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T05:47:17.700358Z",
            "last_modified_time": "2023-08-28T05:47:17.700379Z",
            "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.9339334,
                    60.2470179
                ]
            },
            "street_address": {
                "fi": "Välitalontie 43",
                "sv": "Mellangårdsvägen 43"
            },
            "name": {
                "fi": "Välitalontie 43, Helsinki",
                "sv": "Mellangårdsvägen 43, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4litalontie_43_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}