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

{
    "meta": {
        "count": 152340,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7282&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7280&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vihdintie_100_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:07.257530Z",
            "last_modified_time": "2023-09-10T06:35:07.257545Z",
            "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.7178033,
                    60.3141842
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 100",
                "sv": "Vichtisvägen 100"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 100, Espoo",
                "sv": "Vichtisvägen 100, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_100_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_101_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:07.873608Z",
            "last_modified_time": "2023-09-10T06:35:07.873646Z",
            "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.6427236,
                    60.3268203
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 101",
                "sv": "Vichtisvägen 101"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 101, Espoo",
                "sv": "Vichtisvägen 101, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_101_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_102_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:08.390420Z",
            "last_modified_time": "2023-09-10T06:35:08.390436Z",
            "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.7176909,
                    60.3146237
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 102",
                "sv": "Vichtisvägen 102"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 102, Espoo",
                "sv": "Vichtisvägen 102, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_102_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_103_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:08.618142Z",
            "last_modified_time": "2023-09-10T06:35:08.618158Z",
            "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.6392436,
                    60.3272507
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 103",
                "sv": "Vichtisvägen 103"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 103, Espoo",
                "sv": "Vichtisvägen 103, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_103_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_105_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:08.774556Z",
            "last_modified_time": "2023-09-10T06:35:08.774577Z",
            "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.6379373,
                    60.3275254
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 105",
                "sv": "Vichtisvägen 105"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 105, Espoo",
                "sv": "Vichtisvägen 105, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_105_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_107_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:08.950261Z",
            "last_modified_time": "2023-09-10T06:35:08.950277Z",
            "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.6350883,
                    60.3281728
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 107",
                "sv": "Vichtisvägen 107"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 107, Espoo",
                "sv": "Vichtisvägen 107, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_107_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_110_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:09.350842Z",
            "last_modified_time": "2023-09-10T06:35:09.350857Z",
            "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.7107008,
                    60.3173641
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 110",
                "sv": "Vichtisvägen 110"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 110, Espoo",
                "sv": "Vichtisvägen 110, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_110_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_111_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:10.463517Z",
            "last_modified_time": "2023-09-10T06:35:10.463536Z",
            "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.626726,
                    60.3297293
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 111",
                "sv": "Vichtisvägen 111"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 111, Espoo",
                "sv": "Vichtisvägen 111, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_111_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_112_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:12.150245Z",
            "last_modified_time": "2023-09-10T06:35:12.150262Z",
            "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.7081293,
                    60.3175829
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 112",
                "sv": "Vichtisvägen 112"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 112, Espoo",
                "sv": "Vichtisvägen 112, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_112_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_113_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:13.254570Z",
            "last_modified_time": "2023-09-10T06:35:13.254585Z",
            "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.6207436,
                    60.3304932
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 113",
                "sv": "Vichtisvägen 113"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 113, Espoo",
                "sv": "Vichtisvägen 113, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_113_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_114_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:13.876460Z",
            "last_modified_time": "2023-09-10T06:35:13.876477Z",
            "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.7048336,
                    60.3178538
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 114",
                "sv": "Vichtisvägen 114"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 114, Espoo",
                "sv": "Vichtisvägen 114, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_114_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_115_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:14.350475Z",
            "last_modified_time": "2023-09-10T06:35:14.350494Z",
            "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.6126911,
                    60.3317714
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 115",
                "sv": "Vichtisvägen 115"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 115, Espoo",
                "sv": "Vichtisvägen 115, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_115_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_116_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:14.691542Z",
            "last_modified_time": "2023-09-10T06:35:14.691564Z",
            "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.7029685,
                    60.3180022
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 116",
                "sv": "Vichtisvägen 116"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 116, Espoo",
                "sv": "Vichtisvägen 116, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_116_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_117_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:14.849926Z",
            "last_modified_time": "2023-09-10T06:35:14.849942Z",
            "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.6086955,
                    60.3328547
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 117",
                "sv": "Vichtisvägen 117"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 117, Espoo",
                "sv": "Vichtisvägen 117, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_117_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_118_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:15.008291Z",
            "last_modified_time": "2023-09-10T06:35:15.008307Z",
            "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.7011213,
                    60.3181597
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 118",
                "sv": "Vichtisvägen 118"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 118, Espoo",
                "sv": "Vichtisvägen 118, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_118_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_11_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etelä-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etelä-Haaga",
                        "sv": "Södra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-26T06:41:21.385028Z",
            "last_modified_time": "2023-08-26T06:41:21.385044Z",
            "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.8885192,
                    60.2108617
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Vihdintie 11",
                "sv": "Vichtisvägen 11"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 11, Helsinki",
                "sv": "Vichtisvägen 11, Helsingfors"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_11_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_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:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etelä-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etelä-Haaga",
                        "sv": "Södra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-26T06:41:21.886346Z",
            "last_modified_time": "2023-08-26T06:41:21.886363Z",
            "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.8865501,
                    60.2117845
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Vihdintie 12",
                "sv": "Vichtisvägen 12"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 12, Helsinki",
                "sv": "Vichtisvägen 12, Helsingfors"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_12_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_132a_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:15.374291Z",
            "last_modified_time": "2023-09-10T06:35:15.374306Z",
            "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.6418217,
                    60.3265307
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 132a",
                "sv": "Vichtisvägen 132a"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 132a, Espoo",
                "sv": "Vichtisvägen 132a, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_132a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_132b_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:16.943516Z",
            "last_modified_time": "2023-09-10T06:35:16.943532Z",
            "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.6430064,
                    60.32578
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 132b",
                "sv": "Vichtisvägen 132b"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 132b, Espoo",
                "sv": "Vichtisvägen 132b, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_132b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_132c_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-10T06:35:18.450260Z",
            "last_modified_time": "2023-09-10T06:35:18.450276Z",
            "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.6411633,
                    60.3255058
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 132c",
                "sv": "Vichtisvägen 132c"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 132c, Espoo",
                "sv": "Vichtisvägen 132c, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_132c_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}