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

{
    "meta": {
        "count": 151419,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7436&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7434&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:westendintie_61a_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-13T06:28:13.278056Z",
            "last_modified_time": "2023-09-13T06:28:13.278084Z",
            "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.7985504,
                    60.1586801
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 61a",
                "sv": "Westendvägen 61a"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 61a, Espoo",
                "sv": "Westendvägen 61a, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_61a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_61_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-13T06:28:12.811860Z",
            "last_modified_time": "2023-09-13T06:28:12.811877Z",
            "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.7985666,
                    60.1589763
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 61",
                "sv": "Westendvägen 61"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 61, Espoo",
                "sv": "Westendvägen 61, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_61_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_62_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-13T06:28:14.372100Z",
            "last_modified_time": "2023-09-13T06:28:14.372118Z",
            "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.7905486,
                    60.1625361
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 62",
                "sv": "Westendvägen 62"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 62, Espoo",
                "sv": "Westendvägen 62, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_62_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_63_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-13T06:28:16.573827Z",
            "last_modified_time": "2023-09-13T06:28:16.573846Z",
            "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.7980643,
                    60.1586703
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 63",
                "sv": "Westendvägen 63"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 63, Espoo",
                "sv": "Westendvägen 63, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_63_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_64_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-13T06:28:18.387218Z",
            "last_modified_time": "2023-09-13T06:28:18.387237Z",
            "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.7902022,
                    60.1631907
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 64",
                "sv": "Westendvägen 64"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 64, Espoo",
                "sv": "Westendvägen 64, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_64_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_65_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-13T06:28:18.881181Z",
            "last_modified_time": "2023-09-13T06:28:18.881197Z",
            "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.7974883,
                    60.1586246
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 65",
                "sv": "Westendvägen 65"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 65, Espoo",
                "sv": "Westendvägen 65, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_65_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_66_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-13T06:28:19.472808Z",
            "last_modified_time": "2023-09-13T06:28:19.472826Z",
            "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.7900386,
                    60.1634328
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 66",
                "sv": "Westendvägen 66"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 66, Espoo",
                "sv": "Westendvägen 66, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_66_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_67a_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-13T06:28:19.875712Z",
            "last_modified_time": "2023-09-13T06:28:19.875730Z",
            "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.7968583,
                    60.1585877
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 67a",
                "sv": "Westendvägen 67a"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 67a, Espoo",
                "sv": "Westendvägen 67a, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_67a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_67b_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-13T06:28:20.392215Z",
            "last_modified_time": "2023-09-13T06:28:20.392233Z",
            "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.7967846,
                    60.1588658
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 67b",
                "sv": "Westendvägen 67b"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 67b, Espoo",
                "sv": "Westendvägen 67b, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_67b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_67c_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-13T06:28:21.488960Z",
            "last_modified_time": "2023-09-13T06:28:21.488979Z",
            "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.7963363,
                    60.158551
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 67c",
                "sv": "Westendvägen 67c"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 67c, Espoo",
                "sv": "Westendvägen 67c, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_67c_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_67d_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-13T06:28:22.866073Z",
            "last_modified_time": "2023-09-13T06:28:22.866097Z",
            "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.7964421,
                    60.1589192
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 67d",
                "sv": "Westendvägen 67d"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 67d, Espoo",
                "sv": "Westendvägen 67d, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_67d_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_69_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-13T06:28:24.488212Z",
            "last_modified_time": "2023-09-13T06:28:24.488239Z",
            "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.7959763,
                    60.1585325
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 69",
                "sv": "Westendvägen 69"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 69, Espoo",
                "sv": "Westendvägen 69, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_69_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_6_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-13T06:28:11.887330Z",
            "last_modified_time": "2023-09-13T06:28:11.887347Z",
            "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.8068526,
                    60.1677666
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 6",
                "sv": "Westendvägen 6"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 6, Espoo",
                "sv": "Westendvägen 6, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_71_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-13T06:28:25.144366Z",
            "last_modified_time": "2023-09-13T06:28:25.144394Z",
            "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.793834,
                    60.1584394
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 71",
                "sv": "Westendvägen 71"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 71, Espoo",
                "sv": "Westendvägen 71, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_71_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_73_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-13T06:28:26.173434Z",
            "last_modified_time": "2023-09-13T06:28:26.173455Z",
            "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.7932221,
                    60.1583846
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 73",
                "sv": "Westendvägen 73"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 73, Espoo",
                "sv": "Westendvägen 73, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_73_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_75_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-13T06:28:27.283017Z",
            "last_modified_time": "2023-09-13T06:28:27.283034Z",
            "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.79288,
                    60.1583661
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 75",
                "sv": "Westendvägen 75"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 75, Espoo",
                "sv": "Westendvägen 75, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_75_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_77a_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-13T06:28:28.285735Z",
            "last_modified_time": "2023-09-13T06:28:28.285755Z",
            "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.7922859,
                    60.1583473
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 77a",
                "sv": "Westendvägen 77a"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 77a, Espoo",
                "sv": "Westendvägen 77a, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_77a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_77b_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-13T06:28:30.478524Z",
            "last_modified_time": "2023-09-13T06:28:30.478544Z",
            "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.7919258,
                    60.1583377
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 77b",
                "sv": "Westendvägen 77b"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 77b, Espoo",
                "sv": "Westendvägen 77b, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_77b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_79_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-13T06:28:32.469757Z",
            "last_modified_time": "2023-09-13T06:28:32.469775Z",
            "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.7914395,
                    60.1583549
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 79",
                "sv": "Westendvägen 79"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 79, Espoo",
                "sv": "Westendvägen 79, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_79_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:westendintie_81-89_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-13T06:28:33.574153Z",
            "last_modified_time": "2023-09-13T06:28:33.574179Z",
            "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.7900254,
                    60.1598606
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Westendintie 81-89",
                "sv": "Westendvägen 81-89"
            },
            "description": null,
            "name": {
                "fi": "Westendintie 81-89, Espoo",
                "sv": "Westendvägen 81-89, Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:westendintie_81-89_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}