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

{
    "meta": {
        "count": 151438,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7324&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7322&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vipusentie_7a_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:31.968677Z",
            "last_modified_time": "2023-08-27T05:47:31.968695Z",
            "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.9410406,
                    60.2106172
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Vipusentie 7a, Helsinki",
                "sv": "Vipunenvägen 7a, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 7a",
                "sv": "Vipunenvägen 7a"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_7a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_7b_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:32.490284Z",
            "last_modified_time": "2023-08-27T05:47:32.490300Z",
            "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.9409501,
                    60.2107967
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Vipusentie 7b, Helsinki",
                "sv": "Vipunenvägen 7b, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 7b",
                "sv": "Vipunenvägen 7b"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_7b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_7_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:31.067266Z",
            "last_modified_time": "2023-08-27T05:47:31.067289Z",
            "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.9414571,
                    60.209657
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Vipusentie 7, Helsinki",
                "sv": "Vipunenvägen 7, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 7",
                "sv": "Vipunenvägen 7"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_7_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_8a_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:32.767740Z",
            "last_modified_time": "2023-08-27T05:47:32.767757Z",
            "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.940718,
                    60.2094682
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Vipusentie 8a, Helsinki",
                "sv": "Vipunenvägen 8a, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 8a",
                "sv": "Vipunenvägen 8a"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_8a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_8b_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:34.065503Z",
            "last_modified_time": "2023-08-27T05:47:34.065523Z",
            "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.9407537,
                    60.2096836
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Vipusentie 8b, Helsinki",
                "sv": "Vipunenvägen 8b, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 8b",
                "sv": "Vipunenvägen 8b"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_8b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vipusentie_9_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:käpylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Käpylä",
                        "sv": "Kottby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:47:35.864459Z",
            "last_modified_time": "2023-08-27T05:47:35.864477Z",
            "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.9413284,
                    60.2110751
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Vipusentie 9, Helsinki",
                "sv": "Vipunenvägen 9, Helsingfors"
            },
            "street_address": {
                "fi": "Vipusentie 9",
                "sv": "Vipunenvägen 9"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vipusentie_9_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viputie_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:31:21.768002Z",
            "last_modified_time": "2023-09-08T06:31:21.768022Z",
            "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.8100466,
                    60.2510002
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Viputie 10a, Vantaa",
                "sv": "Hävstångsvägen 10a, Vanda"
            },
            "street_address": {
                "fi": "Viputie 10a",
                "sv": "Hävstångsvägen 10a"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viputie_10a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viputie_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:31:21.929996Z",
            "last_modified_time": "2023-09-08T06:31:21.930012Z",
            "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.809577,
                    60.2509995
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Viputie 10b, Vantaa",
                "sv": "Hävstångsvägen 10b, Vanda"
            },
            "street_address": {
                "fi": "Viputie 10b",
                "sv": "Hävstångsvägen 10b"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viputie_10b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viputie_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-11T06:28:10.662116Z",
            "last_modified_time": "2023-09-11T06:28:10.662157Z",
            "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.717411,
                    60.2317896
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Viputie 10, Espoo",
                "sv": "Gillerspövägen 10, Esbo"
            },
            "street_address": {
                "fi": "Viputie 10",
                "sv": "Gillerspövägen 10"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viputie_10_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viputie_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-11T06:28:11.874828Z",
            "last_modified_time": "2023-09-11T06:28:11.874845Z",
            "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.7187449,
                    60.2319809
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Viputie 11, Espoo",
                "sv": "Gillerspövägen 11, Esbo"
            },
            "street_address": {
                "fi": "Viputie 11",
                "sv": "Gillerspövägen 11"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viputie_11_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viputie_11_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:31:22.249895Z",
            "last_modified_time": "2023-09-08T06:31:22.249915Z",
            "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.8104062,
                    60.25127
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Viputie 11, Vantaa",
                "sv": "Hävstångsvägen 11, Vanda"
            },
            "street_address": {
                "fi": "Viputie 11",
                "sv": "Hävstångsvägen 11"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viputie_11_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viputie_12_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-11T06:28:13.662350Z",
            "last_modified_time": "2023-09-11T06:28:13.662365Z",
            "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.717482,
                    60.2319333
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Viputie 12, Espoo",
                "sv": "Gillerspövägen 12, Esbo"
            },
            "street_address": {
                "fi": "Viputie 12",
                "sv": "Gillerspövägen 12"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viputie_12_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viputie_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:31:22.450600Z",
            "last_modified_time": "2023-09-08T06:31:22.450618Z",
            "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.8099546,
                    60.2512873
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Viputie 12, Vantaa",
                "sv": "Hävstångsvägen 12, Vanda"
            },
            "street_address": {
                "fi": "Viputie 12",
                "sv": "Hävstångsvägen 12"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viputie_12_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viputie_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-11T06:28:14.978983Z",
            "last_modified_time": "2023-09-11T06:28:14.979024Z",
            "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.718077,
                    60.2319974
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Viputie 13, Espoo",
                "sv": "Gillerspövägen 13, Esbo"
            },
            "street_address": {
                "fi": "Viputie 13",
                "sv": "Gillerspövägen 13"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viputie_13_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viputie_13_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:31:22.613341Z",
            "last_modified_time": "2023-09-08T06:31:22.613358Z",
            "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.8103691,
                    60.2514315
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Viputie 13, Vantaa",
                "sv": "Hävstångsvägen 13, Vanda"
            },
            "street_address": {
                "fi": "Viputie 13",
                "sv": "Hävstångsvägen 13"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viputie_13_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viputie_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-11T06:28:15.572067Z",
            "last_modified_time": "2023-09-11T06:28:15.572084Z",
            "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.7175505,
                    60.2323553
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Viputie 14, Espoo",
                "sv": "Gillerspövägen 14, Esbo"
            },
            "street_address": {
                "fi": "Viputie 14",
                "sv": "Gillerspövägen 14"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viputie_14_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viputie_14_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:31:22.781871Z",
            "last_modified_time": "2023-09-08T06:31:22.781890Z",
            "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.8099171,
                    60.2515296
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Viputie 14, Vantaa",
                "sv": "Hävstångsvägen 14, Vanda"
            },
            "street_address": {
                "fi": "Viputie 14",
                "sv": "Hävstångsvägen 14"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viputie_14_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viputie_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-11T06:28:16.189493Z",
            "last_modified_time": "2023-09-11T06:28:16.189510Z",
            "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.7179507,
                    60.2319972
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Viputie 15, Espoo",
                "sv": "Gillerspövägen 15, Esbo"
            },
            "street_address": {
                "fi": "Viputie 15",
                "sv": "Gillerspövägen 15"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viputie_15_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viputie_15_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:31:23.170362Z",
            "last_modified_time": "2023-09-08T06:31:23.170377Z",
            "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.810332,
                    60.251602
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Viputie 15, Vantaa",
                "sv": "Hävstångsvägen 15, Vanda"
            },
            "street_address": {
                "fi": "Viputie 15",
                "sv": "Hävstångsvägen 15"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viputie_15_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viputie_16_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:31:23.566939Z",
            "last_modified_time": "2023-09-08T06:31:23.566957Z",
            "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.8098438,
                    60.2517179
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Viputie 16, Vantaa",
                "sv": "Hävstångsvägen 16, Vanda"
            },
            "street_address": {
                "fi": "Viputie 16",
                "sv": "Hävstångsvägen 16"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viputie_16_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}