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

{
    "meta": {
        "count": 151437,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7318&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7316&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vilppulantie_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ala-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ala-Malmi",
                        "sv": "Nedre Malm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-26T06:34:50.391442Z",
            "last_modified_time": "2023-08-26T06:34:50.391465Z",
            "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.0122064,
                    60.2485237
                ]
            },
            "name": {
                "fi": "Vilppulantie 3, Helsinki",
                "sv": "Filpusvägen 3, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilppulantie 3",
                "sv": "Filpusvägen 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilppulantie_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilppulantie_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ala-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ala-Malmi",
                        "sv": "Nedre Malm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-26T06:34:51.012207Z",
            "last_modified_time": "2023-08-26T06:34:51.012224Z",
            "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.0122608,
                    60.2492148
                ]
            },
            "name": {
                "fi": "Vilppulantie 4, Helsinki",
                "sv": "Filpusvägen 4, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilppulantie 4",
                "sv": "Filpusvägen 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilppulantie_4_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilppulantie_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ala-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ala-Malmi",
                        "sv": "Nedre Malm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-26T06:34:51.499013Z",
            "last_modified_time": "2023-08-26T06:34:51.499031Z",
            "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.0126759,
                    60.2485775
                ]
            },
            "name": {
                "fi": "Vilppulantie 5, Helsinki",
                "sv": "Filpusvägen 5, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilppulantie 5",
                "sv": "Filpusvägen 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilppulantie_5_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilppulantie_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ala-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ala-Malmi",
                        "sv": "Nedre Malm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-26T06:34:52.191819Z",
            "last_modified_time": "2023-08-26T06:34:52.191837Z",
            "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.0131273,
                    60.2486852
                ]
            },
            "name": {
                "fi": "Vilppulantie 7, Helsinki",
                "sv": "Filpusvägen 7, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilppulantie 7",
                "sv": "Filpusvägen 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilppulantie_7_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilppulantie_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ala-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ala-Malmi",
                        "sv": "Nedre Malm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-26T06:34:52.791343Z",
            "last_modified_time": "2023-08-26T06:34:52.791361Z",
            "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.0138496,
                    60.24873
                ]
            },
            "name": {
                "fi": "Vilppulantie 9, Helsinki",
                "sv": "Filpusvägen 9, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilppulantie 9",
                "sv": "Filpusvägen 9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilppulantie_9_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilpunkatu_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-16T06:34:40.964784Z",
            "last_modified_time": "2023-09-16T06:34:40.964802Z",
            "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.7503684,
                    60.15788
                ]
            },
            "name": {
                "fi": "Vilpunkatu 1, Espoo",
                "sv": "Filipsgatan 1, Esbo"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilpunkatu 1",
                "sv": "Filipsgatan 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilpunkatu_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilpunkatu_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-16T06:34:42.555191Z",
            "last_modified_time": "2023-09-16T06:34:42.555211Z",
            "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.7489682,
                    60.1573029
                ]
            },
            "name": {
                "fi": "Vilpunkatu 2, Espoo",
                "sv": "Filipsgatan 2, Esbo"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilpunkatu 2",
                "sv": "Filipsgatan 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilpunkatu_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilpunkatu_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-16T06:34:43.846717Z",
            "last_modified_time": "2023-09-16T06:34:43.846734Z",
            "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.7495054,
                    60.1576989
                ]
            },
            "name": {
                "fi": "Vilpunkatu 3, Espoo",
                "sv": "Filipsgatan 3, Esbo"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilpunkatu 3",
                "sv": "Filipsgatan 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilpunkatu_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilpunkatu_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": "2024-11-21T05:10:49.178460Z",
            "last_modified_time": "2024-11-21T05:10:49.178477Z",
            "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.7480135,
                    60.157355
                ]
            },
            "name": {
                "fi": "Vilpunkatu 5, Espoo",
                "sv": "Filipsgatan 5, Esbo"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilpunkatu 5",
                "sv": "Filipsgatan 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilpunkatu_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilsandinkuja_1_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:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:meri-rastila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meri-Rastila",
                        "sv": "Havsrastböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:34:53.500236Z",
            "last_modified_time": "2023-08-26T06:34:53.500254Z",
            "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.1203917,
                    60.1963766
                ]
            },
            "name": {
                "fi": "Vilsandinkuja 1, Helsinki",
                "sv": "Vilsandigränden 1, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilsandinkuja 1",
                "sv": "Vilsandigränden 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilsandinkuja_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilsandinkuja_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:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:meri-rastila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meri-Rastila",
                        "sv": "Havsrastböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:34:53.977966Z",
            "last_modified_time": "2023-08-26T06:34:53.977991Z",
            "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.1209694,
                    60.1966094
                ]
            },
            "name": {
                "fi": "Vilsandinkuja 2, Helsinki",
                "sv": "Vilsandigränden 2, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilsandinkuja 2",
                "sv": "Vilsandigränden 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilsandinkuja_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilsandinkuja_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:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:meri-rastila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meri-Rastila",
                        "sv": "Havsrastböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:34:55.094190Z",
            "last_modified_time": "2023-08-26T06:34:55.094208Z",
            "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.1193084,
                    60.1959288
                ]
            },
            "name": {
                "fi": "Vilsandinkuja 3, Helsinki",
                "sv": "Vilsandigränden 3, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilsandinkuja 3",
                "sv": "Vilsandigränden 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilsandinkuja_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilsandinkuja_4a_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:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:meri-rastila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meri-Rastila",
                        "sv": "Havsrastböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:34:55.508242Z",
            "last_modified_time": "2023-08-26T06:34:55.508260Z",
            "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.1201022,
                    60.1961076
                ]
            },
            "name": {
                "fi": "Vilsandinkuja 4a, Helsinki",
                "sv": "Vilsandigränden 4a, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilsandinkuja 4a",
                "sv": "Vilsandigränden 4a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilsandinkuja_4a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilsandinkuja_4b_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:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:meri-rastila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meri-Rastila",
                        "sv": "Havsrastböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:34:56.190236Z",
            "last_modified_time": "2023-08-26T06:34:56.190252Z",
            "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.1184956,
                    60.1955167
                ]
            },
            "name": {
                "fi": "Vilsandinkuja 4b, Helsinki",
                "sv": "Vilsandigränden 4b, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilsandinkuja 4b",
                "sv": "Vilsandigränden 4b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilsandinkuja_4b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilsandinkuja_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:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:meri-rastila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meri-Rastila",
                        "sv": "Havsrastböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:34:56.991751Z",
            "last_modified_time": "2023-08-26T06:34:56.991774Z",
            "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.1178824,
                    60.1954275
                ]
            },
            "name": {
                "fi": "Vilsandinkuja 5, Helsinki",
                "sv": "Vilsandigränden 5, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilsandinkuja 5",
                "sv": "Vilsandigränden 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilsandinkuja_5_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilsandinkuja_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:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:meri-rastila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meri-Rastila",
                        "sv": "Havsrastböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:34:57.784489Z",
            "last_modified_time": "2023-08-26T06:34:57.784508Z",
            "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.1170505,
                    60.1947102
                ]
            },
            "name": {
                "fi": "Vilsandinkuja 6, Helsinki",
                "sv": "Vilsandigränden 6, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilsandinkuja 6",
                "sv": "Vilsandigränden 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilsandinkuja_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilsandinkuja_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:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:meri-rastila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meri-Rastila",
                        "sv": "Havsrastböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:34:58.300713Z",
            "last_modified_time": "2023-08-26T06:34:58.300730Z",
            "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.1174311,
                    60.1952573
                ]
            },
            "name": {
                "fi": "Vilsandinkuja 7, Helsinki",
                "sv": "Vilsandigränden 7, Helsingfors"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vilsandinkuja 7",
                "sv": "Vilsandigränden 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilsandinkuja_7_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vinokaspolku_1_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:31:11.257852Z",
            "last_modified_time": "2023-09-08T06:31:11.257870Z",
            "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.9231906,
                    60.2853726
                ]
            },
            "name": {
                "fi": "Vinokaspolku 1, Vantaa",
                "sv": "Musslingsstigen 1, Vanda"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vinokaspolku 1",
                "sv": "Musslingsstigen 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vinokaspolku_1_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vinokaspolku_2_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:31:11.458753Z",
            "last_modified_time": "2023-09-08T06:31:11.458771Z",
            "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.9232451,
                    60.285229
                ]
            },
            "name": {
                "fi": "Vinokaspolku 2, Vantaa",
                "sv": "Musslingsstigen 2, Vanda"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vinokaspolku 2",
                "sv": "Musslingsstigen 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vinokaspolku_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vinoristintie_10_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-18T06:31:34.890041Z",
            "last_modified_time": "2023-09-18T06:31:34.890062Z",
            "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.6019097,
                    60.2388981
                ]
            },
            "name": {
                "fi": "Vinoristintie 10, Espoo",
                "sv": "Krysset 10, Esbo"
            },
            "info_url": null,
            "description": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vinoristintie 10",
                "sv": "Krysset 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vinoristintie_10_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}