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

{
    "meta": {
        "count": 151706,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7398&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7396&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vuorimiehenpuistikko_4_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                }
            ],
            "created_time": "2023-08-27T06:05:52.063974Z",
            "last_modified_time": "2023-08-27T06:05:52.063991Z",
            "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.947238,
                    60.1588047
                ]
            },
            "name": {
                "fi": "Vuorimiehenpuistikko 4, Helsinki",
                "sv": "Bergmansskvären 4, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuorimiehenpuistikko 4",
                "sv": "Bergmansskvären 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorimiehenpuistikko_4_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorimiehenpuistikko_6_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                }
            ],
            "created_time": "2023-08-27T06:05:52.662367Z",
            "last_modified_time": "2023-08-27T06:05:52.662385Z",
            "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.9479043,
                    60.1587601
                ]
            },
            "name": {
                "fi": "Vuorimiehenpuistikko 6, Helsinki",
                "sv": "Bergmansskvären 6, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuorimiehenpuistikko 6",
                "sv": "Bergmansskvären 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorimiehenpuistikko_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorimiehenpuistikko_8_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                }
            ],
            "created_time": "2023-08-27T06:05:53.166060Z",
            "last_modified_time": "2023-08-27T06:05:53.166083Z",
            "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.9467879,
                    60.1587417
                ]
            },
            "name": {
                "fi": "Vuorimiehenpuistikko 8, Helsinki",
                "sv": "Bergmansskvären 8, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuorimiehenpuistikko 8",
                "sv": "Bergmansskvären 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorimiehenpuistikko_8_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorimiehentie_1_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:28:57.287109Z",
            "last_modified_time": "2023-09-23T06:28:57.287128Z",
            "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.8249348,
                    60.1817396
                ]
            },
            "name": {
                "fi": "Vuorimiehentie 1, Espoo",
                "sv": "Bergsmansvägen 1, Esbo"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuorimiehentie 1",
                "sv": "Bergsmansvägen 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorimiehentie_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorimiehentie_2_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:28:58.360517Z",
            "last_modified_time": "2023-09-23T06:28:58.360535Z",
            "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.8262087,
                    60.1828004
                ]
            },
            "name": {
                "fi": "Vuorimiehentie 2, Espoo",
                "sv": "Bergsmansvägen 2, Esbo"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuorimiehentie 2",
                "sv": "Bergsmansvägen 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorimiehentie_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorimiehentie_3_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:28:59.269480Z",
            "last_modified_time": "2023-09-23T06:28:59.269498Z",
            "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.8267324,
                    60.1825856
                ]
            },
            "name": {
                "fi": "Vuorimiehentie 3, Espoo",
                "sv": "Bergsmansvägen 3, Esbo"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuorimiehentie 3",
                "sv": "Bergsmansvägen 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorimiehentie_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorimiehentie_5_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:28:59.974173Z",
            "last_modified_time": "2023-09-23T06:28:59.974190Z",
            "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.8274161,
                    60.182793
                ]
            },
            "name": {
                "fi": "Vuorimiehentie 5, Espoo",
                "sv": "Bergsmansvägen 5, Esbo"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuorimiehentie 5",
                "sv": "Bergsmansvägen 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorimiehentie_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorimiehentie_7_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:29:01.565982Z",
            "last_modified_time": "2023-09-23T06:29:01.566003Z",
            "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.827865,
                    60.1831077
                ]
            },
            "name": {
                "fi": "Vuorimiehentie 7, Espoo",
                "sv": "Bergsmansvägen 7, Esbo"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuorimiehentie 7",
                "sv": "Bergsmansvägen 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorimiehentie_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorineuvoksentie_4_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kulosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kulosaari",
                        "sv": "Brändö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kulosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kulosaari",
                        "sv": "Brändö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kulosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kulosaari",
                        "sv": "Brändö"
                    }
                }
            ],
            "created_time": "2023-08-27T06:05:53.969646Z",
            "last_modified_time": "2023-08-27T06:05:53.969665Z",
            "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.9990268,
                    60.1849607
                ]
            },
            "name": {
                "fi": "Vuorineuvoksentie 4, Helsinki",
                "sv": "Bergsrådsvägen 4, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuorineuvoksentie 4",
                "sv": "Bergsrådsvägen 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorineuvoksentie_4_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorineuvoksentie_6_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kulosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kulosaari",
                        "sv": "Brändö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kulosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kulosaari",
                        "sv": "Brändö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kulosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kulosaari",
                        "sv": "Brändö"
                    }
                }
            ],
            "created_time": "2023-08-27T06:05:54.865785Z",
            "last_modified_time": "2023-08-27T06:05:54.865804Z",
            "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.9989367,
                    60.1852299
                ]
            },
            "name": {
                "fi": "Vuorineuvoksentie 6, Helsinki",
                "sv": "Bergsrådsvägen 6, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuorineuvoksentie 6",
                "sv": "Bergsrådsvägen 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorineuvoksentie_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorineuvoksentie_8_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kulosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kulosaari",
                        "sv": "Brändö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kulosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kulosaari",
                        "sv": "Brändö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kulosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kulosaari",
                        "sv": "Brändö"
                    }
                }
            ],
            "created_time": "2023-08-27T06:05:55.862925Z",
            "last_modified_time": "2023-08-27T06:05:55.862941Z",
            "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.9991349,
                    60.1854274
                ]
            },
            "name": {
                "fi": "Vuorineuvoksentie 8, Helsinki",
                "sv": "Bergsrådsvägen 8, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuorineuvoksentie 8",
                "sv": "Bergsrådsvägen 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorineuvoksentie_8_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoripirtintie_11_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-21T06:40:01.075374Z",
            "last_modified_time": "2023-09-21T06:40:01.075392Z",
            "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.6243789,
                    60.1715128
                ]
            },
            "name": {
                "fi": "Vuoripirtintie 11, Espoo",
                "sv": "Bergpörtsvägen 11, Esbo"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuoripirtintie 11",
                "sv": "Bergpörtsvägen 11"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_11_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoripirtintie_1_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-21T06:39:59.094260Z",
            "last_modified_time": "2023-09-21T06:39:59.094277Z",
            "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.6265497,
                    60.1707112
                ]
            },
            "name": {
                "fi": "Vuoripirtintie 1, Espoo",
                "sv": "Bergpörtsvägen 1, Esbo"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuoripirtintie 1",
                "sv": "Bergpörtsvägen 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoripirtintie_2_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-21T06:40:02.375700Z",
            "last_modified_time": "2023-09-21T06:40:02.375717Z",
            "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.6261933,
                    60.1703691
                ]
            },
            "name": {
                "fi": "Vuoripirtintie 2, Espoo",
                "sv": "Bergpörtsvägen 2, Esbo"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuoripirtintie 2",
                "sv": "Bergpörtsvägen 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoripirtintie_4_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-21T06:40:02.873337Z",
            "last_modified_time": "2023-09-21T06:40:02.873356Z",
            "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.6260228,
                    60.1711046
                ]
            },
            "name": {
                "fi": "Vuoripirtintie 4, Espoo",
                "sv": "Bergpörtsvägen 4, Esbo"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuoripirtintie 4",
                "sv": "Bergpörtsvägen 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoripirtintie_5_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-21T06:40:03.312593Z",
            "last_modified_time": "2023-09-21T06:40:03.312609Z",
            "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.6265447,
                    60.171151
                ]
            },
            "name": {
                "fi": "Vuoripirtintie 5, Espoo",
                "sv": "Bergpörtsvägen 5, Esbo"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuoripirtintie 5",
                "sv": "Bergpörtsvägen 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoripirtintie_6_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-21T06:40:03.587574Z",
            "last_modified_time": "2023-09-21T06:40:03.587592Z",
            "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.6245438,
                    60.171271
                ]
            },
            "name": {
                "fi": "Vuoripirtintie 6, Espoo",
                "sv": "Bergpörtsvägen 6, Esbo"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuoripirtintie 6",
                "sv": "Bergpörtsvägen 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoripirtintie_7_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-21T06:40:04.283271Z",
            "last_modified_time": "2023-09-21T06:40:04.283287Z",
            "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.6265773,
                    60.1714562
                ]
            },
            "name": {
                "fi": "Vuoripirtintie 7, Espoo",
                "sv": "Bergpörtsvägen 7, Esbo"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuoripirtintie 7",
                "sv": "Bergpörtsvägen 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoripirtintie_9_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-21T06:40:06.675487Z",
            "last_modified_time": "2023-09-21T06:40:06.675528Z",
            "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.6254589,
                    60.1715877
                ]
            },
            "name": {
                "fi": "Vuoripirtintie 9, Espoo",
                "sv": "Bergpörtsvägen 9, Esbo"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuoripirtintie 9",
                "sv": "Bergpörtsvägen 9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoripirtintie_9_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuoritie_10a_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:33:29.415584Z",
            "last_modified_time": "2023-09-08T06:33:29.415602Z",
            "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.0087221,
                    60.3188274
                ]
            },
            "name": {
                "fi": "Vuoritie 10a, Vantaa",
                "sv": "Bergvägen 10a, Vanda"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vuoritie 10a",
                "sv": "Bergvägen 10a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_10a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}