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=7248&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=7249&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7247&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vestrantie_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:23:28.753446Z",
            "last_modified_time": "2023-09-08T06:23:28.753466Z",
            "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.7683529,
                    60.327305
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 72, Vantaa",
                "sv": "Västravägen 72, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 72",
                "sv": "Västravägen 72"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_72_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_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:23:30.165985Z",
            "last_modified_time": "2023-09-08T06:23:30.166004Z",
            "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.7622408,
                    60.3289905
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 73, Vantaa",
                "sv": "Västravägen 73, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 73",
                "sv": "Västravägen 73"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_73_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_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:23:31.862205Z",
            "last_modified_time": "2023-09-08T06:23:31.862225Z",
            "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.7679971,
                    60.3264248
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 74, Vantaa",
                "sv": "Västravägen 74, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 74",
                "sv": "Västravägen 74"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_74_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_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:23:33.353190Z",
            "last_modified_time": "2023-09-08T06:23:33.353212Z",
            "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.7617337,
                    60.3290255
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 75, Vantaa",
                "sv": "Västravägen 75, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 75",
                "sv": "Västravägen 75"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_75_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_76a_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:23:35.251095Z",
            "last_modified_time": "2023-09-08T06:23:35.251115Z",
            "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.7671503,
                    60.3258758
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 76a, Vantaa",
                "sv": "Västravägen 76a, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 76a",
                "sv": "Västravägen 76a"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_76a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_76b_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:23:36.555845Z",
            "last_modified_time": "2023-09-08T06:23:36.555866Z",
            "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.7661733,
                    60.3258292
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 76b, Vantaa",
                "sv": "Västravägen 76b, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 76b",
                "sv": "Västravägen 76b"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_76b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_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:23:37.557943Z",
            "last_modified_time": "2023-09-08T06:23:37.557961Z",
            "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.7610995,
                    60.3291141
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 77, Vantaa",
                "sv": "Västravägen 77, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 77",
                "sv": "Västravägen 77"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_77_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_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:23:38.460810Z",
            "last_modified_time": "2023-09-08T06:23:38.460830Z",
            "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.7674179,
                    60.3264237
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 78, Vantaa",
                "sv": "Västravägen 78, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 78",
                "sv": "Västravägen 78"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_78_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_7b_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:23:21.754126Z",
            "last_modified_time": "2023-09-08T06:23:21.754155Z",
            "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.8105294,
                    60.3393088
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 7b, Vantaa",
                "sv": "Västravägen 7b, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 7b",
                "sv": "Västravägen 7b"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_7b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_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:23:19.869792Z",
            "last_modified_time": "2023-09-08T06:23:19.869810Z",
            "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.8112726,
                    60.3391752
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 7, Vantaa",
                "sv": "Västravägen 7, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 7",
                "sv": "Västravägen 7"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_7_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_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:23:40.264760Z",
            "last_modified_time": "2023-09-08T06:23:40.264778Z",
            "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.7673951,
                    60.3270879
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 80, Vantaa",
                "sv": "Västravägen 80, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 80",
                "sv": "Västravägen 80"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_80_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_81_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:23:41.649771Z",
            "last_modified_time": "2023-09-08T06:23:41.649787Z",
            "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.7594324,
                    60.3293624
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 81, Vantaa",
                "sv": "Västravägen 81, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 81",
                "sv": "Västravägen 81"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_81_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_82_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:23:43.254917Z",
            "last_modified_time": "2023-09-08T06:23:43.254935Z",
            "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.7661072,
                    60.3274716
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 82, Vantaa",
                "sv": "Västravägen 82, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 82",
                "sv": "Västravägen 82"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_82_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_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:23:44.456723Z",
            "last_modified_time": "2023-09-08T06:23:44.456744Z",
            "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.7591029,
                    60.3298644
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 83, Vantaa",
                "sv": "Västravägen 83, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 83",
                "sv": "Västravägen 83"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_83_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_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:23:45.958459Z",
            "last_modified_time": "2023-09-08T06:23:45.958480Z",
            "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.7651642,
                    60.3277302
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 84, Vantaa",
                "sv": "Västravägen 84, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 84",
                "sv": "Västravägen 84"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_84_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_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:23:47.063809Z",
            "last_modified_time": "2023-09-08T06:23:47.063826Z",
            "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.7581646,
                    60.3294499
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 85, Vantaa",
                "sv": "Västravägen 85, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 85",
                "sv": "Västravägen 85"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_85_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_87_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:23:47.756456Z",
            "last_modified_time": "2023-09-08T06:23:47.756481Z",
            "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.7576213,
                    60.3294937
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 87, Vantaa",
                "sv": "Västravägen 87, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 87",
                "sv": "Västravägen 87"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_87_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_88_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:23:48.966521Z",
            "last_modified_time": "2023-09-08T06:23:48.966541Z",
            "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.7625876,
                    60.3285962
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 88, Vantaa",
                "sv": "Västravägen 88, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 88",
                "sv": "Västravägen 88"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_88_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_89_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:23:49.858604Z",
            "last_modified_time": "2023-09-08T06:23:49.858622Z",
            "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.7570772,
                    60.3296364
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 89, Vantaa",
                "sv": "Västravägen 89, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 89",
                "sv": "Västravägen 89"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_89_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vestrantie_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:23:39.355996Z",
            "last_modified_time": "2023-09-08T06:23:39.356015Z",
            "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.8092809,
                    60.3391544
                ]
            },
            "info_url": null,
            "name": {
                "fi": "Vestrantie 8, Vantaa",
                "sv": "Västravägen 8, Vanda"
            },
            "street_address": {
                "fi": "Vestrantie 8",
                "sv": "Västravägen 8"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vestrantie_8_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}