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

{
    "meta": {
        "count": 151439,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7322&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7320&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:violankatu_6_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:hermanninmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanninmäki",
                        "sv": "Hermanstadsbacken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:hermanni",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanni",
                        "sv": "Hermanstad"
                    }
                }
            ],
            "created_time": "2023-08-27T05:46:41.967662Z",
            "last_modified_time": "2023-08-27T05:46:41.967680Z",
            "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.964718,
                    60.1973241
                ]
            },
            "name": {
                "fi": "Violankatu 6, Helsinki",
                "sv": "Violagatan 6, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Violankatu 6",
                "sv": "Violagatan 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:violankatu_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:violankatu_7_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:hermanninmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanninmäki",
                        "sv": "Hermanstadsbacken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:hermanni",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanni",
                        "sv": "Hermanstad"
                    }
                }
            ],
            "created_time": "2023-08-27T05:46:43.059223Z",
            "last_modified_time": "2023-08-27T05:46:43.059242Z",
            "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.965079,
                    60.1968844
                ]
            },
            "name": {
                "fi": "Violankatu 7, Helsinki",
                "sv": "Violagatan 7, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Violankatu 7",
                "sv": "Violagatan 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:violankatu_7_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:violankuja_2_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:hermanninmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanninmäki",
                        "sv": "Hermanstadsbacken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:hermanni",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanni",
                        "sv": "Hermanstad"
                    }
                }
            ],
            "created_time": "2023-08-27T05:46:43.970668Z",
            "last_modified_time": "2023-08-27T05:46:43.970686Z",
            "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.9659077,
                    60.1974949
                ]
            },
            "name": {
                "fi": "Violankuja 2, Helsinki",
                "sv": "Violagränden 2, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Violankuja 2",
                "sv": "Violagränden 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:violankuja_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:violankuja_3_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:hermanninmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanninmäki",
                        "sv": "Hermanstadsbacken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:hermanni",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanni",
                        "sv": "Hermanstad"
                    }
                }
            ],
            "created_time": "2023-08-27T05:46:45.159115Z",
            "last_modified_time": "2023-08-27T05:46:45.159135Z",
            "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.9668453,
                    60.1974413
                ]
            },
            "name": {
                "fi": "Violankuja 3, Helsinki",
                "sv": "Violagränden 3, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Violankuja 3",
                "sv": "Violagränden 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:violankuja_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:violankuja_4_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:hermanninmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanninmäki",
                        "sv": "Hermanstadsbacken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:hermanni",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanni",
                        "sv": "Hermanstad"
                    }
                }
            ],
            "created_time": "2023-08-27T05:46:46.471818Z",
            "last_modified_time": "2023-08-27T05:46:46.471837Z",
            "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.9659071,
                    60.1980694
                ]
            },
            "name": {
                "fi": "Violankuja 4, Helsinki",
                "sv": "Violagränden 4, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Violankuja 4",
                "sv": "Violagränden 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:violankuja_4_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:violankuja_7_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:hermanninmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanninmäki",
                        "sv": "Hermanstadsbacken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:hermanni",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hermanni",
                        "sv": "Hermanstad"
                    }
                }
            ],
            "created_time": "2023-08-27T05:46:47.775963Z",
            "last_modified_time": "2023-08-27T05:46:47.775978Z",
            "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.9667546,
                    60.1979529
                ]
            },
            "name": {
                "fi": "Violankuja 7, Helsinki",
                "sv": "Violagränden 7, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Violankuja 7",
                "sv": "Violagränden 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:violankuja_7_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:violstigen-ruskeasuon_siirtolapuutarha_55_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vanha_ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanha Ruskeasuo",
                        "sv": "Gamla Brunakärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-27T05:46:48.867849Z",
            "last_modified_time": "2023-08-27T05:46:48.867867Z",
            "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.9007326,
                    60.2038796
                ]
            },
            "name": {
                "fi": "Violstigen - Ruskeasuon siirtolapuutarha 55, Helsinki",
                "sv": "Violstigen - Brunakärr koloniträdgård 55, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Violstigen - Ruskeasuon siirtolapuutarha 55",
                "sv": "Violstigen - Brunakärr koloniträdgård 55"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:violstigen-ruskeasuon_siirtolapuutarha_55_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:violstigen-ruskeasuon_siirtolapuutarha_80_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vanha_ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanha Ruskeasuo",
                        "sv": "Gamla Brunakärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-27T05:46:49.774577Z",
            "last_modified_time": "2023-08-27T05:46:49.774594Z",
            "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.9007149,
                    60.2037719
                ]
            },
            "name": {
                "fi": "Violstigen - Ruskeasuon siirtolapuutarha 80, Helsinki",
                "sv": "Violstigen - Brunakärr koloniträdgård 80, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Violstigen - Ruskeasuon siirtolapuutarha 80",
                "sv": "Violstigen - Brunakärr koloniträdgård 80"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:violstigen-ruskeasuon_siirtolapuutarha_80_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:violstigen-ruskeasuon_siirtolapuutarha_81_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vanha_ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanha Ruskeasuo",
                        "sv": "Gamla Brunakärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-27T05:46:50.969212Z",
            "last_modified_time": "2023-08-27T05:46:50.969230Z",
            "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.9008956,
                    60.2036463
                ]
            },
            "name": {
                "fi": "Violstigen - Ruskeasuon siirtolapuutarha 81, Helsinki",
                "sv": "Violstigen - Brunakärr koloniträdgård 81, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Violstigen - Ruskeasuon siirtolapuutarha 81",
                "sv": "Violstigen - Brunakärr koloniträdgård 81"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:violstigen-ruskeasuon_siirtolapuutarha_81_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:violstigen-ruskeasuon_siirtolapuutarha_82_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vanha_ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanha Ruskeasuo",
                        "sv": "Gamla Brunakärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-27T05:46:52.867728Z",
            "last_modified_time": "2023-08-27T05:46:52.867746Z",
            "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.9010944,
                    60.2035029
                ]
            },
            "name": {
                "fi": "Violstigen - Ruskeasuon siirtolapuutarha 82, Helsinki",
                "sv": "Violstigen - Brunakärr koloniträdgård 82, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Violstigen - Ruskeasuon siirtolapuutarha 82",
                "sv": "Violstigen - Brunakärr koloniträdgård 82"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:violstigen-ruskeasuon_siirtolapuutarha_82_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_10a_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:46:56.165383Z",
            "last_modified_time": "2023-08-27T05:46:56.165402Z",
            "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.9407173,
                    60.2098811
                ]
            },
            "name": {
                "fi": "Vipusentie 10a, Helsinki",
                "sv": "Vipunenvägen 10a, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vipusentie 10a",
                "sv": "Vipunenvägen 10a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_10a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_10b_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:46:57.269495Z",
            "last_modified_time": "2023-08-27T05:46:57.269512Z",
            "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.9406809,
                    60.2100785
                ]
            },
            "name": {
                "fi": "Vipusentie 10b, Helsinki",
                "sv": "Vipunenvägen 10b, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vipusentie 10b",
                "sv": "Vipunenvägen 10b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_10b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_11_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:46:58.659626Z",
            "last_modified_time": "2023-08-27T05:46:58.659642Z",
            "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.9412198,
                    60.2112635
                ]
            },
            "name": {
                "fi": "Vipusentie 11, Helsinki",
                "sv": "Vipunenvägen 11, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vipusentie 11",
                "sv": "Vipunenvägen 11"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_11_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_12_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:00.471205Z",
            "last_modified_time": "2023-08-27T05:47:00.471226Z",
            "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.940626,
                    60.2104824
                ]
            },
            "name": {
                "fi": "Vipusentie 12, Helsinki",
                "sv": "Vipunenvägen 12, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vipusentie 12",
                "sv": "Vipunenvägen 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_12_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_13_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:02.159799Z",
            "last_modified_time": "2023-08-27T05:47:02.159818Z",
            "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.9411473,
                    60.2114609
                ]
            },
            "name": {
                "fi": "Vipusentie 13, Helsinki",
                "sv": "Vipunenvägen 13, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vipusentie 13",
                "sv": "Vipunenvägen 13"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_13_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_14_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:03.576685Z",
            "last_modified_time": "2023-08-27T05:47:03.576704Z",
            "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.940283,
                    60.2106887
                ]
            },
            "name": {
                "fi": "Vipusentie 14, Helsinki",
                "sv": "Vipunenvägen 14, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vipusentie 14",
                "sv": "Vipunenvägen 14"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_14_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_15_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:04.969406Z",
            "last_modified_time": "2023-08-27T05:47:04.969427Z",
            "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.9410387,
                    60.2116583
                ]
            },
            "name": {
                "fi": "Vipusentie 15, Helsinki",
                "sv": "Vipunenvägen 15, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vipusentie 15",
                "sv": "Vipunenvägen 15"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_15_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_16_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:06.468034Z",
            "last_modified_time": "2023-08-27T05:47:06.468075Z",
            "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.9402285,
                    60.2108861
                ]
            },
            "name": {
                "fi": "Vipusentie 16, Helsinki",
                "sv": "Vipunenvägen 16, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vipusentie 16",
                "sv": "Vipunenvägen 16"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_16_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_17_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:07.865009Z",
            "last_modified_time": "2023-08-27T05:47:07.865027Z",
            "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.9410023,
                    60.2118558
                ]
            },
            "name": {
                "fi": "Vipusentie 17, Helsinki",
                "sv": "Vipunenvägen 17, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vipusentie 17",
                "sv": "Vipunenvägen 17"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_17_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_18_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:08.764547Z",
            "last_modified_time": "2023-08-27T05:47:08.764564Z",
            "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.940138,
                    60.2110656
                ]
            },
            "name": {
                "fi": "Vipusentie 18, Helsinki",
                "sv": "Vipunenvägen 18, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vipusentie 18",
                "sv": "Vipunenvägen 18"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_18_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}