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

{
    "meta": {
        "count": 151549,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7306&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7304&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vilhonvuorenkatu_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:04.005197Z",
            "last_modified_time": "2023-08-28T06:06:04.005217Z",
            "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.9640257,
                    60.187433
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkatu 3, Helsinki",
                "sv": "Vilhelmsbergsgatan 3, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkatu 3",
                "sv": "Vilhelmsbergsgatan 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkatu_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkatu_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:04.709376Z",
            "last_modified_time": "2023-08-28T06:06:04.709399Z",
            "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.9645305,
                    60.1872805
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkatu 5, Helsinki",
                "sv": "Vilhelmsbergsgatan 5, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkatu 5",
                "sv": "Vilhelmsbergsgatan 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkatu_5_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkatu_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:05.501270Z",
            "last_modified_time": "2023-08-28T06:06:05.501289Z",
            "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.9654674,
                    60.187559
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkatu 6, Helsinki",
                "sv": "Vilhelmsbergsgatan 6, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkatu 6",
                "sv": "Vilhelmsbergsgatan 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkatu_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkatu_7-9_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:06.708569Z",
            "last_modified_time": "2023-08-28T06:06:06.708593Z",
            "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.9650535,
                    60.1869665
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkatu 7-9, Helsinki",
                "sv": "Vilhelmsbergsgatan 7-9, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkatu 7-9",
                "sv": "Vilhelmsbergsgatan 7-9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkatu_7-9_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkatu_8_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:07.999773Z",
            "last_modified_time": "2023-08-28T06:06:07.999792Z",
            "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.9661886,
                    60.1873079
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkatu 8, Helsinki",
                "sv": "Vilhelmsbergsgatan 8, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkatu 8",
                "sv": "Vilhelmsbergsgatan 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkatu_8_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkatu_9a_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:09.004702Z",
            "last_modified_time": "2023-08-28T06:06:09.004723Z",
            "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.9641709,
                    60.1864816
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkatu 9a, Helsinki",
                "sv": "Vilhelmsbergsgatan 9a, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkatu 9a",
                "sv": "Vilhelmsbergsgatan 9a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkatu_9a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkuja_10_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:09.923468Z",
            "last_modified_time": "2023-08-28T06:06:09.923498Z",
            "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.9622417,
                    60.1872081
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkuja 10, Helsinki",
                "sv": "Vilhelmsbergsgränd 10, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkuja 10",
                "sv": "Vilhelmsbergsgränd 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkuja_10_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkuja_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:10.130687Z",
            "last_modified_time": "2023-08-28T06:06:10.130715Z",
            "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.9625478,
                    60.1873967
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkuja 12, Helsinki",
                "sv": "Vilhelmsbergsgränd 12, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkuja 12",
                "sv": "Vilhelmsbergsgränd 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkuja_12_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkuja_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:10.529262Z",
            "last_modified_time": "2023-08-28T06:06:10.529289Z",
            "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.9635209,
                    60.1875944
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkuja 14, Helsinki",
                "sv": "Vilhelmsbergsgränd 14, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkuja 14",
                "sv": "Vilhelmsbergsgränd 14"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkuja_14_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkuja_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:11.003901Z",
            "last_modified_time": "2023-08-28T06:06:11.003919Z",
            "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.9640257,
                    60.187433
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkuja 16, Helsinki",
                "sv": "Vilhelmsbergsgränd 16, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkuja 16",
                "sv": "Vilhelmsbergsgränd 16"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkuja_16_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkuja_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:11.797974Z",
            "last_modified_time": "2023-08-28T06:06:11.797994Z",
            "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.9645305,
                    60.1872805
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkuja 18, Helsinki",
                "sv": "Vilhelmsbergsgränd 18, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkuja 18",
                "sv": "Vilhelmsbergsgränd 18"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkuja_18_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkuja_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:13.994344Z",
            "last_modified_time": "2023-08-28T06:06:13.994363Z",
            "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.9653238,
                    60.1869935
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkuja 20, Helsinki",
                "sv": "Vilhelmsbergsgränd 20, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkuja 20",
                "sv": "Vilhelmsbergsgränd 20"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkuja_20_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkuja_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:12.717167Z",
            "last_modified_time": "2023-08-28T06:06:12.717195Z",
            "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.9630901,
                    60.1860236
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkuja 2, Helsinki",
                "sv": "Vilhelmsbergsgränd 2, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkuja 2",
                "sv": "Vilhelmsbergsgränd 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkuja_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkuja_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:15.099792Z",
            "last_modified_time": "2023-08-28T06:06:15.099810Z",
            "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.9624227,
                    60.1864632
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkuja 4, Helsinki",
                "sv": "Vilhelmsbergsgränd 4, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkuja 4",
                "sv": "Vilhelmsbergsgränd 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkuja_4_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkuja_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:16.097749Z",
            "last_modified_time": "2023-08-28T06:06:16.097769Z",
            "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.9623144,
                    60.1866337
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkuja 6, Helsinki",
                "sv": "Vilhelmsbergsgränd 6, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkuja 6",
                "sv": "Vilhelmsbergsgränd 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkuja_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkuja_8_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:16.712013Z",
            "last_modified_time": "2023-08-28T06:06:16.712032Z",
            "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.9620978,
                    60.1869298
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilhonvuorenkuja 8, Helsinki",
                "sv": "Vilhelmsbergsgränd 8, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vilhonvuorenkuja 8",
                "sv": "Vilhelmsbergsgränd 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkuja_8_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viljakuja_1_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:30:54.235265Z",
            "last_modified_time": "2023-09-08T06:30:54.235283Z",
            "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.0588837,
                    60.2991498
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "name": {
                "fi": "Viljakuja 1, Vantaa",
                "sv": "Sädesgränden 1, Vanda"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viljakuja 1",
                "sv": "Sädesgränden 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viljakuja_1_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viljakuja_2_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:30:54.535569Z",
            "last_modified_time": "2023-09-08T06:30:54.535587Z",
            "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.0585766,
                    60.2993474
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "name": {
                "fi": "Viljakuja 2, Vantaa",
                "sv": "Sädesgränden 2, Vanda"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viljakuja 2",
                "sv": "Sädesgränden 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viljakuja_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viljatie_1_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ylä-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ylä-Malmi",
                        "sv": "Övre Malm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:16.936528Z",
            "last_modified_time": "2023-08-28T06:06:16.936548Z",
            "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.0134182,
                    60.2534869
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Viljatie 1, Helsinki",
                "sv": "Spannmålsvägen 1, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viljatie 1",
                "sv": "Spannmålsvägen 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viljatie_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viljatie_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ylä-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ylä-Malmi",
                        "sv": "Övre Malm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:17.506645Z",
            "last_modified_time": "2023-08-28T06:06:17.506704Z",
            "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.0121719,
                    60.2529844
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Viljatie 2, Helsinki",
                "sv": "Spannmålsvägen 2, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viljatie 2",
                "sv": "Spannmålsvägen 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viljatie_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}