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

{
    "meta": {
        "count": 151431,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7440&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7438&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:yhdyskunnantie_13a_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:23.907885Z",
            "last_modified_time": "2023-08-26T06:40:23.907904Z",
            "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.9605711,
                    60.2426575
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 13a, Helsinki",
                "sv": "Samhällsvägen 13a, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 13a",
                "sv": "Samhällsvägen 13a"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_13a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:23.496476Z",
            "last_modified_time": "2023-08-26T06:40:23.496494Z",
            "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.9611498,
                    60.2418499
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 13, Helsinki",
                "sv": "Samhällsvägen 13, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 13",
                "sv": "Samhällsvägen 13"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_13_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:24.296304Z",
            "last_modified_time": "2023-08-26T06:40:24.296322Z",
            "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.9593276,
                    60.2408621
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 14, Helsinki",
                "sv": "Samhällsvägen 14, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 14",
                "sv": "Samhällsvägen 14"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_14_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:24.691730Z",
            "last_modified_time": "2023-08-26T06:40:24.691779Z",
            "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.9595232,
                    60.2433303
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 15, Helsinki",
                "sv": "Samhällsvägen 15, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 15",
                "sv": "Samhällsvägen 15"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_15_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:25.187030Z",
            "last_modified_time": "2023-08-26T06:40:25.187049Z",
            "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.9591649,
                    60.2410415
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 16, Helsinki",
                "sv": "Samhällsvägen 16, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 16",
                "sv": "Samhällsvägen 16"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_16_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:26.295402Z",
            "last_modified_time": "2023-08-26T06:40:26.295419Z",
            "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.9595228,
                    60.2436445
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 17, Helsinki",
                "sv": "Samhällsvägen 17, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 17",
                "sv": "Samhällsvägen 17"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_17_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:27.591803Z",
            "last_modified_time": "2023-08-26T06:40:27.591822Z",
            "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.959255,
                    60.24123
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 18, Helsinki",
                "sv": "Samhällsvägen 18, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 18",
                "sv": "Samhällsvägen 18"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_18_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:28.090605Z",
            "last_modified_time": "2023-08-26T06:40:28.090622Z",
            "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.9604963,
                    60.2448116
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 19, Helsinki",
                "sv": "Samhällsvägen 19, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 19",
                "sv": "Samhällsvägen 19"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_19_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_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:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:patola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Patola",
                        "sv": "Dammen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:20.800043Z",
            "last_modified_time": "2023-08-26T06:40:20.800060Z",
            "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.9615853,
                    60.2399203
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 1, Helsinki",
                "sv": "Samhällsvägen 1, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 1",
                "sv": "Samhällsvägen 1"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:29.982688Z",
            "last_modified_time": "2023-08-26T06:40:29.982707Z",
            "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.9591644,
                    60.2414723
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 20, Helsinki",
                "sv": "Samhällsvägen 20, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 20",
                "sv": "Samhällsvägen 20"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_20_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_21_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:31.087521Z",
            "last_modified_time": "2023-08-26T06:40:31.087537Z",
            "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.9597916,
                    60.2452601
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 21, Helsinki",
                "sv": "Samhällsvägen 21, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 21",
                "sv": "Samhällsvägen 21"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_21_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:32.081877Z",
            "last_modified_time": "2023-08-26T06:40:32.081894Z",
            "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.9589834,
                    60.2418941
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 22, Helsinki",
                "sv": "Samhällsvägen 22, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 22",
                "sv": "Samhällsvägen 22"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_22_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_23-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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:32.692338Z",
            "last_modified_time": "2023-08-26T06:40:32.692355Z",
            "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.9587443,
                    60.2453944
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 23-25, Helsinki",
                "sv": "Samhällsvägen 23-25, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 23-25",
                "sv": "Samhällsvägen 23-25"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_23-25_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_24a_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:33.489605Z",
            "last_modified_time": "2023-08-26T06:40:33.489622Z",
            "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.9589831,
                    60.2421185
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 24a, Helsinki",
                "sv": "Samhällsvägen 24a, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 24a",
                "sv": "Samhällsvägen 24a"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_24a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_24b_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:34.691237Z",
            "last_modified_time": "2023-08-26T06:40:34.691258Z",
            "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.9588925,
                    60.2423877
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 24b, Helsinki",
                "sv": "Samhällsvägen 24b, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 24b",
                "sv": "Samhällsvägen 24b"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_24b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:35.781063Z",
            "last_modified_time": "2023-08-26T06:40:35.781080Z",
            "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.9587115,
                    60.2427018
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 26, Helsinki",
                "sv": "Samhällsvägen 26, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 26",
                "sv": "Samhällsvägen 26"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_26_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:36.301100Z",
            "last_modified_time": "2023-08-26T06:40:36.301119Z",
            "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.9589786,
                    60.2457086
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 27, Helsinki",
                "sv": "Samhällsvägen 27, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 27",
                "sv": "Samhällsvägen 27"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_27_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:36.717037Z",
            "last_modified_time": "2023-08-26T06:40:36.717059Z",
            "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.958621,
                    60.2429262
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 28, Helsinki",
                "sv": "Samhällsvägen 28, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 28",
                "sv": "Samhällsvägen 28"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_28_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_29-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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Ö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-26T06:40:37.105474Z",
            "last_modified_time": "2023-08-26T06:40:37.105492Z",
            "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.9583278,
                    60.2463098
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 29-31, Helsinki",
                "sv": "Samhällsvägen 29-31, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 29-31",
                "sv": "Samhällsvägen 29-31"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_29-31_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_2_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:patola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Patola",
                        "sv": "Dammen"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:28.795531Z",
            "last_modified_time": "2023-08-26T06:40:28.795548Z",
            "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.9621282,
                    60.2388075
                ]
            },
            "description": null,
            "telephone": null,
            "name": {
                "fi": "Yhdyskunnantie 2, Helsinki",
                "sv": "Samhällsvägen 2, Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 2",
                "sv": "Samhällsvägen 2"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}