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

{
    "meta": {
        "count": 152281,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7524&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7522&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:ylästöntie_69_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:18.059677Z",
            "last_modified_time": "2023-09-08T06:35:18.059695Z",
            "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.9284966,
                    60.2810315
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 69",
                "sv": "Övitsbölevägen 69"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 69, Vantaa",
                "sv": "Övitsbölevägen 69, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_69_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_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:16.366478Z",
            "last_modified_time": "2023-09-08T06:35:16.366499Z",
            "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.9749478,
                    60.281937
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 6",
                "sv": "Övitsbölevägen 6"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 6, Vantaa",
                "sv": "Övitsbölevägen 6, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_6_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_71_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:18.660488Z",
            "last_modified_time": "2023-09-08T06:35:18.660507Z",
            "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.9278099,
                    60.2809773
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 71",
                "sv": "Övitsbölevägen 71"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 71, Vantaa",
                "sv": "Övitsbölevägen 71, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_71_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_72_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:19.074546Z",
            "last_modified_time": "2023-09-08T06:35:19.074565Z",
            "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.9337562,
                    60.2810971
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 72",
                "sv": "Övitsbölevägen 72"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 72, Vantaa",
                "sv": "Övitsbölevägen 72, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_72_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_73_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:19.449190Z",
            "last_modified_time": "2023-09-08T06:35:19.449209Z",
            "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.9249004,
                    60.2807603
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 73",
                "sv": "Övitsbölevägen 73"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 73, Vantaa",
                "sv": "Övitsbölevägen 73, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_73_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_74_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:19.872214Z",
            "last_modified_time": "2023-09-08T06:35:19.872233Z",
            "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.9325277,
                    60.2808362
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 74",
                "sv": "Övitsbölevägen 74"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 74, Vantaa",
                "sv": "Övitsbölevägen 74, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_74_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_75_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:20.034651Z",
            "last_modified_time": "2023-09-08T06:35:20.034673Z",
            "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.9235969,
                    60.2816661
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 75",
                "sv": "Övitsbölevägen 75"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 75, Vantaa",
                "sv": "Övitsbölevägen 75, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_75_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_76_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:20.397902Z",
            "last_modified_time": "2023-09-08T06:35:20.397920Z",
            "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.9313529,
                    60.2807907
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 76",
                "sv": "Övitsbölevägen 76"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 76, Vantaa",
                "sv": "Övitsbölevägen 76, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_76_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_77_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:20.571769Z",
            "last_modified_time": "2023-09-08T06:35:20.571788Z",
            "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.9228185,
                    60.2821862
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 77",
                "sv": "Övitsbölevägen 77"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 77, Vantaa",
                "sv": "Övitsbölevägen 77, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_77_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_78_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:20.788440Z",
            "last_modified_time": "2023-09-08T06:35:20.788462Z",
            "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.9304311,
                    60.2808082
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 78",
                "sv": "Övitsbölevägen 78"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 78, Vantaa",
                "sv": "Övitsbölevägen 78, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_78_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_79_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:21.152097Z",
            "last_modified_time": "2023-09-08T06:35:21.152115Z",
            "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.9220768,
                    60.282446
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 79",
                "sv": "Övitsbölevägen 79"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 79, Vantaa",
                "sv": "Övitsbölevägen 79, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_79_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_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:18.286684Z",
            "last_modified_time": "2023-09-08T06:35:18.286707Z",
            "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.9768454,
                    60.2824489
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 7",
                "sv": "Övitsbölevägen 7"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 7, Vantaa",
                "sv": "Övitsbölevägen 7, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_7_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_80_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:22.452390Z",
            "last_modified_time": "2023-09-08T06:35:22.452446Z",
            "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.9294372,
                    60.2807179
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 80",
                "sv": "Övitsbölevägen 80"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 80, Vantaa",
                "sv": "Övitsbölevägen 80, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_80_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_81a_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:22.770136Z",
            "last_modified_time": "2023-09-08T06:35:22.770153Z",
            "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.9217692,
                    60.2825625
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 81a",
                "sv": "Övitsbölevägen 81a"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 81a, Vantaa",
                "sv": "Övitsbölevägen 81a, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_81a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_81b_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:22.955683Z",
            "last_modified_time": "2023-09-08T06:35:22.955700Z",
            "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.9214254,
                    60.282697
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 81b",
                "sv": "Övitsbölevägen 81b"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 81b, Vantaa",
                "sv": "Övitsbölevägen 81b, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_81b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_82a_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:23.377979Z",
            "last_modified_time": "2023-09-08T06:35:23.377999Z",
            "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.9290758,
                    60.2806639
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 82a",
                "sv": "Övitsbölevägen 82a"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 82a, Vantaa",
                "sv": "Övitsbölevägen 82a, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_82a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_82b_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:23.564480Z",
            "last_modified_time": "2023-09-08T06:35:23.564496Z",
            "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.9292389,
                    60.2804575
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 82b",
                "sv": "Övitsbölevägen 82b"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 82b, Vantaa",
                "sv": "Övitsbölevägen 82b, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_82b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_83_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:23.731962Z",
            "last_modified_time": "2023-09-08T06:35:23.731981Z",
            "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.9209189,
                    60.2828762
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 83",
                "sv": "Övitsbölevägen 83"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 83, Vantaa",
                "sv": "Övitsbölevägen 83, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_83_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_84_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:23.972856Z",
            "last_modified_time": "2023-09-08T06:35:23.972874Z",
            "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.9272506,
                    60.2805103
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 84",
                "sv": "Övitsbölevägen 84"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 84, Vantaa",
                "sv": "Övitsbölevägen 84, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_84_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_85_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:24.456775Z",
            "last_modified_time": "2023-09-08T06:35:24.456795Z",
            "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.9204665,
                    60.2830733
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 85",
                "sv": "Övitsbölevägen 85"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 85, Vantaa",
                "sv": "Övitsbölevägen 85, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_85_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}