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

{
    "meta": {
        "count": 152288,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7540&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7538&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:yrttitie_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:35:50.156560Z",
            "last_modified_time": "2023-09-08T06:35:50.156581Z",
            "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.0353763,
                    60.3016174
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yrttitie 5",
                "sv": "Örtvägen 5"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yrttitie 5, Vantaa",
                "sv": "Örtvägen 5, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttitie_5_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yrttitie_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:35:50.658178Z",
            "last_modified_time": "2023-09-08T06:35:50.658199Z",
            "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.0349782,
                    60.3014201
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yrttitie 6",
                "sv": "Örtvägen 6"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yrttitie 6, Vantaa",
                "sv": "Örtvägen 6, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttitie_6_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yrttitie_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:35:51.174799Z",
            "last_modified_time": "2023-09-08T06:35:51.174819Z",
            "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.034798,
                    60.3020484
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yrttitie 7",
                "sv": "Örtvägen 7"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yrttitie 7, Vantaa",
                "sv": "Örtvägen 7, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttitie_7_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yrttitie_8a_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:35:51.658788Z",
            "last_modified_time": "2023-09-08T06:35:51.658809Z",
            "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.0347072,
                    60.3017522
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yrttitie 8a",
                "sv": "Örtvägen 8a"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yrttitie 8a, Vantaa",
                "sv": "Örtvägen 8a, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttitie_8a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yrttitie_8b_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:35:51.965384Z",
            "last_modified_time": "2023-09-08T06:35:51.965431Z",
            "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.0344541,
                    60.30186
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yrttitie 8b",
                "sv": "Örtvägen 8b"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yrttitie 8b, Vantaa",
                "sv": "Örtvägen 8b, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttitie_8b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_10_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:35:52.553331Z",
            "last_modified_time": "2023-09-08T06:35:52.553348Z",
            "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.1393669,
                    60.3431224
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 10",
                "sv": "Nattfjärilsgränden 10"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 10, Vantaa",
                "sv": "Nattfjärilsgränden 10, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_10_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_11_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:35:52.750919Z",
            "last_modified_time": "2023-09-08T06:35:52.750938Z",
            "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.1399305,
                    60.3436423
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 11",
                "sv": "Nattfjärilsgränden 11"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 11, Vantaa",
                "sv": "Nattfjärilsgränden 11, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_11_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_12_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:35:52.916320Z",
            "last_modified_time": "2023-09-08T06:35:52.916336Z",
            "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.1394946,
                    60.3433466
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 12",
                "sv": "Nattfjärilsgränden 12"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 12, Vantaa",
                "sv": "Nattfjärilsgränden 12, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_12_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_14_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:35:53.160325Z",
            "last_modified_time": "2023-09-08T06:35:53.160342Z",
            "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.1395136,
                    60.343562
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 14",
                "sv": "Nattfjärilsgränden 14"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 14, Vantaa",
                "sv": "Nattfjärilsgränden 14, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_14_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_15_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:35:53.564151Z",
            "last_modified_time": "2023-09-08T06:35:53.564169Z",
            "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.1399865,
                    60.3440282
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 15",
                "sv": "Nattfjärilsgränden 15"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 15, Vantaa",
                "sv": "Nattfjärilsgränden 15, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_15_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_16_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:35:53.962862Z",
            "last_modified_time": "2023-09-08T06:35:53.962888Z",
            "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.1395146,
                    60.3437774
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 16",
                "sv": "Nattfjärilsgränden 16"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 16, Vantaa",
                "sv": "Nattfjärilsgränden 16, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_16_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_17_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:35:54.364672Z",
            "last_modified_time": "2023-09-08T06:35:54.364690Z",
            "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.139951,
                    60.3442078
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 17",
                "sv": "Nattfjärilsgränden 17"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 17, Vantaa",
                "sv": "Nattfjärilsgränden 17, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_17_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_18_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:35:54.750455Z",
            "last_modified_time": "2023-09-08T06:35:54.750476Z",
            "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.1395335,
                    60.3439659
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 18",
                "sv": "Nattfjärilsgränden 18"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 18, Vantaa",
                "sv": "Nattfjärilsgränden 18, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_18_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_19_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:35:54.926261Z",
            "last_modified_time": "2023-09-08T06:35:54.926282Z",
            "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.1399347,
                    60.3446296
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 19",
                "sv": "Nattfjärilsgränden 19"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 19, Vantaa",
                "sv": "Nattfjärilsgränden 19, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_19_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_1_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:35:52.183480Z",
            "last_modified_time": "2023-09-08T06:35:52.183500Z",
            "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.1397614,
                    60.3422065
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 1",
                "sv": "Nattfjärilsgränden 1"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 1, Vantaa",
                "sv": "Nattfjärilsgränden 1, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_1_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_20_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:35:55.470242Z",
            "last_modified_time": "2023-09-08T06:35:55.470260Z",
            "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.1395706,
                    60.3441723
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 20",
                "sv": "Nattfjärilsgränden 20"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 20, Vantaa",
                "sv": "Nattfjärilsgränden 20, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_20_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_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:35:55.314223Z",
            "last_modified_time": "2023-09-08T06:35:55.314241Z",
            "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.1393813,
                    60.3422607
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 2",
                "sv": "Nattfjärilsgränden 2"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 2, Vantaa",
                "sv": "Nattfjärilsgränden 2, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_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:35:55.664372Z",
            "last_modified_time": "2023-09-08T06:35:55.664388Z",
            "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.1397983,
                    60.342359
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 3",
                "sv": "Nattfjärilsgränden 3"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 3, Vantaa",
                "sv": "Nattfjärilsgränden 3, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_3_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_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:35:56.069204Z",
            "last_modified_time": "2023-09-08T06:35:56.069233Z",
            "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.1387468,
                    60.3420819
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 4a",
                "sv": "Nattfjärilsgränden 4a"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 4a, Vantaa",
                "sv": "Nattfjärilsgränden 4a, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_4a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yökkösenkuja_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:35:56.465139Z",
            "last_modified_time": "2023-09-08T06:35:56.465164Z",
            "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.1383676,
                    60.3423426
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yökkösenkuja 4b",
                "sv": "Nattfjärilsgränden 4b"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yökkösenkuja 4b, Vantaa",
                "sv": "Nattfjärilsgränden 4b, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6kk%C3%B6senkuja_4b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}