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

{
    "meta": {
        "count": 152278,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7313&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7311&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:viikintie_20_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikinranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikinranta",
                        "sv": "Viksstranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:08.188689Z",
            "last_modified_time": "2023-08-26T06:36:08.188707Z",
            "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.9874075,
                    60.219632
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 20",
                "sv": "Viksvägen 20"
            },
            "name": {
                "fi": "Viikintie 20, Helsinki",
                "sv": "Viksvägen 20, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_20_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_21_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikinranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikinranta",
                        "sv": "Viksstranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:08.880864Z",
            "last_modified_time": "2023-08-26T06:36:08.880885Z",
            "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.9889049,
                    60.2196321
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 21",
                "sv": "Viksvägen 21"
            },
            "name": {
                "fi": "Viikintie 21, Helsinki",
                "sv": "Viksvägen 21, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_21_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_23_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikinranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikinranta",
                        "sv": "Viksstranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:09.886725Z",
            "last_modified_time": "2023-08-26T06:36:09.886767Z",
            "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.9893739,
                    60.2198745
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 23",
                "sv": "Viksvägen 23"
            },
            "name": {
                "fi": "Viikintie 23, Helsinki",
                "sv": "Viksvägen 23, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_23_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikinranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikinranta",
                        "sv": "Viksstranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:07.580827Z",
            "last_modified_time": "2023-08-26T06:36:07.580845Z",
            "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.9819603,
                    60.2175401
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 2",
                "sv": "Viksvägen 2"
            },
            "name": {
                "fi": "Viikintie 2, Helsinki",
                "sv": "Viksvägen 2, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_31_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikinranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikinranta",
                        "sv": "Viksstranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:15.484543Z",
            "last_modified_time": "2023-08-26T06:36:15.484561Z",
            "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.9963914,
                    60.2238869
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 31",
                "sv": "Viksvägen 31"
            },
            "name": {
                "fi": "Viikintie 31, Helsinki",
                "sv": "Viksvägen 31, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_31_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_33_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikinranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikinranta",
                        "sv": "Viksstranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:16.183341Z",
            "last_modified_time": "2023-08-26T06:36:16.183379Z",
            "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.9972755,
                    60.2235548
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 33",
                "sv": "Viksvägen 33"
            },
            "name": {
                "fi": "Viikintie 33, Helsinki",
                "sv": "Viksvägen 33, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_33_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_35_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikinranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikinranta",
                        "sv": "Viksstranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:16.783236Z",
            "last_modified_time": "2023-08-26T06:36:16.783254Z",
            "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.9983039,
                    60.223851
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 35",
                "sv": "Viksvägen 35"
            },
            "name": {
                "fi": "Viikintie 35, Helsinki",
                "sv": "Viksvägen 35, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_35_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_38_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:17.578055Z",
            "last_modified_time": "2023-08-26T06:36:17.578072Z",
            "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": [
                    25.0119449,
                    60.2248109
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 38",
                "sv": "Viksvägen 38"
            },
            "name": {
                "fi": "Viikintie 38, Helsinki",
                "sv": "Viksvägen 38, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_38_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikinranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikinranta",
                        "sv": "Viksstranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:14.484981Z",
            "last_modified_time": "2023-08-26T06:36:14.484998Z",
            "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.9825919,
                    60.2170914
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 3",
                "sv": "Viksvägen 3"
            },
            "name": {
                "fi": "Viikintie 3, Helsinki",
                "sv": "Viksvägen 3, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_40_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:17.942190Z",
            "last_modified_time": "2023-08-26T06:36:17.942225Z",
            "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": [
                    25.0129375,
                    60.2253493
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 40",
                "sv": "Viksvägen 40"
            },
            "name": {
                "fi": "Viikintie 40, Helsinki",
                "sv": "Viksvägen 40, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_40_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_42_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:18.476883Z",
            "last_modified_time": "2023-08-26T06:36:18.476901Z",
            "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": [
                    25.0139477,
                    60.2245863
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 42",
                "sv": "Viksvägen 42"
            },
            "name": {
                "fi": "Viikintie 42, Helsinki",
                "sv": "Viksvägen 42, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_42_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_44_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:19.581853Z",
            "last_modified_time": "2023-08-26T06:36:19.581871Z",
            "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": [
                    25.0158966,
                    60.2249989
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 44",
                "sv": "Viksvägen 44"
            },
            "name": {
                "fi": "Viikintie 44, Helsinki",
                "sv": "Viksvägen 44, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_44_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_45_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:20.392082Z",
            "last_modified_time": "2023-08-26T06:36:20.392099Z",
            "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": [
                    25.0153728,
                    60.223895
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 45",
                "sv": "Viksvägen 45"
            },
            "name": {
                "fi": "Viikintie 45, Helsinki",
                "sv": "Viksvägen 45, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_45_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_46_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:21.294669Z",
            "last_modified_time": "2023-08-26T06:36:21.294687Z",
            "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": [
                    25.0183145,
                    60.2250345
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 46",
                "sv": "Viksvägen 46"
            },
            "name": {
                "fi": "Viikintie 46, Helsinki",
                "sv": "Viksvägen 46, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_46_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_47_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:21.996588Z",
            "last_modified_time": "2023-08-26T06:36:21.996606Z",
            "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": [
                    25.0177548,
                    60.2243435
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 47",
                "sv": "Viksvägen 47"
            },
            "name": {
                "fi": "Viikintie 47, Helsinki",
                "sv": "Viksvägen 47, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_47_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_48_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:22.797051Z",
            "last_modified_time": "2023-08-26T06:36:22.797066Z",
            "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": [
                    25.0203349,
                    60.2243072
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 48",
                "sv": "Viksvägen 48"
            },
            "name": {
                "fi": "Viikintie 48, Helsinki",
                "sv": "Viksvägen 48, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_48_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_51_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:25.584126Z",
            "last_modified_time": "2023-08-26T06:36:25.584146Z",
            "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": [
                    25.0232031,
                    60.2232118
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 51",
                "sv": "Viksvägen 51"
            },
            "name": {
                "fi": "Viikintie 51, Helsinki",
                "sv": "Viksvägen 51, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_51_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_54_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:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:roihupelto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Roihupelto",
                        "sv": "Kasåkern"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:26.294556Z",
            "last_modified_time": "2023-08-26T06:36:26.294572Z",
            "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": [
                    25.0469996,
                    60.2092308
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 54",
                "sv": "Viksvägen 54"
            },
            "name": {
                "fi": "Viikintie 54, Helsinki",
                "sv": "Viksvägen 54, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_54_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_5_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikinranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikinranta",
                        "sv": "Viksstranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:24.891706Z",
            "last_modified_time": "2023-08-26T06:36:24.891724Z",
            "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.9845039,
                    60.2174327
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 5",
                "sv": "Viksvägen 5"
            },
            "name": {
                "fi": "Viikintie 5, Helsinki",
                "sv": "Viksvägen 5, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_5_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viikintie_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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikinranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikinranta",
                        "sv": "Viksstranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:27.182878Z",
            "last_modified_time": "2023-08-26T06:36:27.182896Z",
            "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.9835656,
                    60.2180519
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "street_address": {
                "fi": "Viikintie 6",
                "sv": "Viksvägen 6"
            },
            "name": {
                "fi": "Viikintie 6, Helsinki",
                "sv": "Viksvägen 6, Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}