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

{
    "meta": {
        "count": 151548,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7311&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7309&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vilkmanintie_9_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tuomarinkartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkartano",
                        "sv": "Domargård"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tuomarinkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkylä",
                        "sv": "Domarby"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:28.113457Z",
            "last_modified_time": "2023-08-28T06:06:28.113478Z",
            "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.9531199,
                    60.2518369
                ]
            },
            "street_address": {
                "fi": "Vilkmanintie 9",
                "sv": "Vilkmansvägen 9"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilkmanintie 9, Helsinki",
                "sv": "Vilkmansvägen 9, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkmanintie_9_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villakankaankuja_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-10T06:08:36.470280Z",
            "last_modified_time": "2023-09-10T06:08:36.470297Z",
            "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.6081232,
                    60.2007888
                ]
            },
            "street_address": {
                "fi": "Villakankaankuja 1",
                "sv": "Ylletygsgränden 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Villakankaankuja 1, Espoo",
                "sv": "Ylletygsgränden 1, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villakankaankuja_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villakankaankuja_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-10T06:08:37.249015Z",
            "last_modified_time": "2023-09-10T06:08:37.249029Z",
            "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.6080909,
                    60.2004746
                ]
            },
            "street_address": {
                "fi": "Villakankaankuja 2",
                "sv": "Ylletygsgränden 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Villakankaankuja 2, Espoo",
                "sv": "Ylletygsgränden 2, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villakankaankuja_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villakankaankuja_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-10T06:08:38.353707Z",
            "last_modified_time": "2023-09-10T06:08:38.353723Z",
            "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.6078892,
                    60.2007522
                ]
            },
            "street_address": {
                "fi": "Villakankaankuja 3",
                "sv": "Ylletygsgränden 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Villakankaankuja 3, Espoo",
                "sv": "Ylletygsgränden 3, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villakankaankuja_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villakankaankuja_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-10T06:08:41.045884Z",
            "last_modified_time": "2023-09-10T06:08:41.045900Z",
            "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.607842,
                    60.2001776
                ]
            },
            "street_address": {
                "fi": "Villakankaankuja 4",
                "sv": "Ylletygsgränden 4"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Villakankaankuja 4, Espoo",
                "sv": "Ylletygsgränden 4, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villakankaankuja_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villakankaankuja_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-10T06:08:43.551218Z",
            "last_modified_time": "2023-09-10T06:08:43.551236Z",
            "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.6078361,
                    60.2006713
                ]
            },
            "street_address": {
                "fi": "Villakankaankuja 5",
                "sv": "Ylletygsgränden 5"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Villakankaankuja 5, Espoo",
                "sv": "Ylletygsgränden 5, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villakankaankuja_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villakankaankuja_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-10T06:08:45.450913Z",
            "last_modified_time": "2023-09-10T06:08:45.450933Z",
            "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.6076587,
                    60.2004284
                ]
            },
            "street_address": {
                "fi": "Villakankaankuja 7",
                "sv": "Ylletygsgränden 7"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Villakankaankuja 7, Espoo",
                "sv": "Ylletygsgränden 7, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villakankaankuja_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villakankaankuja_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-10T06:08:47.249053Z",
            "last_modified_time": "2023-09-10T06:08:47.249069Z",
            "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.6076235,
                    60.2003565
                ]
            },
            "street_address": {
                "fi": "Villakankaankuja 9",
                "sv": "Ylletygsgränden 9"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Villakankaankuja 9, Espoo",
                "sv": "Ylletygsgränden 9, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villakankaankuja_9_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villanella_10_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:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:41.616262Z",
            "last_modified_time": "2023-08-28T06:06:41.616282Z",
            "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.2276438,
                    60.2592342
                ]
            },
            "street_address": {
                "fi": "Villanella 10",
                "sv": "Villanella 10"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villanella 10, Helsinki",
                "sv": "Villanella 10, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villanella_10_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villanella_11_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:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:42.912709Z",
            "last_modified_time": "2023-08-28T06:06:42.912729Z",
            "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.227498,
                    60.259037
                ]
            },
            "street_address": {
                "fi": "Villanella 11",
                "sv": "Villanella 11"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villanella 11, Helsinki",
                "sv": "Villanella 11, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villanella_11_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villanella_13_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:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:43.806821Z",
            "last_modified_time": "2023-08-28T06:06:43.806841Z",
            "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.2277151,
                    60.2590904
                ]
            },
            "street_address": {
                "fi": "Villanella 13",
                "sv": "Villanella 13"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villanella 13, Helsinki",
                "sv": "Villanella 13, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villanella_13_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villanella_15_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:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:44.413611Z",
            "last_modified_time": "2023-08-28T06:06:44.413632Z",
            "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.2280229,
                    60.2591976
                ]
            },
            "street_address": {
                "fi": "Villanella 15",
                "sv": "Villanella 15"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villanella 15, Helsinki",
                "sv": "Villanella 15, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villanella_15_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villanella_17_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:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:45.102347Z",
            "last_modified_time": "2023-08-28T06:06:45.102368Z",
            "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.2283312,
                    60.2593766
                ]
            },
            "street_address": {
                "fi": "Villanella 17",
                "sv": "Villanella 17"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villanella 17, Helsinki",
                "sv": "Villanella 17, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villanella_17_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villanella_2_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:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:46.097334Z",
            "last_modified_time": "2023-08-28T06:06:46.097360Z",
            "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.226143,
                    60.2590034
                ]
            },
            "street_address": {
                "fi": "Villanella 2",
                "sv": "Villanella 2"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villanella 2, Helsinki",
                "sv": "Villanella 2, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villanella_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villanella_3_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:48.204962Z",
            "last_modified_time": "2023-08-28T06:06:48.204979Z",
            "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.2261057,
                    60.2588239
                ]
            },
            "street_address": {
                "fi": "Villanella 3",
                "sv": "Villanella 3"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villanella 3, Helsinki",
                "sv": "Villanella 3, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villanella_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villanella_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:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:50.000274Z",
            "last_modified_time": "2023-08-28T06:06:50.000298Z",
            "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.2266488,
                    60.2590025
                ]
            },
            "street_address": {
                "fi": "Villanella 4",
                "sv": "Villanella 4"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villanella 4, Helsinki",
                "sv": "Villanella 4, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villanella_4_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villanella_5_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:51.409495Z",
            "last_modified_time": "2023-08-28T06:06:51.409520Z",
            "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.2263947,
                    60.2588234
                ]
            },
            "street_address": {
                "fi": "Villanella 5",
                "sv": "Villanella 5"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villanella 5, Helsinki",
                "sv": "Villanella 5, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villanella_5_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villanella_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:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:52.715262Z",
            "last_modified_time": "2023-08-28T06:06:52.715282Z",
            "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.2269561,
                    60.2590469
                ]
            },
            "street_address": {
                "fi": "Villanella 6",
                "sv": "Villanella 6"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villanella 6, Helsinki",
                "sv": "Villanella 6, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villanella_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villanella_7_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:53.701794Z",
            "last_modified_time": "2023-08-28T06:06:53.701827Z",
            "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.2268648,
                    60.2588944
                ]
            },
            "street_address": {
                "fi": "Villanella 7",
                "sv": "Villanella 7"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villanella 7, Helsinki",
                "sv": "Villanella 7, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villanella_7_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villanella_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:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:östersundom",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Östersundom",
                        "sv": "Östersundom"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:54.911440Z",
            "last_modified_time": "2023-08-28T06:06:54.911467Z",
            "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.2272095,
                    60.2591182
                ]
            },
            "street_address": {
                "fi": "Villanella 8",
                "sv": "Villanella 8"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villanella 8, Helsinki",
                "sv": "Villanella 8, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villanella_8_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}