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=7413&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=7414&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7412&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:välitalontie_111_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:30.296351Z",
            "last_modified_time": "2023-08-28T05:46:30.296372Z",
            "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.9139699,
                    60.2445831
                ]
            },
            "street_address": {
                "fi": "Välitalontie 111",
                "sv": "Mellangårdsvägen 111"
            },
            "name": {
                "fi": "Välitalontie 111, Helsinki",
                "sv": "Mellangårdsvägen 111, 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_111_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_113_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:31.013288Z",
            "last_modified_time": "2023-08-28T05:46:31.013307Z",
            "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.9133924,
                    60.244511
                ]
            },
            "street_address": {
                "fi": "Välitalontie 113",
                "sv": "Mellangårdsvägen 113"
            },
            "name": {
                "fi": "Välitalontie 113, Helsinki",
                "sv": "Mellangårdsvägen 113, 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_113_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_115_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:31.615297Z",
            "last_modified_time": "2023-08-28T05:46:31.615319Z",
            "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.9126885,
                    60.2444208
                ]
            },
            "street_address": {
                "fi": "Välitalontie 115",
                "sv": "Mellangårdsvägen 115"
            },
            "name": {
                "fi": "Välitalontie 115, Helsinki",
                "sv": "Mellangårdsvägen 115, 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_115_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_11_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:28.009024Z",
            "last_modified_time": "2023-08-28T05:46:28.009045Z",
            "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.9428873,
                    60.2480901
                ]
            },
            "street_address": {
                "fi": "Välitalontie 11",
                "sv": "Mellangårdsvägen 11"
            },
            "name": {
                "fi": "Välitalontie 11, Helsinki",
                "sv": "Mellangårdsvägen 11, 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_11_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_12_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:32.603569Z",
            "last_modified_time": "2023-08-28T05:46:32.603586Z",
            "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.9424189,
                    60.2474796
                ]
            },
            "street_address": {
                "fi": "Välitalontie 12",
                "sv": "Mellangårdsvägen 12"
            },
            "name": {
                "fi": "Välitalontie 12, Helsinki",
                "sv": "Mellangårdsvägen 12, 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_12_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_13_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:33.706236Z",
            "last_modified_time": "2023-08-28T05:46:33.706256Z",
            "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.94231,
                    60.2478027
                ]
            },
            "street_address": {
                "fi": "Välitalontie 13",
                "sv": "Mellangårdsvägen 13"
            },
            "name": {
                "fi": "Välitalontie 13, Helsinki",
                "sv": "Mellangårdsvägen 13, 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_13_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_14_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:34.410954Z",
            "last_modified_time": "2023-08-28T05:46:34.410972Z",
            "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.94195,
                    60.2471653
                ]
            },
            "street_address": {
                "fi": "Välitalontie 14",
                "sv": "Mellangårdsvägen 14"
            },
            "name": {
                "fi": "Välitalontie 14, Helsinki",
                "sv": "Mellangårdsvägen 14, 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_14_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_15_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:35.308175Z",
            "last_modified_time": "2023-08-28T05:46:35.308198Z",
            "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.9417323,
                    60.2477306
                ]
            },
            "street_address": {
                "fi": "Välitalontie 15",
                "sv": "Mellangårdsvägen 15"
            },
            "name": {
                "fi": "Välitalontie 15, Helsinki",
                "sv": "Mellangårdsvägen 15, 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_15_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_16_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:36.805100Z",
            "last_modified_time": "2023-08-28T05:46:36.805122Z",
            "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.9413901,
                    60.2472458
                ]
            },
            "street_address": {
                "fi": "Välitalontie 16",
                "sv": "Mellangårdsvägen 16"
            },
            "name": {
                "fi": "Välitalontie 16, Helsinki",
                "sv": "Mellangårdsvägen 16, 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_16_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_17_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:38.107932Z",
            "last_modified_time": "2023-08-28T05:46:38.107952Z",
            "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.9411546,
                    60.2476586
                ]
            },
            "street_address": {
                "fi": "Välitalontie 17",
                "sv": "Mellangårdsvägen 17"
            },
            "name": {
                "fi": "Välitalontie 17, Helsinki",
                "sv": "Mellangårdsvägen 17, 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_17_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_18_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:39.407295Z",
            "last_modified_time": "2023-08-28T05:46:39.407314Z",
            "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.9407944,
                    60.2471648
                ]
            },
            "street_address": {
                "fi": "Välitalontie 18",
                "sv": "Mellangårdsvägen 18"
            },
            "name": {
                "fi": "Välitalontie 18, Helsinki",
                "sv": "Mellangårdsvägen 18, 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_18_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_19_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:40.596752Z",
            "last_modified_time": "2023-08-28T05:46:40.596773Z",
            "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.9405588,
                    60.2476403
                ]
            },
            "street_address": {
                "fi": "Välitalontie 19",
                "sv": "Mellangårdsvägen 19"
            },
            "name": {
                "fi": "Välitalontie 19, Helsinki",
                "sv": "Mellangårdsvägen 19, 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_19_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_1_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:10.894951Z",
            "last_modified_time": "2023-08-28T05:46:10.894971Z",
            "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.9451803,
                    60.2481988
                ]
            },
            "street_address": {
                "fi": "Välitalontie 1",
                "sv": "Mellangårdsvägen 1"
            },
            "name": {
                "fi": "Välitalontie 1, Helsinki",
                "sv": "Mellangårdsvägen 1, 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_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_20_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:43.609184Z",
            "last_modified_time": "2023-08-28T05:46:43.609211Z",
            "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.940271,
                    60.2470389
                ]
            },
            "street_address": {
                "fi": "Välitalontie 20",
                "sv": "Mellangårdsvägen 20"
            },
            "name": {
                "fi": "Välitalontie 20, Helsinki",
                "sv": "Mellangårdsvägen 20, 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_20_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_21a_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:44.311290Z",
            "last_modified_time": "2023-08-28T05:46:44.311312Z",
            "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.9401618,
                    60.2474876
                ]
            },
            "street_address": {
                "fi": "Välitalontie 21a",
                "sv": "Mellangårdsvägen 21a"
            },
            "name": {
                "fi": "Välitalontie 21a, Helsinki",
                "sv": "Mellangårdsvägen 21a, 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_21a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_21b_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:45.099941Z",
            "last_modified_time": "2023-08-28T05:46:45.099958Z",
            "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.9397105,
                    60.2474515
                ]
            },
            "street_address": {
                "fi": "Välitalontie 21b",
                "sv": "Mellangårdsvägen 21b"
            },
            "name": {
                "fi": "Välitalontie 21b, Helsinki",
                "sv": "Mellangårdsvägen 21b, 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_21b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_21c_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:46.395420Z",
            "last_modified_time": "2023-08-28T05:46:46.395437Z",
            "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.9392953,
                    60.2473974
                ]
            },
            "street_address": {
                "fi": "Välitalontie 21c",
                "sv": "Mellangårdsvägen 21c"
            },
            "name": {
                "fi": "Välitalontie 21c, Helsinki",
                "sv": "Mellangårdsvägen 21c, 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_21c_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_22a_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:49.305884Z",
            "last_modified_time": "2023-08-28T05:46:49.305904Z",
            "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.9394944,
                    60.2471283
                ]
            },
            "street_address": {
                "fi": "Välitalontie 22a",
                "sv": "Mellangårdsvägen 22a"
            },
            "name": {
                "fi": "Välitalontie 22a, Helsinki",
                "sv": "Mellangårdsvägen 22a, 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_22a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_22_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:48.095038Z",
            "last_modified_time": "2023-08-28T05:46:48.095056Z",
            "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.9394765,
                    60.2470654
                ]
            },
            "street_address": {
                "fi": "Välitalontie 22",
                "sv": "Mellangårdsvägen 22"
            },
            "name": {
                "fi": "Välitalontie 22, Helsinki",
                "sv": "Mellangårdsvägen 22, 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_22_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välitalontie_23_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:46:50.203397Z",
            "last_modified_time": "2023-08-28T05:46:50.203415Z",
            "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.9391142,
                    60.2476846
                ]
            },
            "street_address": {
                "fi": "Välitalontie 23",
                "sv": "Mellangårdsvägen 23"
            },
            "name": {
                "fi": "Välitalontie 23, Helsinki",
                "sv": "Mellangårdsvägen 23, 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_23_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}