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

{
    "meta": {
        "count": 151434,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7441&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7439&show_all_places=true"
    },
    "data": [
        {
            "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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 28",
                "sv": "Samhällsvägen 28"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 28, Helsinki",
                "sv": "Samhällsvägen 28, Helsingfors"
            },
            "telephone": null,
            "@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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 29-31",
                "sv": "Samhällsvägen 29-31"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 29-31, Helsinki",
                "sv": "Samhällsvägen 29-31, Helsingfors"
            },
            "telephone": null,
            "@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": "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: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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 2",
                "sv": "Samhällsvägen 2"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 2, Helsinki",
                "sv": "Samhällsvägen 2, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_30_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri: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:39.085033Z",
            "last_modified_time": "2023-08-26T06:40:39.085050Z",
            "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.9586206,
                    60.2432403
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 30",
                "sv": "Samhällsvägen 30"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 30, Helsinki",
                "sv": "Samhällsvägen 30, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_30_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_32_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri: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:40.085268Z",
            "last_modified_time": "2023-08-26T06:40:40.085287Z",
            "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.9584395,
                    60.2436442
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 32",
                "sv": "Samhällsvägen 32"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 32, Helsinki",
                "sv": "Samhällsvägen 32, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_32_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_33-37_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:40.689837Z",
            "last_modified_time": "2023-08-26T06:40:40.689856Z",
            "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.9592474,
                    60.2473512
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 33-37",
                "sv": "Samhällsvägen 33-37"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 33-37, Helsinki",
                "sv": "Samhällsvägen 33-37, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_33-37_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_39_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri: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:41.179500Z",
            "last_modified_time": "2023-08-26T06:40:41.179518Z",
            "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.9586148,
                    60.2478177
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 39",
                "sv": "Samhällsvägen 39"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 39, Helsinki",
                "sv": "Samhällsvägen 39, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_39_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_3a_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:37.685958Z",
            "last_modified_time": "2023-08-26T06:40:37.685976Z",
            "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.9614406,
                    60.2402075
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 3a",
                "sv": "Samhällsvägen 3a"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 3a, Helsinki",
                "sv": "Samhällsvägen 3a, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_3a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_3b_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:38.280879Z",
            "last_modified_time": "2023-08-26T06:40:38.280897Z",
            "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.9610796,
                    60.2401087
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 3b",
                "sv": "Samhällsvägen 3b"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 3b, Helsinki",
                "sv": "Samhällsvägen 3b, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_3b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_40_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri: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:42.593003Z",
            "last_modified_time": "2023-08-26T06:40:42.593021Z",
            "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.9575338,
                    60.2460223
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 40",
                "sv": "Samhällsvägen 40"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 40, Helsinki",
                "sv": "Samhällsvägen 40, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_40_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_41_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri: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:43.680281Z",
            "last_modified_time": "2023-08-26T06:40:43.680297Z",
            "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.9588852,
                    60.2481768
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 41",
                "sv": "Samhällsvägen 41"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 41, Helsinki",
                "sv": "Samhällsvägen 41, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_41_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_42_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri: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:43.990481Z",
            "last_modified_time": "2023-08-26T06:40:43.990499Z",
            "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.9577142,
                    60.2461121
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 42",
                "sv": "Samhällsvägen 42"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 42, Helsinki",
                "sv": "Samhällsvägen 42, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_42_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_43_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:44.495509Z",
            "last_modified_time": "2023-08-26T06:40:44.495525Z",
            "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.958596,
                    60.2484011
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 43",
                "sv": "Samhällsvägen 43"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 43, Helsinki",
                "sv": "Samhällsvägen 43, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_43_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_44_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:44.996377Z",
            "last_modified_time": "2023-08-26T06:40:44.996394Z",
            "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.9570815,
                    60.2466953
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 44",
                "sv": "Samhällsvägen 44"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 44, Helsinki",
                "sv": "Samhällsvägen 44, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_44_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_45_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:45.389842Z",
            "last_modified_time": "2023-08-26T06:40:45.389860Z",
            "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.9588119,
                    60.2490295
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 45",
                "sv": "Samhällsvägen 45"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 45, Helsinki",
                "sv": "Samhällsvägen 45, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_45_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_46_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:45.909281Z",
            "last_modified_time": "2023-08-26T06:40:45.909299Z",
            "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.9575324,
                    60.2470994
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 46",
                "sv": "Samhällsvägen 46"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 46, Helsinki",
                "sv": "Samhällsvägen 46, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_46_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_47_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:46.240089Z",
            "last_modified_time": "2023-08-26T06:40:46.240108Z",
            "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.9587208,
                    60.2496577
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 47",
                "sv": "Samhällsvägen 47"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 47, Helsinki",
                "sv": "Samhällsvägen 47, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_47_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_48_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:46.582608Z",
            "last_modified_time": "2023-08-26T06:40:46.582625Z",
            "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.9575316,
                    60.2476828
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 48",
                "sv": "Samhällsvägen 48"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 48, Helsinki",
                "sv": "Samhällsvägen 48, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_48_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_49_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:47.997122Z",
            "last_modified_time": "2023-08-26T06:40:47.997139Z",
            "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.9580885,
                    60.2499268
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 49",
                "sv": "Samhällsvägen 49"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 49, Helsinki",
                "sv": "Samhällsvägen 49, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_49_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yhdyskunnantie_4_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:41.599953Z",
            "last_modified_time": "2023-08-26T06:40:41.599972Z",
            "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.9613517,
                    60.2390048
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Yhdyskunnantie 4",
                "sv": "Samhällsvägen 4"
            },
            "description": null,
            "name": {
                "fi": "Yhdyskunnantie 4, Helsinki",
                "sv": "Samhällsvägen 4, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yhdyskunnantie_4_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}