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

{
    "meta": {
        "count": 151548,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7523&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7521&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:örkkikuja_5b_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": "2025-06-06T05:16:36.062828Z",
            "last_modified_time": "2025-06-06T05:16:36.062843Z",
            "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.7531882,
                    60.2980811
                ]
            },
            "street_address": {
                "fi": "Örkkikuja 5b",
                "sv": "Örkigränden 5b"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkikuja 5b, Espoo",
                "sv": "Örkigränden 5b, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkikuja_5b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkikuja_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-09T06:15:34.364652Z",
            "last_modified_time": "2023-09-09T06:15:34.364670Z",
            "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.7540345,
                    60.2985583
                ]
            },
            "street_address": {
                "fi": "Örkkikuja 6",
                "sv": "Örkigränden 6"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkikuja 6, Espoo",
                "sv": "Örkigränden 6, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkikuja_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkikuja_7a_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-09T06:15:35.456209Z",
            "last_modified_time": "2023-09-09T06:15:35.456225Z",
            "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.7536921,
                    60.2984051
                ]
            },
            "street_address": {
                "fi": "Örkkikuja 7a",
                "sv": "Örkigränden 7a"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkikuja 7a, Espoo",
                "sv": "Örkigränden 7a, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkikuja_7a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkikuja_7b_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-09T06:15:38.158096Z",
            "last_modified_time": "2023-09-09T06:15:38.158118Z",
            "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.7538394,
                    60.2980464
                ]
            },
            "street_address": {
                "fi": "Örkkikuja 7b",
                "sv": "Örkigränden 7b"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkikuja 7b, Espoo",
                "sv": "Örkigränden 7b, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkikuja_7b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkikuja_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-09T06:15:40.460993Z",
            "last_modified_time": "2023-09-09T06:15:40.461010Z",
            "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.7544872,
                    60.2984784
                ]
            },
            "street_address": {
                "fi": "Örkkikuja 8",
                "sv": "Örkigränden 8"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkikuja 8, Espoo",
                "sv": "Örkigränden 8, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkikuja_8_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkikuja_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-09T06:15:42.559638Z",
            "last_modified_time": "2023-09-09T06:15:42.559656Z",
            "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.7543078,
                    60.2982896
                ]
            },
            "street_address": {
                "fi": "Örkkikuja 9",
                "sv": "Örkigränden 9"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkikuja 9, Espoo",
                "sv": "Örkigränden 9, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkikuja_9_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkilaakso_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:02:42.149321Z",
            "last_modified_time": "2023-09-14T06:02:42.149337Z",
            "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.7528494,
                    60.302227
                ]
            },
            "street_address": {
                "fi": "Örkkilaakso 11",
                "sv": "Örkidalen 11"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkilaakso 11, Espoo",
                "sv": "Örkidalen 11, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkilaakso_11_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkilaakso_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-14T06:02:43.369216Z",
            "last_modified_time": "2023-09-14T06:02:43.369234Z",
            "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.7529381,
                    60.3024606
                ]
            },
            "street_address": {
                "fi": "Örkkilaakso 15",
                "sv": "Örkidalen 15"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkilaakso 15, Espoo",
                "sv": "Örkidalen 15, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkilaakso_15_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkilaakso_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-14T06:02:44.765115Z",
            "last_modified_time": "2023-09-14T06:02:44.765133Z",
            "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.7534819,
                    60.3023
                ]
            },
            "street_address": {
                "fi": "Örkkilaakso 17",
                "sv": "Örkidalen 17"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkilaakso 17, Espoo",
                "sv": "Örkidalen 17, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkilaakso_17_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkilaakso_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-14T06:02:41.388339Z",
            "last_modified_time": "2023-09-14T06:02:41.388359Z",
            "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.7525505,
                    60.3010956
                ]
            },
            "street_address": {
                "fi": "Örkkilaakso 1",
                "sv": "Örkidalen 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkilaakso 1, Espoo",
                "sv": "Örkidalen 1, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkilaakso_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkilaakso_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-14T06:02:45.556015Z",
            "last_modified_time": "2023-09-14T06:02:45.556033Z",
            "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.7521518,
                    60.3012025
                ]
            },
            "street_address": {
                "fi": "Örkkilaakso 2",
                "sv": "Örkidalen 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkilaakso 2, Espoo",
                "sv": "Örkidalen 2, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkilaakso_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkilaakso_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-14T06:02:46.952897Z",
            "last_modified_time": "2023-09-14T06:02:46.952914Z",
            "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.7526217,
                    60.3012483
                ]
            },
            "street_address": {
                "fi": "Örkkilaakso 3",
                "sv": "Örkidalen 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkilaakso 3, Espoo",
                "sv": "Örkidalen 3, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkilaakso_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkilaakso_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-14T06:02:47.879306Z",
            "last_modified_time": "2023-09-14T06:02:47.879325Z",
            "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.7523814,
                    60.3019389
                ]
            },
            "street_address": {
                "fi": "Örkkilaakso 4",
                "sv": "Örkidalen 4"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkilaakso 4, Espoo",
                "sv": "Örkidalen 4, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkilaakso_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkilaakso_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-14T06:02:49.163492Z",
            "last_modified_time": "2023-09-14T06:02:49.163510Z",
            "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.753056,
                    60.3012222
                ]
            },
            "street_address": {
                "fi": "Örkkilaakso 5",
                "sv": "Örkidalen 5"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkilaakso 5, Espoo",
                "sv": "Örkidalen 5, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkilaakso_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkilaakso_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-14T06:02:50.854490Z",
            "last_modified_time": "2023-09-14T06:02:50.854514Z",
            "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.7524496,
                    60.3024866
                ]
            },
            "street_address": {
                "fi": "Örkkilaakso 6",
                "sv": "Örkidalen 6"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkilaakso 6, Espoo",
                "sv": "Örkidalen 6, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkilaakso_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkilaakso_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-14T06:02:52.554458Z",
            "last_modified_time": "2023-09-14T06:02:52.554478Z",
            "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.7526909,
                    60.3016613
                ]
            },
            "street_address": {
                "fi": "Örkkilaakso 7",
                "sv": "Örkidalen 7"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkilaakso 7, Espoo",
                "sv": "Örkidalen 7, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkilaakso_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkilaakso_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-14T06:02:53.969118Z",
            "last_modified_time": "2023-09-14T06:02:53.969137Z",
            "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.7527612,
                    60.3019397
                ]
            },
            "street_address": {
                "fi": "Örkkilaakso 9",
                "sv": "Örkidalen 9"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkilaakso 9, Espoo",
                "sv": "Örkidalen 9, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkilaakso_9_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkiniityntie_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:33:25.051250Z",
            "last_modified_time": "2023-09-15T06:33:25.051267Z",
            "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.7511838,
                    60.3000698
                ]
            },
            "street_address": {
                "fi": "Örkkiniityntie 11",
                "sv": "Örkiängsvägen 11"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkiniityntie 11, Espoo",
                "sv": "Örkiängsvägen 11, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkiniityntie_11_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkiniityntie_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:33:26.554690Z",
            "last_modified_time": "2023-09-15T06:33:26.554710Z",
            "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.7517105,
                    60.2997746
                ]
            },
            "street_address": {
                "fi": "Örkkiniityntie 13",
                "sv": "Örkiängsvägen 13"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkiniityntie 13, Espoo",
                "sv": "Örkiängsvägen 13, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkiniityntie_13_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örkkiniityntie_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:33:27.559627Z",
            "last_modified_time": "2023-09-15T06:33:27.559644Z",
            "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.7515139,
                    60.2994691
                ]
            },
            "street_address": {
                "fi": "Örkkiniityntie 15",
                "sv": "Örkiängsvägen 15"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Örkkiniityntie 15, Espoo",
                "sv": "Örkiängsvägen 15, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rkkiniityntie_15_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}