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

{
    "meta": {
        "count": 152228,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7241&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7239&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vesipirtintie_13_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-20T06:07:31.061124Z",
            "last_modified_time": "2023-09-20T06:07:31.061142Z",
            "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.6225503,
                    60.1707357
                ]
            },
            "name": {
                "fi": "Vesipirtintie 13, Espoo",
                "sv": "Vattupörtsvägen 13, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesipirtintie 13",
                "sv": "Vattupörtsvägen 13"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesipirtintie_13_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesipirtintie_15_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-20T06:07:31.563410Z",
            "last_modified_time": "2023-09-20T06:07:31.563426Z",
            "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.6220073,
                    60.1709586
                ]
            },
            "name": {
                "fi": "Vesipirtintie 15, Espoo",
                "sv": "Vattupörtsvägen 15, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesipirtintie 15",
                "sv": "Vattupörtsvägen 15"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesipirtintie_15_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesipirtintie_17_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-20T06:07:32.448474Z",
            "last_modified_time": "2023-09-20T06:07:32.448492Z",
            "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.6220249,
                    60.1709945
                ]
            },
            "name": {
                "fi": "Vesipirtintie 17, Espoo",
                "sv": "Vattupörtsvägen 17, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesipirtintie 17",
                "sv": "Vattupörtsvägen 17"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesipirtintie_17_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesipirtintie_19_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-20T06:07:34.550708Z",
            "last_modified_time": "2023-09-20T06:07:34.550724Z",
            "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.6219694,
                    60.17112
                ]
            },
            "name": {
                "fi": "Vesipirtintie 19, Espoo",
                "sv": "Vattupörtsvägen 19, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesipirtintie 19",
                "sv": "Vattupörtsvägen 19"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesipirtintie_19_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesipirtintie_1_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-20T06:07:30.275047Z",
            "last_modified_time": "2023-09-20T06:07:30.275064Z",
            "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.62501,
                    60.1698811
                ]
            },
            "name": {
                "fi": "Vesipirtintie 1, Espoo",
                "sv": "Vattupörtsvägen 1, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesipirtintie 1",
                "sv": "Vattupörtsvägen 1"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesipirtintie_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesipirtintie_2_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-20T06:07:36.953819Z",
            "last_modified_time": "2023-09-20T06:07:36.953837Z",
            "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.6249585,
                    60.1696565
                ]
            },
            "name": {
                "fi": "Vesipirtintie 2, Espoo",
                "sv": "Vattupörtsvägen 2, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesipirtintie 2",
                "sv": "Vattupörtsvägen 2"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesipirtintie_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesipirtintie_3_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-20T06:07:37.583087Z",
            "last_modified_time": "2023-09-20T06:07:37.583105Z",
            "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.6236577,
                    60.169985
                ]
            },
            "name": {
                "fi": "Vesipirtintie 3, Espoo",
                "sv": "Vattupörtsvägen 3, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesipirtintie 3",
                "sv": "Vattupörtsvägen 3"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesipirtintie_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesipirtintie_4_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-20T06:07:38.076182Z",
            "last_modified_time": "2023-09-20T06:07:38.076209Z",
            "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.6243274,
                    60.1697086
                ]
            },
            "name": {
                "fi": "Vesipirtintie 4, Espoo",
                "sv": "Vattupörtsvägen 4, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesipirtintie 4",
                "sv": "Vattupörtsvägen 4"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesipirtintie_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesipirtintie_5_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-20T06:07:38.562602Z",
            "last_modified_time": "2023-09-20T06:07:38.562620Z",
            "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.6232068,
                    60.1700375
                ]
            },
            "name": {
                "fi": "Vesipirtintie 5, Espoo",
                "sv": "Vattupörtsvägen 5, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesipirtintie 5",
                "sv": "Vattupörtsvägen 5"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesipirtintie_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesipirtintie_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-20T06:07:38.951752Z",
            "last_modified_time": "2023-09-20T06:07:38.951767Z",
            "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.6228486,
                    60.169857
                ]
            },
            "name": {
                "fi": "Vesipirtintie 6, Espoo",
                "sv": "Vattupörtsvägen 6, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesipirtintie 6",
                "sv": "Vattupörtsvägen 6"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesipirtintie_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesipirtintie_7_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-20T06:07:40.949120Z",
            "last_modified_time": "2023-09-20T06:07:40.949140Z",
            "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.6228452,
                    60.1701532
                ]
            },
            "name": {
                "fi": "Vesipirtintie 7, Espoo",
                "sv": "Vattupörtsvägen 7, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesipirtintie 7",
                "sv": "Vattupörtsvägen 7"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesipirtintie_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesipirtintie_8_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-20T06:07:43.069847Z",
            "last_modified_time": "2023-09-20T06:07:43.069864Z",
            "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.6218536,
                    60.1702222
                ]
            },
            "name": {
                "fi": "Vesipirtintie 8, Espoo",
                "sv": "Vattupörtsvägen 8, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesipirtintie 8",
                "sv": "Vattupörtsvägen 8"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesipirtintie_8_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesipirtintie_9_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-20T06:07:44.011790Z",
            "last_modified_time": "2023-09-20T06:07:44.011808Z",
            "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.6225923,
                    60.1702153
                ]
            },
            "name": {
                "fi": "Vesipirtintie 9, Espoo",
                "sv": "Vattupörtsvägen 9, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesipirtintie 9",
                "sv": "Vattupörtsvägen 9"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesipirtintie_9_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesipääskynkuja_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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kontula",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kontula",
                        "sv": "Gårdsbacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-28T06:21:25.416816Z",
            "last_modified_time": "2023-08-28T06:21:25.416833Z",
            "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.0783281,
                    60.232534
                ]
            },
            "name": {
                "fi": "Vesipääskynkuja 3, Helsinki",
                "sv": "Simsnäppsgränden 3, Helsingfors"
            },
            "description": null,
            "street_address": {
                "fi": "Vesipääskynkuja 3",
                "sv": "Simsnäppsgränden 3"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesip%C3%A4%C3%A4skynkuja_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesirattaanmäki_1_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-26T06:16:00.475201Z",
            "last_modified_time": "2023-09-26T06:16:00.475221Z",
            "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.6669222,
                    60.2273822
                ]
            },
            "name": {
                "fi": "Vesirattaanmäki 1, Espoo",
                "sv": "Vattenhjulsbacken 1, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesirattaanmäki 1",
                "sv": "Vattenhjulsbacken 1"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesirattaanm%C3%A4ki_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesirattaanmäki_2_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-26T06:16:01.068858Z",
            "last_modified_time": "2023-09-26T06:16:01.068875Z",
            "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.6666026,
                    60.2268698
                ]
            },
            "name": {
                "fi": "Vesirattaanmäki 2, Espoo",
                "sv": "Vattenhjulsbacken 2, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesirattaanmäki 2",
                "sv": "Vattenhjulsbacken 2"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesirattaanm%C3%A4ki_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesirattaanmäki_3_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-26T06:16:01.861020Z",
            "last_modified_time": "2023-09-26T06:16:01.861036Z",
            "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.6659123,
                    60.2273258
                ]
            },
            "name": {
                "fi": "Vesirattaanmäki 3, Espoo",
                "sv": "Vattenhjulsbacken 3, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesirattaanmäki 3",
                "sv": "Vattenhjulsbacken 3"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesirattaanm%C3%A4ki_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesirattaanmäki_4_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-26T06:16:03.461561Z",
            "last_modified_time": "2023-09-26T06:16:03.461580Z",
            "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.6664637,
                    60.2263309
                ]
            },
            "name": {
                "fi": "Vesirattaanmäki 4, Espoo",
                "sv": "Vattenhjulsbacken 4, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesirattaanmäki 4",
                "sv": "Vattenhjulsbacken 4"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesirattaanm%C3%A4ki_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesirattaanmäki_5_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-26T06:16:06.859322Z",
            "last_modified_time": "2023-09-26T06:16:06.859337Z",
            "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.6662392,
                    60.2271202
                ]
            },
            "name": {
                "fi": "Vesirattaanmäki 5, Espoo",
                "sv": "Vattenhjulsbacken 5, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesirattaanmäki 5",
                "sv": "Vattenhjulsbacken 5"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesirattaanm%C3%A4ki_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesirattaanmäki_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-26T06:16:08.555079Z",
            "last_modified_time": "2023-09-26T06:16:08.555097Z",
            "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.6675153,
                    60.2258399
                ]
            },
            "name": {
                "fi": "Vesirattaanmäki 6, Espoo",
                "sv": "Vattenhjulsbacken 6, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesirattaanmäki 6",
                "sv": "Vattenhjulsbacken 6"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesirattaanm%C3%A4ki_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}