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

{
    "meta": {
        "count": 152284,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7315&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7313&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:viiktorpantie_6_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jollas",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jollas",
                        "sv": "Jollas"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:34.184359Z",
            "last_modified_time": "2023-08-26T06:36:34.184376Z",
            "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.0754767,
                    60.1619262
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viiktorpantie 6, Helsinki",
                "sv": "Viktorpsvägen 6, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viiktorpantie 6",
                "sv": "Viktorpsvägen 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viiktorpantie_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viiktorpantie_8_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jollas",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jollas",
                        "sv": "Jollas"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:36:34.682948Z",
            "last_modified_time": "2023-08-26T06:36:34.682966Z",
            "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.0754588,
                    60.1619621
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viiktorpantie 8, Helsinki",
                "sv": "Viktorpsvägen 8, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viiktorpantie 8",
                "sv": "Viktorpsvägen 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viiktorpantie_8_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilarinkuja_3_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:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:roihupelto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Roihupelto",
                        "sv": "Kasåkern"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2026-04-14T05:22:48.830715Z",
            "last_modified_time": "2026-04-14T05:22:48.830734Z",
            "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.0609117,
                    60.2130217
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilarinkuja 3, Helsinki",
                "sv": "Filargränden 3, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilarinkuja 3",
                "sv": "Filargränden 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilarinkuja_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilarintie_1_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:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:roihupelto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Roihupelto",
                        "sv": "Kasåkern"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:19.671917Z",
            "last_modified_time": "2023-08-27T05:32:19.671935Z",
            "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.0567198,
                    60.2088231
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilarintie 1, Helsinki",
                "sv": "Filarvägen 1, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilarintie 1",
                "sv": "Filarvägen 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilarintie_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilarintie_31_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:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:22.766348Z",
            "last_modified_time": "2023-08-27T05:32:22.766367Z",
            "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.0521712,
                    60.2177914
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilarintie 31, Helsinki",
                "sv": "Filarvägen 31, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilarintie 31",
                "sv": "Filarvägen 31"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilarintie_31_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilarintie_37_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:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2025-07-02T05:01:23.343372Z",
            "last_modified_time": "2025-07-02T05:01:23.343387Z",
            "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.047428,
                    60.2186638
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilarintie 37, Helsinki",
                "sv": "Filarvägen 37, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilarintie 37",
                "sv": "Filarvägen 37"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilarintie_37_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilarintie_3_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:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:roihupelto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Roihupelto",
                        "sv": "Kasåkern"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:21.263125Z",
            "last_modified_time": "2023-08-27T05:32:21.263147Z",
            "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.0576946,
                    60.2093433
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilarintie 3, Helsinki",
                "sv": "Filarvägen 3, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilarintie 3",
                "sv": "Filarvägen 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilarintie_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilarintie_45_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:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:24.565883Z",
            "last_modified_time": "2023-08-27T05:32:24.565905Z",
            "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.0440733,
                    60.2192124
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilarintie 45, Helsinki",
                "sv": "Filarvägen 45, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilarintie 45",
                "sv": "Filarvägen 45"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilarintie_45_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilarintie_4_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:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:roihupelto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Roihupelto",
                        "sv": "Kasåkern"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:23.660191Z",
            "last_modified_time": "2023-08-27T05:32:23.660213Z",
            "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.0558,
                    60.2087696
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilarintie 4, Helsinki",
                "sv": "Filarvägen 4, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilarintie 4",
                "sv": "Filarvägen 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilarintie_4_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilarintie_6_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:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:roihupelto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Roihupelto",
                        "sv": "Kasåkern"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:25.965595Z",
            "last_modified_time": "2023-08-27T05:32:25.965614Z",
            "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.0568652,
                    60.2094603
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilarintie 6, Helsinki",
                "sv": "Filarvägen 6, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilarintie 6",
                "sv": "Filarvägen 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilarintie_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilarintie_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:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:roihupelto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Roihupelto",
                        "sv": "Kasåkern"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:26.666371Z",
            "last_modified_time": "2023-08-27T05:32:26.666391Z",
            "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.0597954,
                    60.2140903
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilarintie 7, Helsinki",
                "sv": "Filarvägen 7, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilarintie 7",
                "sv": "Filarvägen 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilarintie_7_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilarintie_8_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:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:roihupelto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Roihupelto",
                        "sv": "Kasåkern"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-27T05:32:28.160537Z",
            "last_modified_time": "2023-08-27T05:32:28.160555Z",
            "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.0575163,
                    60.2104653
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilarintie 8, Helsinki",
                "sv": "Filarvägen 8, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilarintie 8",
                "sv": "Filarvägen 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilarintie_8_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilivati_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:41:18.684218Z",
            "last_modified_time": "2023-09-11T06:41:18.684234Z",
            "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.7627686,
                    60.2162612
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilivati 11, Espoo",
                "sv": "Filfatet 11, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilivati 11",
                "sv": "Filfatet 11"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilivati_11_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilivati_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:41:19.258908Z",
            "last_modified_time": "2023-09-11T06:41:19.258924Z",
            "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.7622455,
                    60.2162603
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilivati 13, Espoo",
                "sv": "Filfatet 13, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilivati 13",
                "sv": "Filfatet 13"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilivati_13_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilivati_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:41:19.969106Z",
            "last_modified_time": "2023-09-11T06:41:19.969123Z",
            "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.7619546,
                    60.2165829
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilivati 15, Espoo",
                "sv": "Filfatet 15, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilivati 15",
                "sv": "Filfatet 15"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilivati_15_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilivati_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-11T06:41:21.068626Z",
            "last_modified_time": "2023-09-11T06:41:21.068642Z",
            "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.7619388,
                    60.2162687
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilivati 17, Espoo",
                "sv": "Filfatet 17, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilivati 17",
                "sv": "Filfatet 17"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilivati_17_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilivati_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-11T06:41:18.080553Z",
            "last_modified_time": "2023-09-11T06:41:18.080571Z",
            "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.7641042,
                    60.2161648
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilivati 1, Espoo",
                "sv": "Filfatet 1, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilivati 1",
                "sv": "Filfatet 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilivati_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilivati_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-11T06:41:23.069020Z",
            "last_modified_time": "2023-09-11T06:41:23.069035Z",
            "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.7636546,
                    60.2159845
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilivati 2, Espoo",
                "sv": "Filfatet 2, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilivati 2",
                "sv": "Filfatet 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilivati_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilivati_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-11T06:41:24.661884Z",
            "last_modified_time": "2023-09-11T06:41:24.661901Z",
            "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.7638693,
                    60.2162273
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilivati 3, Espoo",
                "sv": "Filfatet 3, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilivati 3",
                "sv": "Filfatet 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilivati_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viilivati_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-11T06:41:26.471178Z",
            "last_modified_time": "2023-09-11T06:41:26.471195Z",
            "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.7634541,
                    60.2162624
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viilivati 5, Espoo",
                "sv": "Filfatet 5, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viilivati 5",
                "sv": "Filfatet 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viilivati_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}