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

{
    "meta": {
        "count": 152281,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7528&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7526&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:ymmerstanmäki_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-15T06:00:33.557027Z",
            "last_modified_time": "2023-09-15T06:00:33.557045Z",
            "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.7074718,
                    60.2028671
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 11",
                "sv": "Ymmerstabacken 11"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 11, Espoo",
                "sv": "Ymmerstabacken 11, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_11_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_12a_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:00:34.155707Z",
            "last_modified_time": "2023-09-15T06:00:34.155728Z",
            "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.7072936,
                    60.2026334
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 12a",
                "sv": "Ymmerstabacken 12a"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 12a, Espoo",
                "sv": "Ymmerstabacken 12a, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_12a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_12b_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:00:35.447291Z",
            "last_modified_time": "2023-09-15T06:00:35.447315Z",
            "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.7068839,
                    60.202067
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 12b",
                "sv": "Ymmerstabacken 12b"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 12b, Espoo",
                "sv": "Ymmerstabacken 12b, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_12b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_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-15T06:00:37.354568Z",
            "last_modified_time": "2023-09-15T06:00:37.354595Z",
            "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.7075907,
                    60.2036931
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 13",
                "sv": "Ymmerstabacken 13"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 13, Espoo",
                "sv": "Ymmerstabacken 13, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_13_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_14_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:00:39.058551Z",
            "last_modified_time": "2023-09-15T06:00:39.058574Z",
            "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.7063977,
                    60.2019942
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 14",
                "sv": "Ymmerstabacken 14"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 14, Espoo",
                "sv": "Ymmerstabacken 14, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_14_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_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-15T06:00:39.943283Z",
            "last_modified_time": "2023-09-15T06:00:39.943300Z",
            "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.7075706,
                    60.2039265
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 15",
                "sv": "Ymmerstabacken 15"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 15, Espoo",
                "sv": "Ymmerstabacken 15, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_15_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_16_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:00:40.851387Z",
            "last_modified_time": "2023-09-15T06:00:40.851410Z",
            "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.706558,
                    60.2022099
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 16",
                "sv": "Ymmerstabacken 16"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 16, Espoo",
                "sv": "Ymmerstabacken 16, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_16_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_18a_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:00:41.480473Z",
            "last_modified_time": "2023-09-15T06:00:41.480490Z",
            "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.7067362,
                    60.2024526
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 18a",
                "sv": "Ymmerstabacken 18a"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 18a, Espoo",
                "sv": "Ymmerstabacken 18a, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_18a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_18b_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:00:41.956080Z",
            "last_modified_time": "2023-09-15T06:00:41.956099Z",
            "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.706879,
                    60.2026145
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 18b",
                "sv": "Ymmerstabacken 18b"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 18b, Espoo",
                "sv": "Ymmerstabacken 18b, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_18b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_20a_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:00:44.352319Z",
            "last_modified_time": "2023-09-15T06:00:44.352336Z",
            "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.7071112,
                    60.2028663
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 20a",
                "sv": "Ymmerstabacken 20a"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 20a, Espoo",
                "sv": "Ymmerstabacken 20a, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_20a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_20b_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:00:47.070567Z",
            "last_modified_time": "2023-09-15T06:00:47.070585Z",
            "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.7068567,
                    60.2030902
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 20b",
                "sv": "Ymmerstabacken 20b"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 20b, Espoo",
                "sv": "Ymmerstabacken 20b, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_20b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_22_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:00:49.048184Z",
            "last_modified_time": "2023-09-15T06:00:49.048201Z",
            "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.7073959,
                    60.2032888
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 22",
                "sv": "Ymmerstabacken 22"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 22, Espoo",
                "sv": "Ymmerstabacken 22, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_22_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_24_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:00:49.958926Z",
            "last_modified_time": "2023-09-15T06:00:49.958947Z",
            "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.7071052,
                    60.2035305
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 24",
                "sv": "Ymmerstabacken 24"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 24, Espoo",
                "sv": "Ymmerstabacken 24, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_24_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_26_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:00:51.758621Z",
            "last_modified_time": "2023-09-15T06:00:51.758637Z",
            "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.706723,
                    60.2039336
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 26",
                "sv": "Ymmerstabacken 26"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 26, Espoo",
                "sv": "Ymmerstabacken 26, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_26_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmä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-15T06:00:42.461232Z",
            "last_modified_time": "2023-09-15T06:00:42.461250Z",
            "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.7102751,
                    60.2019129
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 2",
                "sv": "Ymmerstabacken 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 2, Espoo",
                "sv": "Ymmerstabacken 2, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmä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-15T06:00:53.858621Z",
            "last_modified_time": "2023-09-15T06:00:53.858638Z",
            "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.7097139,
                    60.202163
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 3",
                "sv": "Ymmerstabacken 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 3, Espoo",
                "sv": "Ymmerstabacken 3, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_4a_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:00:56.553295Z",
            "last_modified_time": "2023-09-15T06:00:56.553311Z",
            "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.7093727,
                    60.2020097
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 4a",
                "sv": "Ymmerstabacken 4a"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 4a, Espoo",
                "sv": "Ymmerstabacken 4a, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_4a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_4b_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:00:58.058728Z",
            "last_modified_time": "2023-09-15T06:00:58.058745Z",
            "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.7090329,
                    60.2016948
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 4b",
                "sv": "Ymmerstabacken 4b"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 4b, Espoo",
                "sv": "Ymmerstabacken 4b, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_4b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmä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-15T06:00:59.264099Z",
            "last_modified_time": "2023-09-15T06:00:59.264117Z",
            "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.7089192,
                    60.2023139
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 5",
                "sv": "Ymmerstabacken 5"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 5, Espoo",
                "sv": "Ymmerstabacken 5, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ymmerstanmäki_6a_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:01:01.654915Z",
            "last_modified_time": "2023-09-15T06:01:01.654933Z",
            "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.7090115,
                    60.2020807
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ymmerstanmäki 6a",
                "sv": "Ymmerstabacken 6a"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ymmerstanmäki 6a, Espoo",
                "sv": "Ymmerstabacken 6a, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ymmerstanm%C3%A4ki_6a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}