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

{
    "meta": {
        "count": 152208,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7252&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7250&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vesuritie_2_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:24:12.445798Z",
            "last_modified_time": "2023-09-08T06:24:12.445816Z",
            "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.8052277,
                    60.2475108
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 2, Vantaa",
                "sv": "Lövskärevägen 2, Vanda"
            },
            "street_address": {
                "fi": "Vesuritie 2",
                "sv": "Lövskärevägen 2"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:heikinlaakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Heikinlaakso",
                        "sv": "Henriksdal"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-26T06:35:08.283483Z",
            "last_modified_time": "2023-08-26T06:35:08.283502Z",
            "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.070689,
                    60.2721823
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 3, Helsinki",
                "sv": "Kvistyxvägen 3, Helsingfors"
            },
            "street_address": {
                "fi": "Vesuritie 3",
                "sv": "Kvistyxvägen 3"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_3_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:24:14.772525Z",
            "last_modified_time": "2023-09-08T06:24:14.772545Z",
            "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.8055336,
                    60.2476818
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 3, Vantaa",
                "sv": "Lövskärevägen 3, Vanda"
            },
            "street_address": {
                "fi": "Vesuritie 3",
                "sv": "Lövskärevägen 3"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_3_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_4a_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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:heikinlaakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Heikinlaakso",
                        "sv": "Henriksdal"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-26T06:35:09.082179Z",
            "last_modified_time": "2023-08-26T06:35:09.082195Z",
            "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.0702007,
                    60.2719762
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 4a, Helsinki",
                "sv": "Kvistyxvägen 4a, Helsingfors"
            },
            "street_address": {
                "fi": "Vesuritie 4a",
                "sv": "Kvistyxvägen 4a"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_4a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_4a_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:24:15.460037Z",
            "last_modified_time": "2023-09-08T06:24:15.460054Z",
            "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.8048477,
                    60.2476538
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 4a, Vantaa",
                "sv": "Lövskärevägen 4a, Vanda"
            },
            "street_address": {
                "fi": "Vesuritie 4a",
                "sv": "Lövskärevägen 4a"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_4a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_4b_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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:heikinlaakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Heikinlaakso",
                        "sv": "Henriksdal"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-26T06:35:09.692036Z",
            "last_modified_time": "2023-08-26T06:35:09.692055Z",
            "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.0701649,
                    60.2721557
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 4b, Helsinki",
                "sv": "Kvistyxvägen 4b, Helsingfors"
            },
            "street_address": {
                "fi": "Vesuritie 4b",
                "sv": "Kvistyxvägen 4b"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_4b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_4b_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:24:16.850723Z",
            "last_modified_time": "2023-09-08T06:24:16.850740Z",
            "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.8044518,
                    60.2474199
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 4b, Vantaa",
                "sv": "Lövskärevägen 4b, Vanda"
            },
            "street_address": {
                "fi": "Vesuritie 4b",
                "sv": "Lövskärevägen 4b"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_4b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_5_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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:heikinlaakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Heikinlaakso",
                        "sv": "Henriksdal"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-26T06:35:10.888031Z",
            "last_modified_time": "2023-08-26T06:35:10.888058Z",
            "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.0707081,
                    60.272658
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 5, Helsinki",
                "sv": "Kvistyxvägen 5, Helsingfors"
            },
            "street_address": {
                "fi": "Vesuritie 5",
                "sv": "Kvistyxvägen 5"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_5_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_5_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:24:17.446808Z",
            "last_modified_time": "2023-09-08T06:24:17.446826Z",
            "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.8053346,
                    60.2477533
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 5, Vantaa",
                "sv": "Lövskärevägen 5, Vanda"
            },
            "street_address": {
                "fi": "Vesuritie 5",
                "sv": "Lövskärevägen 5"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_5_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_6a_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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:heikinlaakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Heikinlaakso",
                        "sv": "Henriksdal"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-26T06:35:11.978620Z",
            "last_modified_time": "2023-08-26T06:35:11.978640Z",
            "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.0701115,
                    60.2725327
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 6a, Helsinki",
                "sv": "Kvistyxvägen 6a, Helsingfors"
            },
            "street_address": {
                "fi": "Vesuritie 6a",
                "sv": "Kvistyxvägen 6a"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_6a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_6b_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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:heikinlaakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Heikinlaakso",
                        "sv": "Henriksdal"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-26T06:35:12.991304Z",
            "last_modified_time": "2023-08-26T06:35:12.991323Z",
            "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.0700937,
                    60.2726763
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 6b, Helsinki",
                "sv": "Kvistyxvägen 6b, Helsingfors"
            },
            "street_address": {
                "fi": "Vesuritie 6b",
                "sv": "Kvistyxvägen 6b"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_6b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_6_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:24:18.457842Z",
            "last_modified_time": "2023-09-08T06:24:18.457859Z",
            "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.8043773,
                    60.2478057
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 6, Vantaa",
                "sv": "Lövskärevägen 6, Vanda"
            },
            "street_address": {
                "fi": "Vesuritie 6",
                "sv": "Lövskärevägen 6"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_6_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:heikinlaakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Heikinlaakso",
                        "sv": "Henriksdal"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-26T06:35:14.181198Z",
            "last_modified_time": "2023-08-26T06:35:14.181217Z",
            "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.0711246,
                    60.2730617
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 7a, Helsinki",
                "sv": "Kvistyxvägen 7a, Helsingfors"
            },
            "street_address": {
                "fi": "Vesuritie 7a",
                "sv": "Kvistyxvägen 7a"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_7a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:heikinlaakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Heikinlaakso",
                        "sv": "Henriksdal"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-26T06:35:14.795601Z",
            "last_modified_time": "2023-08-26T06:35:14.795616Z",
            "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.0706186,
                    60.273062
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 7b, Helsinki",
                "sv": "Kvistyxvägen 7b, Helsingfors"
            },
            "street_address": {
                "fi": "Vesuritie 7b",
                "sv": "Kvistyxvägen 7b"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_7b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:heikinlaakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Heikinlaakso",
                        "sv": "Henriksdal"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-26T06:35:13.689478Z",
            "last_modified_time": "2023-08-26T06:35:13.689498Z",
            "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.0705764,
                    60.2702527
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 7, Helsinki",
                "sv": "Kvistyxvägen 7, Helsingfors"
            },
            "street_address": {
                "fi": "Vesuritie 7",
                "sv": "Kvistyxvägen 7"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_7_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_7_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:24:19.950384Z",
            "last_modified_time": "2023-09-08T06:24:19.950431Z",
            "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.8049366,
                    60.2478784
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 7, Vantaa",
                "sv": "Lövskärevägen 7, Vanda"
            },
            "street_address": {
                "fi": "Vesuritie 7",
                "sv": "Lövskärevägen 7"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_7_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:heikinlaakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Heikinlaakso",
                        "sv": "Henriksdal"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-26T06:35:15.202177Z",
            "last_modified_time": "2023-08-26T06:35:15.202192Z",
            "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.0699862,
                    60.2731072
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 8, Helsinki",
                "sv": "Kvistyxvägen 8, Helsingfors"
            },
            "street_address": {
                "fi": "Vesuritie 8",
                "sv": "Kvistyxvägen 8"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_8_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_8_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:24:22.148670Z",
            "last_modified_time": "2023-09-08T06:24:22.148688Z",
            "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.8037976,
                    60.248119
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 8, Vantaa",
                "sv": "Lövskärevägen 8, Vanda"
            },
            "street_address": {
                "fi": "Vesuritie 8",
                "sv": "Lövskärevägen 8"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_8_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:heikinlaakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Heikinlaakso",
                        "sv": "Henriksdal"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-26T06:35:15.682969Z",
            "last_modified_time": "2023-08-26T06:35:15.682986Z",
            "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.0708902,
                    60.2733131
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 9, Helsinki",
                "sv": "Kvistyxvägen 9, Helsingfors"
            },
            "street_address": {
                "fi": "Vesuritie 9",
                "sv": "Kvistyxvägen 9"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_9_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesuritie_9_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:24:24.162252Z",
            "last_modified_time": "2023-09-08T06:24:24.162271Z",
            "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.8043936,
                    60.248093
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vesuritie 9, Vantaa",
                "sv": "Lövskärevägen 9, Vanda"
            },
            "street_address": {
                "fi": "Vesuritie 9",
                "sv": "Lövskärevägen 9"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesuritie_9_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}