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

{
    "meta": {
        "count": 151549,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7515&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7513&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:ämmänkallio_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:30:53.252325Z",
            "last_modified_time": "2023-09-20T06:30:53.252341Z",
            "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.5407285,
                    60.3113837
                ]
            },
            "name": {
                "fi": "Ämmänkallio 8, Espoo",
                "sv": "Ämmänkallio 8, Esbo"
            },
            "street_address": {
                "fi": "Ämmänkallio 8",
                "sv": "Ämmänkallio 8"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4nkallio_8_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmänkallio_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:30:54.154380Z",
            "last_modified_time": "2023-09-20T06:30:54.154420Z",
            "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.5382494,
                    60.3127035
                ]
            },
            "name": {
                "fi": "Ämmänkallio 9, Espoo",
                "sv": "Ämmänkallio 9, Esbo"
            },
            "street_address": {
                "fi": "Ämmänkallio 9",
                "sv": "Ämmänkallio 9"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4nkallio_9_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmänkalliontie_10_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-12T06:40:17.969112Z",
            "last_modified_time": "2023-09-12T06:40:17.969130Z",
            "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.5364563,
                    60.3115663
                ]
            },
            "name": {
                "fi": "Ämmänkalliontie 10, Espoo",
                "sv": "Ämmänkalliovägen 10, Esbo"
            },
            "street_address": {
                "fi": "Ämmänkalliontie 10",
                "sv": "Ämmänkalliovägen 10"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4nkalliontie_10_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmänkalliontie_12_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-12T06:40:18.563706Z",
            "last_modified_time": "2023-09-12T06:40:18.563723Z",
            "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.5350939,
                    60.310682
                ]
            },
            "name": {
                "fi": "Ämmänkalliontie 12, Espoo",
                "sv": "Ämmänkalliovägen 12, Esbo"
            },
            "street_address": {
                "fi": "Ämmänkalliontie 12",
                "sv": "Ämmänkalliovägen 12"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4nkalliontie_12_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmänkalliontie_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-12T06:40:20.057719Z",
            "last_modified_time": "2023-09-12T06:40:20.057738Z",
            "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.5361277,
                    60.3117716
                ]
            },
            "name": {
                "fi": "Ämmänkalliontie 13, Espoo",
                "sv": "Ämmänkalliovägen 13, Esbo"
            },
            "street_address": {
                "fi": "Ämmänkalliontie 13",
                "sv": "Ämmänkalliovägen 13"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4nkalliontie_13_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmänkalliontie_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-12T06:40:21.766158Z",
            "last_modified_time": "2023-09-12T06:40:21.766175Z",
            "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.5344926,
                    60.310985
                ]
            },
            "name": {
                "fi": "Ämmänkalliontie 15, Espoo",
                "sv": "Ämmänkalliovägen 15, Esbo"
            },
            "street_address": {
                "fi": "Ämmänkalliontie 15",
                "sv": "Ämmänkalliovägen 15"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4nkalliontie_15_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmänkalliontie_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-12T06:40:17.466007Z",
            "last_modified_time": "2023-09-12T06:40:17.466029Z",
            "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.5426014,
                    60.3145944
                ]
            },
            "name": {
                "fi": "Ämmänkalliontie 1, Espoo",
                "sv": "Ämmänkalliovägen 1, Esbo"
            },
            "street_address": {
                "fi": "Ämmänkalliontie 1",
                "sv": "Ämmänkalliovägen 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4nkalliontie_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmänkalliontie_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-12T06:40:23.266834Z",
            "last_modified_time": "2023-09-12T06:40:23.266852Z",
            "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.5432192,
                    60.314408
                ]
            },
            "name": {
                "fi": "Ämmänkalliontie 2, Espoo",
                "sv": "Ämmänkalliovägen 2, Esbo"
            },
            "street_address": {
                "fi": "Ämmänkalliontie 2",
                "sv": "Ämmänkalliovägen 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4nkalliontie_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmänkalliontie_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-12T06:40:24.755464Z",
            "last_modified_time": "2023-09-12T06:40:24.755481Z",
            "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.5416118,
                    60.314196
                ]
            },
            "name": {
                "fi": "Ämmänkalliontie 3, Espoo",
                "sv": "Ämmänkalliovägen 3, Esbo"
            },
            "street_address": {
                "fi": "Ämmänkalliontie 3",
                "sv": "Ämmänkalliovägen 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4nkalliontie_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmänkalliontie_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-12T06:40:25.768949Z",
            "last_modified_time": "2023-09-12T06:40:25.768967Z",
            "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.5424248,
                    60.3142796
                ]
            },
            "name": {
                "fi": "Ämmänkalliontie 4, Espoo",
                "sv": "Ämmänkalliovägen 4, Esbo"
            },
            "street_address": {
                "fi": "Ämmänkalliontie 4",
                "sv": "Ämmänkalliovägen 4"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4nkalliontie_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmänkalliontie_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-12T06:40:27.563885Z",
            "last_modified_time": "2023-09-12T06:40:27.563902Z",
            "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.5410722,
                    60.3139698
                ]
            },
            "name": {
                "fi": "Ämmänkalliontie 5, Espoo",
                "sv": "Ämmänkalliovägen 5, Esbo"
            },
            "street_address": {
                "fi": "Ämmänkalliontie 5",
                "sv": "Ämmänkalliovägen 5"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4nkalliontie_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmänkalliontie_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-12T06:40:29.755124Z",
            "last_modified_time": "2023-09-12T06:40:29.755141Z",
            "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.5407527,
                    60.3135289
                ]
            },
            "name": {
                "fi": "Ämmänkalliontie 6, Espoo",
                "sv": "Ämmänkalliovägen 6, Esbo"
            },
            "street_address": {
                "fi": "Ämmänkalliontie 6",
                "sv": "Ämmänkalliovägen 6"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4nkalliontie_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmänkalliontie_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-12T06:40:31.465130Z",
            "last_modified_time": "2023-09-12T06:40:31.465149Z",
            "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.5392919,
                    60.3131917
                ]
            },
            "name": {
                "fi": "Ämmänkalliontie 7, Espoo",
                "sv": "Ämmänkalliovägen 7, Esbo"
            },
            "street_address": {
                "fi": "Ämmänkalliontie 7",
                "sv": "Ämmänkalliovägen 7"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4nkalliontie_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmänkalliontie_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-12T06:40:32.857973Z",
            "last_modified_time": "2023-09-12T06:40:32.857990Z",
            "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.5386857,
                    60.3125614
                ]
            },
            "name": {
                "fi": "Ämmänkalliontie 8, Espoo",
                "sv": "Ämmänkalliovägen 8, Esbo"
            },
            "street_address": {
                "fi": "Ämmänkalliontie 8",
                "sv": "Ämmänkalliovägen 8"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4nkalliontie_8_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmäsluola_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-22T06:11:30.069748Z",
            "last_modified_time": "2023-09-22T06:11:30.069770Z",
            "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.5264092,
                    60.2382194
                ]
            },
            "name": {
                "fi": "Ämmäsluola 1, Espoo",
                "sv": "Käringgrottan 1, Esbo"
            },
            "street_address": {
                "fi": "Ämmäsluola 1",
                "sv": "Käringgrottan 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4sluola_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmäsmäentie_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-15T06:09:26.474943Z",
            "last_modified_time": "2023-09-15T06:09:26.474961Z",
            "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.5407939,
                    60.244831
                ]
            },
            "name": {
                "fi": "Ämmäsmäentie 1, Espoo",
                "sv": "Käringbacksvägen 1, Esbo"
            },
            "street_address": {
                "fi": "Ämmäsmäentie 1",
                "sv": "Käringbacksvägen 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4sm%C3%A4entie_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmäsmäentie_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-15T06:09:28.360500Z",
            "last_modified_time": "2023-09-15T06:09:28.360520Z",
            "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.5410321,
                    60.2445806
                ]
            },
            "name": {
                "fi": "Ämmäsmäentie 2, Espoo",
                "sv": "Käringbacksvägen 2, Esbo"
            },
            "street_address": {
                "fi": "Ämmäsmäentie 2",
                "sv": "Käringbacksvägen 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4sm%C3%A4entie_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmäsmäentie_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-15T06:09:30.849075Z",
            "last_modified_time": "2023-09-15T06:09:30.849091Z",
            "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.539207,
                    60.2446909
                ]
            },
            "name": {
                "fi": "Ämmäsmäentie 3, Espoo",
                "sv": "Käringbacksvägen 3, Esbo"
            },
            "street_address": {
                "fi": "Ämmäsmäentie 3",
                "sv": "Käringbacksvägen 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4sm%C3%A4entie_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmäsmäentie_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-15T06:09:32.361487Z",
            "last_modified_time": "2023-09-15T06:09:32.361505Z",
            "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.5387237,
                    60.244393
                ]
            },
            "name": {
                "fi": "Ämmäsmäentie 4, Espoo",
                "sv": "Käringbacksvägen 4, Esbo"
            },
            "street_address": {
                "fi": "Ämmäsmäentie 4",
                "sv": "Käringbacksvägen 4"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4sm%C3%A4entie_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ämmässola_11_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-14T06:18:02.885488Z",
            "last_modified_time": "2023-09-14T06:18:02.885504Z",
            "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.5352075,
                    60.2326049
                ]
            },
            "name": {
                "fi": "Ämmässola 11, Espoo",
                "sv": "Käringpasset 11, Esbo"
            },
            "street_address": {
                "fi": "Ämmässola 11",
                "sv": "Käringpasset 11"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A4mm%C3%A4ssola_11_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}