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

{
    "meta": {
        "count": 151449,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7386&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7384&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vuoripirtintie_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-21T06:39:59.094260Z",
            "last_modified_time": "2023-09-21T06:39:59.094277Z",
            "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.6265497,
                    60.1707112
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoripirtintie 1, Espoo",
                "sv": "Bergpörtsvägen 1, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoripirtintie 1",
                "sv": "Bergpörtsvägen 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoripirtintie_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-21T06:40:02.375700Z",
            "last_modified_time": "2023-09-21T06:40:02.375717Z",
            "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.6261933,
                    60.1703691
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoripirtintie 2, Espoo",
                "sv": "Bergpörtsvägen 2, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoripirtintie 2",
                "sv": "Bergpörtsvägen 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoripirtintie_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-21T06:40:02.873337Z",
            "last_modified_time": "2023-09-21T06:40:02.873356Z",
            "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.6260228,
                    60.1711046
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoripirtintie 4, Espoo",
                "sv": "Bergpörtsvägen 4, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoripirtintie 4",
                "sv": "Bergpörtsvägen 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoripirtintie_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-21T06:40:03.312593Z",
            "last_modified_time": "2023-09-21T06:40:03.312609Z",
            "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.6265447,
                    60.171151
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoripirtintie 5, Espoo",
                "sv": "Bergpörtsvägen 5, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoripirtintie 5",
                "sv": "Bergpörtsvägen 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoripirtintie_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-21T06:40:03.587574Z",
            "last_modified_time": "2023-09-21T06:40:03.587592Z",
            "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.6245438,
                    60.171271
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoripirtintie 6, Espoo",
                "sv": "Bergpörtsvägen 6, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoripirtintie 6",
                "sv": "Bergpörtsvägen 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoripirtintie_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-21T06:40:04.283271Z",
            "last_modified_time": "2023-09-21T06:40:04.283287Z",
            "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.6265773,
                    60.1714562
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoripirtintie 7, Espoo",
                "sv": "Bergpörtsvägen 7, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoripirtintie 7",
                "sv": "Bergpörtsvägen 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoripirtintie_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-21T06:40:06.675487Z",
            "last_modified_time": "2023-09-21T06:40:06.675528Z",
            "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.6254589,
                    60.1715877
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoripirtintie 9, Espoo",
                "sv": "Bergpörtsvägen 9, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoripirtintie 9",
                "sv": "Bergpörtsvägen 9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_9_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoritie_10a_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:29.415584Z",
            "last_modified_time": "2023-09-08T06:33:29.415602Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0087221,
                    60.3188274
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoritie 10a, Vantaa",
                "sv": "Bergvägen 10a, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoritie 10a",
                "sv": "Bergvägen 10a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_10a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoritie_10b_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:29.646945Z",
            "last_modified_time": "2023-09-08T06:33:29.646963Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0089754,
                    60.3188722
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoritie 10b, Vantaa",
                "sv": "Bergvägen 10b, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoritie 10b",
                "sv": "Bergvägen 10b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_10b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoritie_10c_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:29.831840Z",
            "last_modified_time": "2023-09-08T06:33:29.831856Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0094821,
                    60.318944
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoritie 10c, Vantaa",
                "sv": "Bergvägen 10c, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoritie 10c",
                "sv": "Bergvägen 10c"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_10c_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoritie_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-18T06:34:56.876273Z",
            "last_modified_time": "2023-09-18T06:34:56.876290Z",
            "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.6544385,
                    60.1635884
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoritie 10, Espoo",
                "sv": "Bergvägen 10, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoritie 10",
                "sv": "Bergvägen 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_10_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoritie_11a_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:30.056077Z",
            "last_modified_time": "2023-09-08T06:33:30.056094Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0074734,
                    60.3184146
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoritie 11a, Vantaa",
                "sv": "Bergvägen 11a, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoritie 11a",
                "sv": "Bergvägen 11a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_11a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoritie_11b_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:30.465541Z",
            "last_modified_time": "2023-09-08T06:33:30.465560Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0080705,
                    60.3182261
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoritie 11b, Vantaa",
                "sv": "Bergvägen 11b, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoritie 11b",
                "sv": "Bergvägen 11b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_11b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoritie_11c_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:30.952148Z",
            "last_modified_time": "2023-09-08T06:33:30.952169Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0079258,
                    60.3184864
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoritie 11c, Vantaa",
                "sv": "Bergvägen 11c, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoritie 11c",
                "sv": "Bergvägen 11c"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_11c_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoritie_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-18T06:34:57.198470Z",
            "last_modified_time": "2023-09-18T06:34:57.198494Z",
            "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.6536492,
                    60.1632812
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoritie 11, Espoo",
                "sv": "Bergvägen 11, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoritie 11",
                "sv": "Bergvägen 11"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_11_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoritie_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-18T06:34:57.465669Z",
            "last_modified_time": "2023-09-18T06:34:57.465686Z",
            "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.6542425,
                    60.1633815
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoritie 12a, Espoo",
                "sv": "Bergvägen 12a, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoritie 12a",
                "sv": "Bergvägen 12a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_12a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoritie_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-18T06:34:57.665176Z",
            "last_modified_time": "2023-09-18T06:34:57.665194Z",
            "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.6540285,
                    60.1631835
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoritie 12b, Espoo",
                "sv": "Bergvägen 12b, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoritie 12b",
                "sv": "Bergvägen 12b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_12b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoritie_12c_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-18T06:34:58.253354Z",
            "last_modified_time": "2023-09-18T06:34:58.253371Z",
            "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.6551102,
                    60.1630786
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoritie 12c, Espoo",
                "sv": "Bergvägen 12c, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoritie 12c",
                "sv": "Bergvägen 12c"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_12c_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoritie_12_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:31.462302Z",
            "last_modified_time": "2023-09-08T06:33:31.462322Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0102421,
                    60.3190068
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoritie 12, Vantaa",
                "sv": "Bergvägen 12, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoritie 12",
                "sv": "Bergvägen 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_12_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoritie_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-18T06:34:59.366624Z",
            "last_modified_time": "2023-09-18T06:34:59.366641Z",
            "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.6534179,
                    60.1630203
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuoritie 13, Espoo",
                "sv": "Bergvägen 13, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuoritie 13",
                "sv": "Bergvägen 13"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_13_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}